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.
http://www.fifesoft.com/rsyntaxtextarea/
Modified BSD License
Robert Futrell
文件下载
文件名 操作
rsyntaxtextarea-2.5.0.jar 下载
rsyntaxtextarea-2.5.0.pom 下载
rsyntaxtextarea-2.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rsyntaxtextarea</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rsyntaxtextarea:2.5.0'
Gradle Kotlin
implementation("com.fifesoft:rsyntaxtextarea:2.5.0")
Scala SBT
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rsyntaxtextarea', version='2.5.0')
)
Apache Ivy
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="2.5.0" />
Leiningen
[com.fifesoft/rsyntaxtextarea "2.5.0"]
Apache Buildr
'com.fifesoft:rsyntaxtextarea:jar:2.5.0'