Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.1
-
Fix Version/s: None
-
Component/s: Swing
-
Labels:None
-
Environment:Groovy 1.5.1
JDK 1.6.0_03
WIN XP
-
Number of attachments :
Description
When opening a script that contains many lines groovyConsole freezes for several seconds. This may be related to applying color syntax to the code.
Issue Links
- relates to
-
GROOVY-3581
GroovyConsole slow typing
-
It is related to the syntax color highlighting, and it appears to be deep in javax.swing.text and the matchers used to match it. Nothing that Groovy or our text editor class is doing as best I can see. We may need to over-rider the paste actions to get it fixed.
(accidentally resolved it when I meant to press 'add comment')