This adds a combo-box to the find-in-files dialog which lets the user choose which kind of regular expressions shall be used: extended, basic or perl.
The pre-selected value is 'extended' so users which do not want to change the reg-exp mode used, do not need to change anything. If a user only toggles the checkbox to enable/disable regular expressions then anything works as it used to. Also see #443. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1809 -- Commit Summary -- * find-in-files: choose reg-exp mode (extended/basic/perl) -- File Changes -- M src/search.c (44) -- Patch Links -- https://github.com/geany/geany/pull/1809.patch https://github.com/geany/geany/pull/1809.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1809
