java-rsyntaxtextarea 3.4.0
Syntax highlighting text component for Java Swing
RSyntaxTextArea is a syntax highlighting, code folding text component for Java Swing. It extends JTextComponent
so it integrates completely with the standard javax.swing.text
package. It is fast and efficient, and can be used in any application that needs to edit or view source code.
- Website: https://bobbylight.github.io/RSyntaxTextArea/
- Licenses: Modified BSD
- Package source: gnu/packages/textutils.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-rsyntaxtextarea 3.4.0
as follows:
guix install java-rsyntaxtextarea@3.4.0
Or install the latest version:
guix install java-rsyntaxtextarea
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.