Issue #1244 Allow to compile back Unknown instructions

This commit is contained in:
2016-05-29 10:00:33 +02:00
parent d000457330
commit 81c3df016d
6 changed files with 118 additions and 108 deletions
@@ -215,7 +215,7 @@ public class LineMarkedEditorPane extends UndoFixedEditorPane implements LinkHan
}
public void gotoLine(int line) {
setCaretPosition(ActionUtils.getDocumentPosition(this, line + 1, 0));
setCaretPosition(ActionUtils.getDocumentPosition(this, line, 0));
}
public Point getLineLocation(int line) {