aymanhs / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
4 stars 1 forks source link

Possible to enable line wrapping for a specific kit? #198

Open Sciss opened 7 years ago

Sciss commented 7 years ago

Dear @aymanhs - I have been adding a simple Markdown parser in my fork of your project (https://github.com/Sciss/SyntaxPane), but I can't seem to find a way to enable automatic line wrapping in this case (which would be useful, as you would normally want to wrap text paragraphs here). Do you know if there is a straight forward approach to change a subclass of DefaultSyntaxKit to enable line wrapping? You are using ViewFactory, so I'm thinking there should be a possibility, but my knowledge of this is limited. Thanks!