behnaaz / chrome-type-ahead

Automatically exported from code.google.com/p/chrome-type-ahead
0 stars 0 forks source link

change time interval before clearing current search word #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Once I find a word I'm looking for, I tend to read the text around that word. 
By the time I'm done reading, the extension has cleared (or forgotten) the 
current search word. So instead of hitting F3 to find the next one, I have to 
retype. I never have this problem using the Firefox word search since it 
remembers my current word for a longer time. I propose to extend the time 
before type-ahead clears your current word, or have an option to extend it. 
Thanks!

Original issue reported on code.google.com by borat...@gmail.com on 12 Jul 2011 at 4:17

GoogleCodeExporter commented 9 years ago
The timeout is fixed to 5'' like firefox, but the difference it's that FF saves 
the search if you press F3 while the extension does not. This behaviour do need 
some changing.

Original comment by tokland on 12 Jul 2011 at 7:31

GoogleCodeExporter commented 9 years ago
It seems like the extension used to avoid timing out, at all.  That's my 
preference.  What if we were to have an option to time out/avoid timing out?

Original comment by Daniel.W...@gmail.com on 16 Jul 2011 at 11:37

GoogleCodeExporter commented 9 years ago
Ok, I'll add a boolean option in the future.

Original comment by tokland on 18 Jul 2011 at 10:11

GoogleCodeExporter commented 9 years ago
Awesome, thanks.

Original comment by Daniel.W...@gmail.com on 19 Jul 2011 at 11:57

GoogleCodeExporter commented 9 years ago
r159: timeout configurable (empty to disable)

Original comment by tokland on 26 Jul 2011 at 5:23