RSyntaxTextArea
RSyntaxTextArea copied to clipboard
Unexpected removal of indentation when hitting enter
Description Unexpected removal of indentation when hitting enter
Steps to Reproduce
- run RSyntaxTextArea Demo Application -
gradlew run - add the following text:

- hit enter on 5th line

Expected behavior The indentation should be kept on 6th line (at least this is a behavior observed in other editors)
Actual behavior Indentation is lost on 6th line
Screenshots See steps to reproduce
Additional context Originally reported in https://github.com/mucommander/mucommander/issues/878