E-TextEditor is a great textmate compatible editor for windows.
In it's current version however, it lacks the capacity to perform a search across multiple files/directories.
There exist some other textmate-compatible bundle items which provide this feature, but they all seem to be basically calls out to find | xargs | grep, which is hugely slower than a native imeplementation
This project provides a standalone C# executable which is designed to act as an addon to E-TextEditor and provide this facility
Requirements:
· NET Framework 2.0