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

Python autoindent support and fix to Python Fold Parser #508

Closed awindillman closed 1 year ago

awindillman commented 1 year ago

This PR will close the small enhancement requested in issue #507

awindillman commented 1 year ago

Note that I did not add or update any tests. I'm not quite familiar enough with RSyntaxTextArea to determine if/where they should be added. I am happy to add tests as may be appropriate.

awindillman commented 1 year ago

This PR will also close the bug noted in issue https://github.com/bobbylight/RSyntaxTextArea/issues/512

awindillman commented 1 year ago

Thanks for the review. (Vaguely related: Looking forward to adding code completion for Jython when I get some time.)

bobbylight commented 1 year ago

Thanks for the PR!