Download rsyntaxtextarea-2.6.1.jar file - Jar r

Jar examples for r:rsyntaxtextarea

Description

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.6.1 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add rsyntaxtextarea-2.6.1.jar to your project.

<dependency>
   <groupId>com.fifesoft</groupId>
   <artifactId>rsyntaxtextarea</artifactId>
   <version>2.6.1</version>
</dependency>
compile group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '2.6.1'
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "2.6.1"
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="2.6.1"/>
@Grapes(@Grab(group='com.fifesoft', module='rsyntaxtextarea', version='2.6.1'))
'com.fifesoft:rsyntaxtextarea:jar:2.6.1'

Download

Click the following link to download the jar file.

rsyntaxtextarea-2.6.1-javadoc.jar
rsyntaxtextarea-2.6.1-sources.jar
rsyntaxtextarea-2.6.1.jar
rsyntaxtextarea-2.6.1.pom



Related Tutorials