RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
@bobbylight **Add Support for smooth scrolling.** Like the one in IntelliJ's Text Editor.
From time to time, I get this error : ` javax.swing.text.BadLocationException: Position not represented by view at org.fife.ui.rsyntaxtextarea.WrappedSyntaxView.modelToView(WrappedSyntaxView.java:724) at javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1509) at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1047) at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1022) at javax.swing.text.JTextComponent.modelToView(JTextComponent.java:1377) at org.fife.ui.rtextarea.RTextAreaBase.possiblyUpdateCurrentLineHighlightLocation(RTextAreaBase.java:754) at org.fife.ui.rtextarea.RTextArea.fireCaretUpdate(RTextArea.java:614)...
I recommend using Class.forName only when class name comes from an external source (i.e. system property, etc..). When the class name comes from a string constant in the code, it...
Add syntax highlighting for Handlebars (and thus mustache).
Hello, i'm using RSyntaxTextArea, a bit of an older version but suspect the problem exist in the new one as well. I have a long comma-separated line of something like...
I change cursor for the component `RSTA.setCursor(myCursor)`. However this would be overwritten with user CTRL + mouse move (a user wanted to click something while he/she was moving mouse). I...
We use RSyntaxTextArea in [WollMux](https://github.com/WollMux/WollMux). We plan to upgrade to Java 11 and modularize our project. During compilation we get a warning: `Required filename-based automodules detected: [rsyntaxtextarea-3.1.0.jar, autocomplete-3.1.0.jar, rstaui-3.1.0.jar]. Please...
I wanted to achieve a similar effect to an IDE's navigation via code bits (hold `ctrl` and click on a function to go to the definition). This lead me to...
I have written a small test where just a form contains RSyntaxTextArea component. As I see undo/redo should work just out of the box but if I press ctrl+z then...
Version: RSyntaxTextArea 3.1.3 I use long lines in RSTA and enabled line wrapping at word boundaries. At some times, when RSTA is set with text, the last line of the...