mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 21:51:32 +00:00
AS3 highlighter - highlight namespaces and imports
This commit is contained in:
@@ -396,11 +396,13 @@ public class VariableMarker implements SyntaxComponent, CaretListener, PropertyC
|
||||
pane.setCursor(Cursor.getDefaultCursor());
|
||||
}
|
||||
} else {
|
||||
lastUnderlined = null;
|
||||
MyMarkers.removeMarkers(pane, underLinePainter);
|
||||
MyMarkers.removeMarkers(pane, underLineMarkOccurencesPainter);
|
||||
removeMarkers();
|
||||
markTokenAt(pane.getCaretPosition());
|
||||
if (lastUnderlined != null) {
|
||||
lastUnderlined = null;
|
||||
MyMarkers.removeMarkers(pane, underLinePainter);
|
||||
MyMarkers.removeMarkers(pane, underLineMarkOccurencesPainter);
|
||||
removeMarkers();
|
||||
markTokenAt(pane.getCaretPosition());
|
||||
}
|
||||
pane.setCursor(Cursor.getDefaultCursor());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user