Every repository with this icon (
Every repository with this icon (
tree bc88fc21180a5553846e61116f3bd9ed28f45110
parent 169467b53a8af6627d0c01b7f1b59a9c10abe818
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 27 20:04:55 -0700 2009 | |
| |
Doc/ | Wed Oct 28 19:16:06 -0700 2009 | |
| |
English.lproj/ | Fri Oct 23 11:11:18 -0700 2009 | |
| |
Info.plist | Thu Nov 12 00:11:42 -0800 2009 | |
| |
NiceFind.xcodeproj/ | Tue Oct 27 22:55:05 -0700 2009 | |
| |
NiceFind_Prefix.pch | Fri Oct 23 11:11:18 -0700 2009 | |
| |
Readme.textile | Thu Nov 12 00:11:42 -0800 2009 | |
| |
Res/ | Fri Oct 30 23:23:19 -0700 2009 | |
| |
Src/ | Thu Nov 12 00:08:28 -0800 2009 |
nice_find
A replacement for TextMate’s Find In Project
Aim: Provide the speed of git-grep (or normal grep) to TextMate projects.
Why?
In the beginning you had to stare at the beachball while TextMate searched synchronously through your project. Crashes occurred whenever it encountered a large file or was bored. Then came the grep bundles. They were good, but unfortunately they suffered the limitations of the TextMate bundle system.
nice_find is a TextMate plugin that is written in Objective C and interacts directly with TextMate. It uses grep (or git-grep where available). As a result it is faster, more intuitive, and has a native look and feel that is the envy of all the bundles.
How?
Download the bundle here extract and double click on it to install it in TextMate. Or build it in xcode and it will be installed by the build script.
In a TextMate project, hit command-shift-f and use the find dialog normally.
Limitations
No replace support yet, but soon.
No support for multi-line regular expressions yet, but also soon.







