mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:21:16 +00:00
highlight lmit increased
This commit is contained in:
@@ -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