mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 09:36:04 +00:00
AS3: Better imports, uses
Formatting code
This commit is contained in:
@@ -83,7 +83,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements MouseL
|
||||
getCaret().setVisible(true);
|
||||
int pos = getCaretPosition();
|
||||
|
||||
|
||||
classIndex = -1;
|
||||
for (Highlighting cm : classHighlights) {
|
||||
if ((pos >= cm.startPos) && (pos < cm.startPos + cm.len)) {
|
||||
classIndex = (int) cm.offset;
|
||||
|
||||
Reference in New Issue
Block a user