Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Releases: leonid-shevtsov/SearchInProject_SublimeText

The final one

27 Jan 16:06
8906ba9
Compare
Choose a tag to compare

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

21 Jul 16:41
Compare
Choose a tag to compare

Long-awaited list results in view is finally implemented

The Tested Release

14 Feb 19:28
Compare
Choose a tag to compare
  • 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

10 Jun 06:19
Compare
Choose a tag to compare
  • 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

26 Nov 10:22
Compare
Choose a tag to compare
Merge pull request #9 from pstadler/master

extract package when installing via Package Control (fixes #7)