Is there built into Textmate a fast way of locating where the file one is in is located?
Thanks, Kyle
On 28.07.2008, at 17:19, Kyle Johnson wrote:
Is there built into Textmate a fast way of locating where the file one is in is located?
One way is to hold the command (apple) button down while clicking at the name of the file at the top bar of a TM document window.
--Hans
Excellent!
many thanks, Kyle
On Jul 28, 2008, at 11:24 AM, Hans-Jörg Bibiko wrote:
On 28.07.2008, at 17:19, Kyle Johnson wrote:
Is there built into Textmate a fast way of locating where the file one is in is located?
One way is to hold the command (apple) button down while clicking at the name of the file at the top bar of a TM document window.
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Note that this is a feature general to OS X rather than specific to Textmate.
On Jul 28, 2008, at 11:29 AM, Kyle Johnson wrote:
Excellent!
many thanks, Kyle
On Jul 28, 2008, at 11:24 AM, Hans-Jörg Bibiko wrote:
On 28.07.2008, at 17:19, Kyle Johnson wrote:
Is there built into Textmate a fast way of locating where the file one is in is located?
One way is to hold the command (apple) button down while clicking at the name of the file at the top bar of a TM document window.
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
--- David Zhou david@nodnod.net
On 28.07.2008, at 17:24, Hans-Jörg Bibiko wrote:
On 28.07.2008, at 17:19, Kyle Johnson wrote:
Is there built into Textmate a fast way of locating where the file one is in is located?
One way is to hold the command (apple) button down while clicking at the name of the file at the top bar of a TM document window.
Or write a simpl tmcommand:
Input: none Command: echo "$TM_FILEPATH" Output: Show as Tool Tip
or got to: Bundle Development > Show TM_* Variables
or to insert the path into the doc: press the option key while dragging the doc's icon located at the top bar of the window to the doc itself
--Hans