mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 04:48:33 +00:00
spelling: highlighting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
3a38216e98
commit
1b8ede40a3
@@ -2794,7 +2794,7 @@ Major version of SWF to XML export changed to 2.
|
||||
- [#382],[#396] AS3: Adding new trait (method/slot/const)
|
||||
- AS3: Highlighting pair parenthesis/bracket
|
||||
- AS3: Editing various new P-code parameters
|
||||
- AS3: Highligting of trait names/types/parameters
|
||||
- AS3: Highlighting of trait names/types/parameters
|
||||
- AS3: Global rename identifier for traits
|
||||
- [#357] Playback controls for DefineSound
|
||||
- [#391] AS3: Native methods mark
|
||||
|
||||
@@ -27,7 +27,7 @@ import jsyntaxpane.SyntaxDocument;
|
||||
import jsyntaxpane.Token;
|
||||
|
||||
/**
|
||||
* This class contains static utility methods to make highliting in text
|
||||
* This class contains static utility methods to make highlighting in text
|
||||
* components easier.
|
||||
*
|
||||
* @author Ayman Al-Sairafi
|
||||
|
||||
@@ -172,7 +172,7 @@ public class UndoFixedEditorPane extends JEditorPane {
|
||||
|
||||
sw.stop();
|
||||
if (!plain && sw.getElapsedMilliseconds() > 5000) {
|
||||
Logger.getLogger(UndoFixedEditorPane.class.getName()).log(Level.WARNING, "Syntax highlightig took long time. You can try to decrease the syntax highlight limit in advanced settings.");
|
||||
Logger.getLogger(UndoFixedEditorPane.class.getName()).log(Level.WARNING, "Syntax highlighting took long time. You can try to decrease the syntax highlight limit in advanced settings.");
|
||||
}
|
||||
|
||||
clearUndos();
|
||||
|
||||
Reference in New Issue
Block a user