split panes simplified (base class stores the position)

This commit is contained in:
2015-05-06 10:51:05 +02:00
parent 93dca87ec9
commit 40217c0a39
28 changed files with 420 additions and 527 deletions
@@ -498,13 +498,6 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
@Override
public void caretUpdate(final CaretEvent e) {
if (!SwingUtilities.isEventDispatchThread()) {
View.execInEventDispatch(() -> {
caretUpdate(e);
});
return;
}
ABC abc = getABC();
if (abc == null) {
return;