-
- Downloads
Synchronize external changes
Add a resource change listener that tracks changes made to the editor's document from outside of Eclipse itself, so that the editor is in sync with the underlying file at all times. Note that this works best when the "Refresh using native hooks or pulling" option is enabled; otherwise, a refresh of the workspace is required to detect the changes.
Showing
- sb4e/src/no/tobask/sb4e/JavaProjectGlossary.java 4 additions, 0 deletionssb4e/src/no/tobask/sb4e/JavaProjectGlossary.java
- sb4e/src/no/tobask/sb4e/editors/EditorInputWatcher.java 50 additions, 0 deletionssb4e/src/no/tobask/sb4e/editors/EditorInputWatcher.java
- sb4e/src/no/tobask/sb4e/editors/FXMLEditor.java 132 additions, 61 deletionssb4e/src/no/tobask/sb4e/editors/FXMLEditor.java
- sb4e/src/no/tobask/sb4e/editors/IInputChangeListener.java 11 additions, 0 deletionssb4e/src/no/tobask/sb4e/editors/IInputChangeListener.java
Please register or sign in to comment