GavriYashar / Matlab-Editor-Plugin

Extends features for the matlab editor, Bookmarks, FileStructure, Clipboard stack
MIT License
74 stars 12 forks source link

filestructure viewer does not get updated properly #77

Closed GavriYashar closed 7 years ago

GavriYashar commented 7 years ago

EditorApp.setCallbacks

@Override
public void changedUpdate(DocumentEvent e) {
    EditorWrapper.setDirtyIfLastEditorChanged(editor);
    EditorWrapper.setIsActiveEditorDirty(true);
}

does not get called on change

GavriYashar commented 7 years ago

for changedUpdate see #78