Skip to content

v1.2.30

Compare
Choose a tag to compare
@A-AhkUser A-AhkUser released this 13 Jul 22:16
· 75 commits to master since this release
c44f18a

new entry door in the interface - the 'search' event:
  • added onSearch callback to allow override the algorithm that check the pending word against the current autocomplete source.
  • new built-in scoring algorithm (the script integrates the score function by Uberi): if not match is found in the autocompletion list, the script starts a fuzzy search.
  • hence, I removed matchModeRegEx and regExSymbol options.

the script now makes systematic use of the force-local mode.