Hi,
I'm submitting a patch for a fix / improvement in the IncrementalSearch plugin. The plugin records every keystroke in history, which means typing "TERM" leaves the following entries in search history:
TERM
TER
TE
T
We now try to be a bit smarter by only adding the term to history upon:
- leaving focus from the text control
- using prev / next / clear buttons or shortcut keys
Patch is available here (https://github.com/gk7huki/codeblocks_sf/commit/f8b29944bbccbbe287877618f72d5dd9bf702991).
Huki
Any user of incremental search willing to test this and post if it is improvement?
@Huki: If you want your patch to not be forgotten it is better to post it on sf.net as a ticket.
Quote from: oBFusCATed on September 22, 2018, 06:53:13 PM
@Huki: If you want your patch to not be forgotten it is better to post it on sf.net as a ticket.
Ok, I've opened a ticket: https://sourceforge.net/p/codeblocks/tickets/740/