Theme Editor: basic "find bar" added

This commit is contained in:
Karl Tauber
2020-12-31 15:08:14 +01:00
parent 0896143838
commit 6f3aea8fc1
13 changed files with 382 additions and 3 deletions

View File

@@ -30,8 +30,9 @@ dependencies {
implementation( project( ":flatlaf-extras" ) )
implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" )
implementation( "com.fifesoft:rsyntaxtextarea:3.1.1" )
implementation( "com.fifesoft:autocomplete:3.1.0" )
implementation( "com.fifesoft:rsyntaxtextarea:3.1.2" )
implementation( "com.fifesoft:autocomplete:3.1.1" )
implementation( "com.fifesoft:rstaui:3.1.1" )
}
tasks {