mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
script highlighting fixed
This commit is contained in:
@@ -41,7 +41,7 @@ public class UndoFixedEditorPane extends JEditorPane {
|
||||
setText(t, getContentType());
|
||||
}
|
||||
|
||||
public void setText(String t, String contentType) {
|
||||
public synchronized void setText(String t, String contentType) {
|
||||
if (!t.equals(getText())) {
|
||||
boolean plain = t.length() > Configuration.syntaxHighlightLimit.get();
|
||||
if (plain) {
|
||||
|
||||
Reference in New Issue
Block a user