Advanced "Select/Unselect Group" dialogs.
commitedc9264a2791e372ac379dcca5a4fc632e124851
authorAndrew Borodin <aborodin@vmail.ru>
Sat, 23 May 2009 15:14:59 +0000 (23 19:14 +0400)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 10 Jun 2009 11:20:26 +0000 (10 14:20 +0300)
treecde69bc91572b1f2dec909dae968dcd77d62f446
parentb384faef82b99764692d6559e389772b55e48fb8
Advanced "Select/Unselect Group" dialogs.

src/search/glob.c (mc_search__glob_translate_to_regex): added '^'
and '$' symbols to the begin and end of regex respectively to
properly handle shell-style wildcards.

src/cmd: new select/unselect engine.
(reverse_selection_cmd): invert selection for dirs as for files.

(select_unselect_cmd): new dialog. Added "Case sensitive" and "Files
only" checkboxes.
src/cmd.c