mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 03:58:06 +00:00
highlight lmit increased
This commit is contained in:
@@ -242,7 +242,7 @@ public class Configuration {
|
||||
@ConfigurationCategory("export")
|
||||
public static final ConfigurationItem<Integer> saveAsExeScaleMode = null;
|
||||
|
||||
@ConfigurationDefaultInt(1024 * 100/*100KB*/)
|
||||
@ConfigurationDefaultInt(1024 * 1024/*1MiB*/)
|
||||
@ConfigurationCategory("limit")
|
||||
public static final ConfigurationItem<Integer> syntaxHighlightLimit = null;
|
||||
public static final ConfigurationItem<Integer> guiFontPreviewSampleText = null;
|
||||
|
||||
@@ -53,7 +53,7 @@ import jsyntaxpane.actions.ActionUtils;
|
||||
*/
|
||||
public class LineMarkedEditorPane extends UndoFixedEditorPane implements LinkHandler {
|
||||
|
||||
private static final int truncateLimit = 8192;
|
||||
private static final int truncateLimit = 2 * 1024 * 1024;
|
||||
private int lastLine = -1;
|
||||
private boolean error = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user