Theme Editor: find/replace bar improvements:

- always use editor selection to search if `Ctrl+F` is pressed
- keep find/replace bar open if switching to another editor
- mark matches when switching to another editor
This commit is contained in:
Karl Tauber
2022-07-08 17:52:08 +02:00
parent a372da22f3
commit 5cd0b2403c
4 changed files with 93 additions and 38 deletions

View File

@@ -25,7 +25,6 @@ dependencies {
implementation( "com.miglayout:miglayout-swing:5.3" )
implementation( "com.fifesoft:rsyntaxtextarea:3.1.4" )
implementation( "com.fifesoft:autocomplete:3.1.3" )
implementation( "com.fifesoft:rstaui:3.1.3" )
}
tasks {