-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Preserving Folder Structure (#395)
* Modify function to conform to review feedback * Rename "Autosaves" Pane to "File Handling" to make it more versatile. * Fixed inconsistent display of "Zoom Mode" configuration * Refactor problematic code * Allow user configuration to import preserve folder structure * Update based on review feedback * Refactor incMessageBox() with enum args and return value * refector incImportKeepFolderStructPop() with enum return value * rename incConvertToTinyfdButton() to incDialogButtonToTinyfd() * reuse DialogButton enum in dialog.d * Implement class DialogHandler and remove incMessageBox() to avoid environmental issues * Revert "Modify function to conform to review feedback" This reverts commit 8b6adfb. * Revert "Fixed inconsistent display of "Zoom Mode" configuration" This reverts commit 1188835. * Clone `kra-d` git to fix kra import issue Note: run `dub upgrade` before build * Duplicate Dialog return value avoids mistakes reuse reference * Update kra-d version * Update inmath allow other 1.0.x series version
- Loading branch information
1 parent
3cd1cf9
commit ca5c4f0
Showing
10 changed files
with
253 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.