jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

Show "Out of sync" error message #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If a file has been modified from outside of the workspace, the workspace 
representation of the file is not in sync with the actual file. In this case 
Java-Code Editor shows an error message "File out of sync". iDocIt! should 
handle this case as well.

What steps will reproduce the problem?
1. Create a Java-file in your current workspace (you need a Java project).
2. Open this file in a seperate editor like Notepad.
3. Change and save the file in this external editor.
4. Open it with iDocIt!

What is the expected output? What do you see instead?
I expect to see an error message "Out of sync", but the iDocIt!-editor is 
opened without any values and an active "Add documentation"-button.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by krauseda...@web.de on 22 Jun 2012 at 1:13