You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Codes were removed when split one line code to two lines with Python syntax style. The bug occured when putting the mouse position in a code line and press 'Enter' button in keyboard.
Ouch, this is really bad, looks like a broken InsertBreakAction. I'll get a fix published ASAP, but I'd recommend pinning an older RSTA version that works until then!
Description
Codes were removed when split one line code to two lines with Python syntax style. The bug occured when putting the mouse position in a code line and press 'Enter' button in keyboard.
Steps to Reproduce
I am using RSyntaxTextArea for Jython code editor in MeteoInfoLab (https://github.com/meteoinfo/MeteoInfo/blob/master/meteoinfo-lab/src/main/java/org/meteoinfo/lab/gui/EditorDockable.java#L171-L175). MITextEditorPane is an extents of TextEditorPane with auto code completion (https://github.com/meteoinfo/MeteoInfo/blob/master/meteoinfo-console/src/main/java/org/meteoinfo/console/editor/MITextEditorPane.java).
Screenshots
Java version
Java 11
The text was updated successfully, but these errors were encountered: