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
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ A plugin for [Sublime Text](http://www.sublimetext.com/). Versions 2 and 3 are s
4
4
5
5
## Synopsis
6
6
7
-
This plugin makes it possible to use various external search tools (`grep`, `ack`, `ag`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
7
+
This plugin lets you use your favorite search tool (`grep`, `ack`, `ag`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
8
8
9
9
It opens a quick selection panel to browse results, and highlights matches inside files.
10
10
11
11
It's easy to add another search tool, if you so desire.
12
12
13
13
## Installation
14
14
15
-
*[Package Control](http://wbond.net/sublime_packages/package_control): install package **SearchInProject** (this is the recommended method)
15
+
*[Package Control](http://sublime.wbond.net): install package **Search in Project** (this is the recommended method)
16
16
17
17
* Download an [archive of the repository](https://github.com/leonid-shevtsov/SearchInProject_SublimeText/archive/master.zip), and unzip into the Sublime Text Packages folder.
18
18
@@ -29,10 +29,10 @@ If you run Search In Project again, it will remember the last search string, so
29
29
30
30
## Configuration
31
31
32
-
Configuration is stored in a separate, user-specific `SearchInProject.sublime-settings` file. See the default file for configuration options; links to both <colgroup></colgroup>ld be
32
+
Configuration is stored in a separate, user-specific `SearchInProject.sublime-settings` file. See the default file for configuration options; links to both could be
33
33
found in the main menu in `Preferences -> Package Settings -> Search In Project`.
34
34
35
-
On any OS I recommend you to install [ack](http://betterthangrep.com/), and use it instead of the default `grep`/`findstr`, because it's much faster. [Here's how to install ack on Windows](http://stackoverflow.com/questions/1023710/how-can-i-install-and-use-ack-library-on-windows).
35
+
You should install and use [ack](http://betterthangrep.com/) instead of the default `grep`/`findstr`, because it's much faster. [Here's how to install ack on Windows](http://stackoverflow.com/questions/1023710/how-can-i-install-and-use-ack-library-on-windows).
0 commit comments