-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
find files: allow to simultaneously search for several file patterns
* find-files-dialog.cc (find_files_dialog): update tool tip for the start dir combobox, do not set the start dir to the current directory, add a button for doing this instead, find button gets focus (start_find): allow several search patterns separated by semicolon, disable new button as well; (stop_find ): enable new button as well; (start_dir_to_cwd): new slot for the button which sets the start dir to the current directory * find-files-dialog.h: new button for setting start dir to current dir, new slot for this button * gui-utils.cc (combobox_insert_current_item): code clean up * main-window.cc (find_files): only set the start directory of the activated find files dialog, if the provided argument is not empty (as for calls from the file browser), otherwise the last start directory is restored * main-window.h (find_files): default argument is an empty string
- Loading branch information
1 parent
8692c49
commit b94ba63
Showing
5 changed files
with
32 additions
and
16 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