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
@@ -14,11 +14,11 @@ It opens a quick selection panel to browse results, and highlights matches insid
14
14
* Hit `Enter` (`Return`). You'll be presented with a "quick select" panel with the search results. Select any file from that panel (it supports fuzzy searching) to go to the match. The search string will be highlighted with an outline and a circle symbol in the gutter area.
15
15
* The last item on the quick select panel is "List results in view". Pick it to see results in a regular editor view. (Tip: if you enter three ticks ("`") in the search box - it's going to be to be the first item.)
16
16
17
-
If you select text and then run Search In Project, it will pre-fill the search string with the selection text; for example, to search for a word project-wide, do `⌘D, ⌘⌥⇧F, ↩`
17
+
If you select text and run Search In Project, the program will pre-fill the search string with the selection text. For an example, to search for a word project-wide, press the following buttons: `⌘D, ⌘⌥⇧F, ↩`.
18
18
19
-
If you run Search In Project again, it will remember the last search string, so the next search is just an `↩` away.
19
+
If you run Search In Project again, the program will remember the last search string, so the next search will be an ↩ away.
20
20
21
-
**Important note for Windows users: the current release has known issues with running executables, I'd appreciate any bug reports from the field.**
21
+
**Important note for Windows users: the current release has known issues with running executables, and I would appreciate any bug reports from the field.**
22
22
23
23
## Installation
24
24
@@ -41,7 +41,7 @@ Name | Description | Search in Project key
41
41
[grep](https://en.wikipedia.org/wiki/Grep) | fallback search tool available on Linux and OSX systems. Not recommended - just use the built-in Sublime Text search instead. | `grep`
42
42
[findstr](https://technet.microsoft.com/en-us/library/Bb490907.aspx) | fallback search tool available on Windows. Not recommended - just use the built-in Sublime Text search instead. | `find_str`
43
43
44
-
**You need to choose the engine you want to use in the configuration file. The default is the one available on every system, but easily the worst.**
44
+
**You need to choose the engine that you want to use in the configuration file. The default is the one that available on every system, but it is easily the worst.**
0 commit comments