highlight lmit increased

This commit is contained in:
2014-12-20 22:55:38 +01:00
parent 7c4bbadd50
commit fdfb143f89
2 changed files with 2 additions and 2 deletions
@@ -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;