Hi,
My workflow involves opening up multiple project windows for different issues that impact the same set of files/directories.
For instance I may be working on multiple bugs and features at the same time that impact the same set of source files and each project window is used to keep track of which files have been edited for each issue.
With more than 3 windows open it becomes difficult to know, without examining the files, which window is for which issue that I’m working on. Is there a way to customize the title for each window so that I can put in a tracking number for instance?
Ed Wong
On 9 Apr 2014, at 22:22, Ed Wong wrote:
[…] With more than 3 windows open it becomes difficult to know, without examining the files, which window is for which issue that I’m working on. Is there a way to customize the title for each window so that I can put in a tracking number for instance?
It’s unclear if these windows have their own project folder or am sharing it. If they are not sharing it then it can be set via .tm_properties, explained in more detail here http://manual.textmate.org/projects#window-title
Though if the files come from the same project folder, then there is currently no way to give them different window titles (well, beyond letting it be based on the current open file).
[…] With more than 3 windows open it becomes difficult to know, without examining the files, which window is for which issue that I’m working on. Is there a way to customize the title for each window so that I can put in a tracking number for instance?
It’s unclear if these windows have their own project folder or am sharing it. If they are not sharing it then it can be set via .tm_properties, explained in more detail here http://manual.textmate.org/projects#window-title
Though if the files come from the same project folder, then there is currently no way to give them different window titles (well, beyond letting it be based on the current open file).
It’s the latter case: same project folder. I’ve already customize the window title using .tm_properties to show the current open file but that isn’t enough to distinguish each window for my purposes since the same file could be opened in different windows.
Thanks for your answer.
Ed Wong