This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
Releases: leonid-shevtsov/SearchInProject_SublimeText
Releases · leonid-shevtsov/SearchInProject_SublimeText
The final one
I'm not using Sublime Text anymore and have no interest in supporting this project.
I added the MIT license to be explicit, so if you want to carry one, you have my full permission - and gratitude!
List Results in View
Long-awaited list results in view is finally implemented
The Tested Release
- No more using bash to locate executables.
- Actually, no more using shell when invoking search engine at all! This leads to a huge performance boost on typical systems.
- The search string is now passed as a single argument to the engine. This means you no longer have to quote special characters.
- Fix The Silver Searcher empty results incorrectly reporting as an error message.
- Show error messages in a nice error box instead of the list view.
- Do not run search with empty query.
- Do not use selection text as preset query if it is multi-line.
- Tested for full compatibility with OSX and Linux. Unfortunately, Windows compatibility will have to wait for the next release.
- Multiple compatibility fixes for ag, ack, git-grep.
v1.4.0
- Use bash to locate executables; should work out-of-the-box on the majority of systems
- Verbose error message when the search engine fails to execute for any reason
Fix for Package Control not unpacking the package upon install
Merge pull request #9 from pstadler/master extract package when installing via Package Control (fixes #7)