Theme Editor: support saving file; added inspector

This commit is contained in:
Karl Tauber
2020-07-07 16:17:31 +02:00
parent 6f71e4ada0
commit ac8225d8fb
3 changed files with 19 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( project( ":flatlaf-extras" ) )
implementation( "com.fifesoft:rsyntaxtextarea:3.1.1" )
}