Version 1.03 of TmCodeBrowser is available now at
http://www.cocoabits.com/TmCodeBrowser/
NOTE: I have changed the handling of .ctags.tmcodebrowser: If ~/.ctags.tmcodebrowser does not exist, fall back to internal default. That way users without a customized ~/.ctags.tmcodebrowser will benefit from updates to the internal default file.
So unless you have personal customizations not covered by the default file, please delete your ~/.ctags.tmcodebrowser, for example by entering this line in a terminal window:
rm ~/.ctags.tmcodebrowser
Gerd
Change Log
Version 1.03:
- Possible freeze while moving the selection, fixed
- Added some quotes in Objc-C postprocessing script to avoid problems with spaces in paths
- Added line for HTML <div> sections to the default .ctags.tmcodebrowser
- Changed handling of .ctags.tmcodebrowser: If ~/.ctags.tmcodebrowser does not exist, fall back to internal default. That way users without a customized ~/.ctags.tmcodebrowser will benefit from updates to the internal default file
- Changed CFBundleVersion to a growing integer in preparation for automatic version checks by TextMate
- Fixed tabbing through the CodeBrowser panel