• Stars
    star
    200
  • Rank 195,325 (Top 4 %)
  • Language
    Objective-C
  • Created about 15 years ago
  • Updated almost 15 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Find In Project plugin for TextMate

nice_find

A replacement for TextMateโ€™s Find In Project

Aim: Provide the speed of git-grep (or normal grep) to TextMate projects.

Screenshot

Download

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.