spelling: highlighting

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:24:26 -04:00
committed by Jindra Petřík
parent 3a38216e98
commit 1b8ede40a3
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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();