Hi Folks,
coming from jEdit I really miss CodeBrowser. So this afternoon I cobbled together a quick hack to recreate some of it's functionality for TextMate.
The result is TmCodeBrowser:
http://www.cocoabits.com/TmCodeBrowser/
Sorry, Tiger only (saved hours on programming).
Feedback welcome!
Gerd
On 5 Sep 2005, at 08:19, Gerd Knops wrote:
coming from jEdit I really miss CodeBrowser. So this afternoon I cobbled together a quick hack to recreate some of it's functionality for TextMate.
Wonderful! I'd spent part of this morning looking through exuberant ctags and wondering how one would go about integrating it into TextMate.
It would be even better if TmBrowser could make use of an existing tags file (since I've already got one generated for my project and, having discovered stakeout from this list, that's kept pretty up to date along with the rest of the build) and allow browsing across the entire project. That would take it well beyond the existing Navigate -> Go To Symbol functionality.