AS3: Editing return type of methods

This commit is contained in:
Jindra Petk
2011-07-30 10:58:24 +02:00
parent 97a4a2c961
commit 459f8ecb56
3 changed files with 59 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements MouseL
}
for (Highlighting th : traitHighlights) {
if (th.offset == traitId) {
setCaretPosition(th.startPos + th.len - 1);
//setCaretPosition(th.startPos + th.len - 1);
setCaretPosition(th.startPos);
return;
}