release-1.5
Applied filters, Reverted to sync file reads as its over 5 times faster to index, and reduced indexing startup time to 5 secs
test is about 30% faster than match; also use filterFileList method
Merge pull request #11640 from ficristo/findbar-getInitialQuery
Moved getInitialQuery from FindUtils to FindBar
QuickSearchField / Quick Open tweaks - Fix bug where arrow keys with bare "@" didn't scroll to item in editor (with unit test) - Fix code style nits & update docs. Reponding to code review only one year late :-) - Fix JSHint nits about unused vars - CSS tweak when last item in list highlighted
Added @constructor for constructor function
Highlight scrollbar tickmark for the current Find match differently from the other matches (similar to the text highlighting within the editor).
Incorporating review comments. Jslint error fixes.
Health logs for find / replace in files, instant search usage.