Closed GoogleCodeExporter closed 9 years ago
Thanks for the report. By default, auto-word highlighting can be disabled by
changing the jsyntaxpane.config.properties file under META-INF\services.
The file contains the "plugins" to use for any particular editorKit:
JavaSyntaxKit.components = jsyntaxpane.components.PairsMarker, \
jsyntaxpane.components.LineNumbersRuler, \
jsyntaxpane.components.TokenMarker
You can remove the TokenMarker, and it will not show.
I will look later at how highlighting interferes with selection and fix it. But
might take a while.
Original comment by ayman.al...@gmail.com
on 18 Nov 2008 at 5:14
You can also use the DefaultSyntaxKit.getConfig to get the configuration, then
change
the above key/value before creating your EditorPane. Convenience method to set
a
property will be added to the class.
Original comment by ayman.al...@gmail.com
on 18 Nov 2008 at 5:26
Fixed in r54
Original comment by ayman.al...@gmail.com
on 18 Nov 2008 at 10:55
Original issue reported on code.google.com by
caulton...@gmail.com
on 17 Nov 2008 at 5:48Attachments: