I just put TmCodeBrowser 1.10 out. It uses an updated ctags (amongst others better php support) and now remembers the sort setting on a per- language base. Get it here:
http://www.cocoabits.com/TmCodeBrowser/
Gerd
way cool, thanks
On Mon, Apr 7, 2008 at 6:30 PM, Gerd Knops gerti-textmate@bitart.com wrote:
I just put TmCodeBrowser 1.10 out. It uses an updated ctags (amongst others better php support) and now remembers the sort setting on a per-language base. Get it here:
http://www.cocoabits.com/TmCodeBrowser/
Gerd
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hi,
On Apr 8, 2008, at 12:30 AM, Gerd Knops wrote:
I just put TmCodeBrowser 1.10 out. It uses an updated ctags (amongst others better php support) and now remembers the sort setting on a per-language base. Get it here:
hmms.. I might be doing something wrong, but:
1. I installed ctags 5.7 from the Exuberant ctags version; 2. run ctags -R at the root of my project; 3. installed the latest 1.10 version of TmCodeBrowser and restarted TextMate.
If I open the panel, and search for some symbol that I know its there, nothing shows up.
The tags file in this particular project is 2.7Mbytes.
Thanks in advance,
On Apr 8, 2008, at 10:57 AM, Pedro Melo wrote:
Hi,
On Apr 8, 2008, at 12:30 AM, Gerd Knops wrote:
I just put TmCodeBrowser 1.10 out. It uses an updated ctags (amongst others better php support) and now remembers the sort setting on a per-language base. Get it here:
hmms.. I might be doing something wrong, but:
- I installed ctags 5.7 from the Exuberant ctags version;
- run ctags -R at the root of my project;
- installed the latest 1.10 version of TmCodeBrowser and restarted
TextMate.
If I open the panel, and search for some symbol that I know its there, nothing shows up.
The tags file in this particular project is 2.7Mbytes.
TmCodeBrowser comes with a built in ctags and does not use the tags file at all. TmCodeBrowser is meant to help navugating a single file, not a project.
Gerd
Am 08.04.2008 um 19:19 schrieb Gerd Knops:
On Apr 8, 2008, at 10:57 AM, Pedro Melo wrote:
Hi,
On Apr 8, 2008, at 12:30 AM, Gerd Knops wrote:
I just put TmCodeBrowser 1.10 out. It uses an updated ctags (amongst others better php support) and now remembers the sort setting on a per-language base. Get it here:
hmms.. I might be doing something wrong, but:
[...]
TmCodeBrowser comes with a built in ctags and does not use the tags file at all. TmCodeBrowser is meant to help navugating a single file, not a project.
nevertheless my window keeps being empty :). it seems like it looks at the file extension. if i have a php file with a custom file extension, nothing shows up. if it's .php everything is fine. is it possible to look at tm's language setting?
regards, oktay.
On Apr 8, 2008, at 1:05 PM, Oktay Acikalin wrote:
Am 08.04.2008 um 19:19 schrieb Gerd Knops:
On Apr 8, 2008, at 10:57 AM, Pedro Melo wrote:
Hi,
On Apr 8, 2008, at 12:30 AM, Gerd Knops wrote:
I just put TmCodeBrowser 1.10 out. It uses an updated ctags (amongst others better php support) and now remembers the sort setting on a per-language base. Get it here:
hmms.. I might be doing something wrong, but:
[...]
TmCodeBrowser comes with a built in ctags and does not use the tags file at all. TmCodeBrowser is meant to help navugating a single file, not a project.
nevertheless my window keeps being empty :). it seems like it looks at the file extension. if i have a php file with a custom file extension, nothing shows up. if it's .php everything is fine. is it possible to look at tm's language setting?
It might, but there are many cases in which that would not deliver the desired result either.
But you can modify ~/.ctags.tmcodebrowser (if it doesn't exist yet, use the link in the manual's Customization section to open the default in TM, modify, and save it to ~/.ctags.tmcodebrowser).
Add a line following this schema:
--langmap=PHP:.php.MyExtension.MyOtherExtension
Afterwards just switch to another file and back in TM to see the results.
Gerd