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

Option to not execute search until instructed (e.g. for large pages) #372

Open Trinition opened 2 years ago

Trinition commented 2 years ago

Issue Description

When Chrome opens a very large piece of content (e.g. several MB log file) and you start to type our search expression, the delay of executing a search after every key press as the full expression is incrementally types is problematic. An option to delay searching for some time (to allow a full expression to be entered), or until the user instructs they are now complete (e.g. ENTER / "go" / etc.)

Steps to Reproduce