- Add new option
search_in_project_show_list_by_default
to skip the quick panel and go straight to the list view
- Support Ripgrep
- Trim longs lines in results so Sublime Text doesn't hang #20 (thanks to @kojoru)
- Support The Platinum Searcher (thanks to @jodaka)
- Added links to configuration files to the command palette, and a post-install message.
- Fix for missing result in results view (thanks to @dtaub)
- Show line and file count in results view
- Avoid showing console window on Windows platform (thanks to @kojoru)
- List results in view
- Fix ack detection code for Sublime Text 2, by @keimlink
- Show empty results message in a messagebox instead of the results window
- 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.
- Fix for erros when search engine output contains binary or non-UTF text
- 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
- Further fixes for Sublime Text 3
- Works with Sublime Text 3 (thanks to @basteln, and also at his word)
- Correctly handles quoted paths with The Silver Searcher (#3, also thanks to @basteln)
- Fixed: The Silver Searcher not providing line numbers
- Fixed: "No Results" message was never displayed
- Fixed: column information was never correctly parsed and used
- Added: highlighting of search results in files that are opened
- Initial release