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
409 stars 53 forks source link

Populate Search Field Option #272

Closed brandon1024 closed 4 years ago

brandon1024 commented 5 years ago

Issue Description

Some users have recommended that instead of populating the search field with the latest item in the stored history, instead populate it with their most recent query. I can see a good use case for this. So, to support both ways, implement a new option in the options pane that so that the user can chose which option they prefer.

SaltatorMortis commented 5 years ago

my suggestion is simply another approach of this ticket: keep the default behavior like now (most recent query) and only if you pin one or multiple entry(s) of the stored history for currend domain it will load the last used pinned entry of the currend domain optionally an automatic loaded pinned entry doesn't get put on top of the history pile

PS. typos + a dash of logic for readability