RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
**Description** The problem can arise in 2 situations : 1) If a Java program window with RSyntaxTextArea showing code is moved from a screen with Font set at 100%, to...
See issue #454 for an explanation
**Describe the solution you'd like** I want to reuse a parser for syntax highlighting that provides an interface as following: ```java List parse(String content) throws ParseException; ``` Parsing can not...
Today I installed **Fedora 36** which comes with gnome's new **Text Editor**. Take a look  #### Notice the difference between the current line number and others. See how the...
RSyntaxTextArea 3.1.1: ``` Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.fife.ui.rsyntaxtextarea.folding.PythonFoldParser.getFolds(PythonFoldParser.java:87) at org.fife.ui.rsyntaxtextarea.folding.DefaultFoldManager.reparse(DefaultFoldManager.java:471) at org.fife.ui.rsyntaxtextarea.folding.DefaultFoldManager$1.parse(DefaultFoldManager.java:503) at org.fife.ui.rsyntaxtextarea.ParserManager.actionPerformed(ParserManager.java:163) at java.desktop/javax.swing.Timer.fireActionPerformed(Timer.java:317) at java.desktop/javax.swing.Timer$DoPostEvent.run(Timer.java:249) at java.desktop/java.awt.event.InvocationEvent.dispatch$$$capture(InvocationEvent.java:313) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)...
In the programming language **q** there is a unique rule regarding curly braces. Normally they stack like in C. However the closing curly brace of a function must **not** be...
**Description** Im tried to use syntaxtextarea in JavaFX (v18.0.1) and got problem with fonts **Screenshots**  **Java version** Java 17 LTS **The code of JavaFX program** ` import java.io.InputStream; import...
**Description** Using RSTA 3.0.8, hyperlinks in [Luyten](https://github.com/deathmarine/Luyten) were working properly. However, when updating to 3.1.0 (or even 3.2.0), **using the same code**, they are not working correctly anymore. **Steps to...
**Describe the solution you'd like** RSyntaxTextArea's fold indicator icons are standard squares and resemble the fold indicators in Visual Studio. Newer applications, such as VS Code, use a simpler, arrow-style...