If you open an html editor and then load a file in source control and then click on the new file button. All the text area is cleared but for some reason its still showing the area as if it was a source controlled file even though it has no file association.
This is also there in version 11.
This bug exists in version 11.0. Emilian, how do we tell the editor to unbind from the file?
This bug exists in version 11.0. Emilian, how do we tell the editor to unbind from the file?
Fixed VersioningCache.setBase(JEditorPane comp, File original, File base)
API method to also refresh the Inline Diff Sidebar associated to the JEditorPane when original == null (i.e. on New [Ctrl+N] action).
Fixed VersioningCache.setBase(JEditorPane comp, File original, File base)
API method to also refresh the Inline Diff Sidebar associated to the JEditorPane when original == null (i.e. on New [Ctrl+N] action).
Issue #7685 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build vincaed 3.0.4.9 |
No time estimate |
1 issue link |
relates to #7680
Issue #7680doOpen, doSave on an editor will create a new NBEditor, but not copy the Document.properties |
This is also there in version 11.