Skip to content

Commit db3e11a

Browse files
committed
Bump fifecommon to 6.1.0
1 parent c8cde5a commit db3e11a

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ configurations.all { // Check for updates every build
2323
}
2424

2525
dependencies {
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')

src/main/dist/doc/en/Changes.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ RText Change Log
22
https://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

1013
6.0.2 (08/05/2023)
1114
------------------

src/main/resources/org/fife/rtext/FileFilters.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PropertiesFiles=Properties Files
3434
Protobuf=Proto Definition Files
3535
Python=Python Source Files
3636
Ruby=Ruby Source Files
37-
Rust=Rust Source Files
37+
Rust=Rust Source Files
3838
SAS=SAS Source Files
3939
Scala=Scala Source Files
4040
SQL=SQL Source Files

0 commit comments

Comments
 (0)