mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 03:40:47 +00:00
committed by
Jindra Petřík
parent
3a38216e98
commit
1b8ede40a3
@@ -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