You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix typo in constant.numeric.line-number.csearch
- add hotkey to invoke code search. Hotkey is `alt-super-shift-f`
(not `alt-super-shift-s` as in SublimeCodeSearch project) as if it's an
"extension" to normal "find in files" `super-shift-f`
- add handling of double clicks within search results to open target file.
That might conflict with other extensions trying to mimic "Find in files"
double click behaviour. I blame Jon Skinner.
- updated captions of commands to better explain what they do
- add handling of paths relative to project root
- fix searching for qouted text: now qoutes are not passed along
- removed TODO: now we handle missing closing qoute assuming it is at very end
- updated default search prompt to `file:* case:yes "` to:
-- showcase `file` and `case` options
-- be able to simply paste multi-word search (you had to add quotas before
otherwise it searches for `(multi-word|search)`)
- fix handling of windows paths: parser failed to process paths with colons
rendering plugin unuseful on windows
- removed throwing an error when index file does not exist: you had to run
cindex manually to bootstrap project index. cindex can create new files
with ease
- add log to console how much time it took to index
0 commit comments