Let's say I work in a few different web frameworks, and I need to reference the js directories for a couple of these. I can't rename the folders because the framework references them as js.
I can't make them a favorite because textmate requires unique names for favorites, and I can't rename the source directory of the frameworks without breaking the framework.
I could go to the first unique root and then drill down everytime I open the favorite which is 3-4 dirs deep, I really don't want to do that especially when I'm comparing source to compiled versions and might have different levels above.
What is the better workaround?
Fred
On Feb 26, 2013, at 11:37 PM, Fred Finn fred.finn@gmail.com wrote:
[…] textmate requires unique names for favorites
While the favorite name itself (which is a symbolic link) should be unique, it can point to identically named folders.
E.g. after creating the link (adding to favorites) you should be able to navigate to the Favorites folder and rename the new link, e.g. ‘SomeFramework → JavaScript’.