Closed GavriYashar closed 7 years ago
EditorApp.setCallbacks
@Override public void changedUpdate(DocumentEvent e) { EditorWrapper.setDirtyIfLastEditorChanged(editor); EditorWrapper.setIsActiveEditorDirty(true); }
does not get called on change
changedUpdate gets called only if the cursor has changed a section.
changedUpdate
%% 1 |<Click1 %% 2 |<Click2 |<Click3
%% 1
%% 2
need to change on focus gained or sth.
EditorApp.setCallbacks
does not get called on change
changedUpdate
gets called only if the cursor has changed a section.%% 1
) changed update gets called%% 2
) changed update gets called%% 2
) changed update does not get calledneed to change on focus gained or sth.