Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configurations.all { // Check for updates every build
}

dependencies {
implementation('com.fifesoft.rtext:fife.common:6.1.0-SNAPSHOT')
implementation('com.fifesoft.rtext:fife.common:6.1.0')

implementation('com.fifesoft:rsyntaxtextarea:3.6.1')
implementation('com.fifesoft:autocomplete:3.3.3')
Expand Down
9 changes: 6 additions & 3 deletions src/main/dist/doc/en/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ RText Change Log
https://bobbylight.github.io/RText/
-----------------------------------

6.1.0
6.1.0 (01/10/2026)
------------------
- Updating bundled JRE from 17 to 25
-
- Added code folding and syntax highlighting for Rust
- Show the number of selected line breaks in gutter
- Support Java 9 and later JDKs in Java Language Support
- Updated bundled JRE from 17 to 25


6.0.2 (08/05/2023)
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/fife/rtext/FileFilters.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PropertiesFiles=Properties Files
Protobuf=Proto Definition Files
Python=Python Source Files
Ruby=Ruby Source Files
Rust=Rust Source Files
Rust=Rust Source Files
SAS=SAS Source Files
Scala=Scala Source Files
SQL=SQL Source Files
Expand Down