This package browser is in early development. Mind the rough edges.

java-rsyntaxtextarea

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.

Installation

Install the latest version of java-rsyntaxtextarea as follows:

guix install java-rsyntaxtextarea

Or install a particular version:

guix install java-rsyntaxtextarea@3.4.0

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.

Badge code

You can use the following badge to inform users of java-rsyntaxtextarea about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/java-rsyntaxtextarea'><img src='https://packages.guix.gnu.org/packages/java-rsyntaxtextarea/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-rsyntaxtextarea/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-rsyntaxtextarea)

Example Org:

[[https://packages.guix.gnu.org/packages/java-rsyntaxtextarea][https://packages.guix.gnu.org/packages/java-rsyntaxtextarea/badges/latest-version.svg]]