[TxMt] Displaying full file path in titlebar
Charilaos Skiadas
skiadas at hanover.edu
Sun Nov 26 20:32:50 UTC 2006
On Nov 26, 2006, at 3:11 PM, Charley Tiggs wrote:
> Jim Plush wrote:
>> Perhaps this option already exists or perhaps it can be a feature
>> request.
>> When editing files the filename appears in the title bar of the
>> application. Is it possible to get the full path name displayed at
>> the top? Many times I'll be working on files of the same name in
>> different directories and it's a pain to figure out which one is
>> which.
>
> Meantime, if you're working within a project, hover your mouse over
> the tab of the file you want the path for and a tooltip will appear.
>
And you can also just create a new command, with Input: None, Output:
Show as Tool Tip, and text:
echo "$TM_FILEPATH"
Then assign any key equivalent you want to this, and leave the scope
selector field empty. Whenever you want to find the path of the
current file, just run this command.
> Charley
Haris
More information about the textmate
mailing list