File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ configurations.all { // Check for updates every build
2323}
2424
2525dependencies {
26- implementation(' com.fifesoft.rtext:fife.common:6.1.0-SNAPSHOT ' )
26+ implementation(' com.fifesoft.rtext:fife.common:6.1.0' )
2727
2828 implementation(' com.fifesoft:rsyntaxtextarea:3.6.1' )
2929 implementation(' com.fifesoft:autocomplete:3.3.3' )
Original file line number Diff line number Diff line change @@ -2,10 +2,13 @@ RText Change Log
22https://bobbylight.github.io/RText/
33-----------------------------------
44
5- 6.1.0
5+ 6.1.0 (01/10/2026)
66------------------
7- - Updating bundled JRE from 17 to 25
8- -
7+ - Added code folding and syntax highlighting for Rust
8+ - Show the number of selected line breaks in gutter
9+ - Support Java 9 and later JDKs in Java Language Support
10+ - Updated bundled JRE from 17 to 25
11+
912
10136.0.2 (08/05/2023)
1114------------------
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ PropertiesFiles=Properties Files
3434Protobuf =Proto Definition Files
3535Python =Python Source Files
3636Ruby =Ruby Source Files
37- Rust =Rust Source Files
37+ Rust =Rust Source Files
3838SAS =SAS Source Files
3939Scala =Scala Source Files
4040SQL =SQL Source Files
You can’t perform that action at this time.
0 commit comments