Received by email:
Recently we had a few scenarios where a developer left skipper open and pulled changes from GIT,
They then forgot to restart Skipper and then made changes to the model even though the corresponding XML files were changed, resulting in conflicts to be resolved.
It would be nice if the interface could notify the user that there was an update to the file and give them the option to reload the project.
In eclipse IDE it just updates the file automatically as soon as you click on the file, in another IDE we use it prompts you "The file you were working on has changed, would you like to reload it?"
Right now we have been trying to be self disciplined and telling the team to close skipper, pull, then make their changes.