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

Commit 8d860ce

Browse files
update changelog and readme for version 1.6.0
1 parent a514207 commit 8d860ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for SearchInProject
22

3+
## v1.6.0 2015-07-21
4+
5+
* List results in view
6+
37
## v1.5.1 2015-03-18
48

59
* Fix ack detection code for Sublime Text 2, by @keimlink

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Search In Project
22

3+
![Search in Project screencast](https://raw.githubusercontent.com/leonid-shevtsov/SearchInProject_SublimeText/screencast/screencast.gif)
4+
35
This plugin for [Sublime Text 2 and 3](http://www.sublimetext.com/) lets you use your favorite search tool (`grep`, `ack`, `ag`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
46

57
It opens a quick selection panel to browse results, and highlights matches inside files.
@@ -23,7 +25,9 @@ My idea is that if you use this plugin it's because you already use one of the s
2325
* Use the key binding (`⌘⌥⇧F` on OS X, `Ctrl+Alt+Shift+F` on Windows), or
2426
* Call the "Search in Project" command;
2527
* Enter the search query;
26-
* Hit `Enter` (`Return`). In a short while you'll be presented with a "quck 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.
28+
* 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.
29+
* 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.)
30+
2731

2832
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, ↩`
2933

0 commit comments

Comments
 (0)