brandon1024 / find

A find-in-page extension for Chrome and Firefox that supports regular expressions.
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
GNU General Public License v3.0
402 stars 52 forks source link

Feature request: Add switch buttons for the Expression Options beside the input box #371

Open Babesun opened 2 years ago

Babesun commented 2 years ago

Nice tool! Is there any plan to add switch buttons for the Expression Options beside the input box? Now the switchers are in the Settings box that is not easy enough to switch the mode when we find the texts with special charactors like '. *'. Thanks!

brandon1024 commented 2 years ago

There is currently no plan to implement something like this. I've been careful to limit how many buttons are shown in the popup beside the input field, because more buttons lead to a busy bloaty interface. I have only left the important ones (toggling the options pane, saved expressions pane, etc).

If you can find a way to implement this in an elegant way in the form of a PR, I would be more than happy to take a look.