Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
src/main/java/com/keenwrite/preferences/PreferencesController.java
Setting.of( label( KEY_TYPESET_CONTEXT_PATH ) ),
Setting.of( title( KEY_TYPESET_CONTEXT_PATH ),
- stringProperty( KEY_TYPESET_CONTEXT_PATH ) ),
+ fileProperty( KEY_TYPESET_CONTEXT_PATH ), true ),
Setting.of( label( KEY_TYPESET_CONTEXT_ENV ) ),
Setting.of( title( KEY_TYPESET_CONTEXT_ENV ),
src/main/java/com/keenwrite/preferences/Workspace.java
entry( KEY_LANGUAGE_LOCALE, asLocaleProperty( LOCALE_DEFAULT ) ),
- entry( KEY_TYPESET_CONTEXT_PATH, asStringProperty( USER_DIRECTORY.toString() ) ),
+ entry( KEY_TYPESET_CONTEXT_PATH, asFileProperty( USER_DIRECTORY ) ),
entry( KEY_TYPESET_CONTEXT_ENV, asStringProperty( "" ) )
);

Switch themes path to directory preference

Author DaveJarvis <email>
Date 2021-04-13 00:19:13 GMT-0700
Commit b0b5b74cf637ef57c4c11d7c244d61996d7fa4fb
Parent c0e7aa5
Delta 2 lines added, 2 lines removed