bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

Customizable Token painting #534

Closed bobbylight closed 9 months ago

bobbylight commented 9 months ago

Describe the solution you'd like As originally requested in PR #106, some folks would like to be able to customize token rendering. A primary use case here is overriding how whitespace tokens are rendered, from the default in VisibleWhitespaceTokenPainter.

That PR is quite old, so rather than rebasing, we should:

Are there any workarounds? Not without editing RSTA alibrary code.