Skip to content

Enable manual editing of the output directory field - #799

Open
ElCruncharino wants to merge 1 commit into
enzo1982:masterfrom
ElCruncharino:fix-editable-output-directory
Open

Enable manual editing of the output directory field#799
ElCruncharino wants to merge 1 commit into
enzo1982:masterfrom
ElCruncharino:fix-editable-output-directory

Conversation

@ElCruncharino

Copy link
Copy Markdown

FolderEditBox deactivated its own cursor, so the output directory
field in the main window could only be set via the folder picker
dropdown, never typed into directly.

Reactivate the cursor and route Enter to the existing OnSelectFolder
handler, which already validates the path, offers to create it if
missing, and updates the recent folders list. Typed paths now get the
same handling as picked ones.

Closes #780

FolderEditBox deactivated its cursor, making the field only settable
via the folder picker dropdown. Reactivate it and route Enter to the
existing OnSelectFolder validation (checks the path exists, offers to
create it, updates the recent-folders list) so typed paths get the
same handling as picked ones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable manual editing of the output directory field in the main window

1 participant