Closed GoogleCodeExporter closed 9 years ago
That is the case for any large document.
JSyntaxPane parses the whole document on any change. Large documents would
degrade
performance.
Original comment by ayman.al...@gmail.com
on 19 Feb 2010 at 6:09
Issue 141 has been merged into this issue.
Original comment by ayman.al...@gmail.com
on 10 Apr 2010 at 5:28
This problem is easily fixed using one of the approaches I outlined in
https://code.google.com/p/jsyntaxpane/issues/detail?id=196
Basic cause of the problem is that DefaultEditorKit.read() invokes
insertString() insanely many times during loading which makes all kind of
events being triggered.
Original comment by jacob.nordfalk
on 1 May 2015 at 8:57
Original issue reported on code.google.com by
mr.rob.p...@gmail.com
on 18 Feb 2010 at 6:44