mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:50:46 +00:00
Hilighting first class trait - conflicting with script initializer
This commit is contained in:
@@ -786,7 +786,7 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
|
||||
continue looph;
|
||||
}
|
||||
}
|
||||
final int fpos = th.startPos;
|
||||
final int fpos = th.startPos + 1; //+1 to skip script initializer which is on first character
|
||||
new Timer().schedule(new TimerTask() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user