Jar examples for r:rsyntaxtextarea
RSyntaxTextArea is the syntax highlighting text editor used in RText, pulled out into its own jar so it is easily usable in any application. Features include Syntax highlighting for 20+ languages, Code completion, Regex find and replace, Macros, Code templates, Unlimited undo/redo Line numbering and bracket matching.
You can download jar file rsyntaxtextarea 2.5.8 in this page.
GNU Lesser General Public License
You can use the following script to add rsyntaxtextarea-2.5.8.jar to your project.
<dependency> <groupId>com.fifesoft</groupId> <artifactId>rsyntaxtextarea</artifactId> <version>2.5.8</version> </dependency>
compile group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '2.5.8'
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "2.5.8"
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="2.5.8"/>
@Grapes(@Grab(group='com.fifesoft', module='rsyntaxtextarea', version='2.5.8'))
'com.fifesoft:rsyntaxtextarea:jar:2.5.8'
Click the following link to download the jar file.
rsyntaxtextarea-2.5.8-javadoc.jar