Am I the only Luser on the planet with TM2 that displays:
{{*.{o,pyc},Icon
in the title bar?
b9113
thx. :)
On 4/30/12 1:31 PM, George McGinley Smith wrote:
On 30 Apr 2012, at 20:51, Artie Ziff wrote:
Am I the only Luser on the planet with TM2 that displays:
{{*.{o,pyc},Icon
in the title bar?
I think so.
Have you tried moving/deleting your .tm_properties file?
Umm. No. But I should have! Thank you! Evidently I needed a firm push. Thanks to David too for suggesting same. A great community is Textmate. Wiki not so good. lol! I see some line I copy blind from wiki causes the problem. http://wiki.macromates.com/Reference/FolderSpecificSettings :::: include = "{.tm_properties,.htaccess}" Maybe not a good idea to include .tm_properties in .tm_properties. YMMV. This line may cause TM2 to write this "{{*.{o,pyc},Icon" in the titlebar.
I'd be interested to see more .tm_prop files, to learn more about what can be done in them. Are people sharing them somewhere?
Thank you to everyone.
AZ
http://wiki.macromates.com/Reference/FolderSpecificSettings
:::: include = "{.tm_properties,.htaccess}"
I was wrong. This is the line that causes the problems:
windowTitle = "$TM_DISPLAYNAME — ${CWD/^.*///}"
Cheers, AZ
Previously I thought the issue was the windowTitle variable in .tm_properties. I was wrong... again.
the title bar anomaly is caused by this:
excludeInFileChooser= "{$exclude,*.xib}"
In fact, simply using the variable, excludeInFileChooser, appears to corrupt the titlebar:
excludeInFileChooser= "{*.xib}"
Those lines are from here: http://wiki.macromates.com/Reference/FolderSpecificSettings
HTH!
Hi,
So I've tried to replicate this behaviour on my machine, and I can't. Can you post all of your .tm_properties files starting with the one in your home directory, and then all those in directories up to the point at which you start to see the window title issue. A path description for each would also be useful.
Hopefully we can work out what's going wrong here!
David.
On Sat, May 5, 2012 at 12:55 AM, Artie Ziff artie.ziff@gmail.com wrote:
Previously I thought the issue was the windowTitle variable in .tm_properties. I was wrong... again.
the title bar anomaly is caused by this:
excludeInFileChooser= "{$exclude,*.xib}"
In fact, simply using the variable, excludeInFileChooser, appears to corrupt the titlebar:
excludeInFileChooser= "{*.xib}"
Those lines are from here: http://wiki.macromates.com/**Reference/**FolderSpecificSettingshttp://wiki.macromates.com/Reference/FolderSpecificSettings
HTH!
______________________________**_________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/**listinfo/textmatehttp://lists.macromates.com/listinfo/textmate
You're the best, David! Thank you for the dialog! You have motivated me to isolate further (pro bono, even! lol!) Now, this is an actual root cause... that could be written into a bug report.
Here's the deal.
There appears to be some buggy interaction with the variables excludeInFileChooser (which I assume is for the File Browser) and windowTitle.
I have only one .tm_properties file in my home directory. $ find ~ -name .tm_properties ./.tm_properties
Starting with an empty .tm_properties file: Title Bar OK
Insert the following into .tm_properties: Title Bar OK excludeInFileChooser= "{*.xib}" windowTitle = '${TM_DISPLAYNAME}'
Swap the order inside .tm_properties: Title Bar Broken windowTitle = '${TM_DISPLAYNAME}' excludeInFileChooser= "{*.xib}"
HTH! -AZ
On 5/4/12 5:15 PM, David Howden wrote:
Hi,
So I've tried to replicate this behaviour on my machine, and I can't. Can you post all of your .tm_properties files starting with the one in your home directory, and then all those in directories up to the point at which you start to see the window title issue. A path description for each would also be useful.
Hopefully we can work out what's going wrong here!
David.
On Sat, May 5, 2012 at 12:55 AM, Artie Ziff <artie.ziff@gmail.com mailto:artie.ziff@gmail.com> wrote:
Previously I thought the issue was the windowTitle variable in .tm_properties. I was wrong... again. the title bar anomaly is caused by this: excludeInFileChooser= "{$exclude,*.xib}" In fact, simply using the variable, excludeInFileChooser, appears to corrupt the titlebar: excludeInFileChooser= "{*.xib}" Those lines are from here: http://wiki.macromates.com/Reference/FolderSpecificSettings HTH! _______________________________________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
From what I can tell, it seems that you need to put a space before the =
so
excludeInFileChooser = "{*.xib}"
works, but
excludeInFileChooser= "{*.xib}"
does not.
The grammar that allan is using for the config files might need a little tweaking!
David.
On Sat, May 5, 2012 at 2:10 AM, Artie Ziff artie.ziff@gmail.com wrote:
You're the best, David! Thank you for the dialog! You have motivated me to isolate further (pro bono, even! lol!) Now, this is an actual root cause... that could be written into a bug report.
Here's the deal.
There appears to be some buggy interaction with the variables excludeInFileChooser (which I assume is for the File Browser) and windowTitle.
I have only one .tm_properties file in my home directory. $ find ~ -name .tm_properties ./.tm_properties
Starting with an empty .tm_properties file: Title Bar OK
Insert the following into .tm_properties: Title Bar OK excludeInFileChooser= "{*.xib}" windowTitle = '${TM_DISPLAYNAME}'
Swap the order inside .tm_properties: Title Bar Broken windowTitle = '${TM_DISPLAYNAME}' excludeInFileChooser= "{*.xib}"
HTH! -AZ
On 5/4/12 5:15 PM, David Howden wrote:
Hi,
So I've tried to replicate this behaviour on my machine, and I can't. Can you post all of your .tm_properties files starting with the one in your home directory, and then all those in directories up to the point at which you start to see the window title issue. A path description for each would also be useful.
Hopefully we can work out what's going wrong here!
David.
On Sat, May 5, 2012 at 12:55 AM, Artie Ziff <artie.ziff@gmail.commailto: artie.ziff@gmail.com> wrote:
Previously I thought the issue was the windowTitle variable in .tm_properties. I was wrong... again.
the title bar anomaly is caused by this:
excludeInFileChooser= "{$exclude,*.xib}"
In fact, simply using the variable, excludeInFileChooser, appears to corrupt the titlebar:
excludeInFileChooser= "{*.xib}"
Those lines are from here: http://wiki.macromates.com/**Reference/**FolderSpecificSettingshttp://wiki.macromates.com/Reference/FolderSpecificSettings
HTH!
______________________________**_________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.**macromates.comtextmate@lists.macromates.com
http://lists.macromates.com/**listinfo/textmatehttp://lists.macromates.com/listinfo/textmate
______________________________**_________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/**listinfo/textmatehttp://lists.macromates.com/listinfo/textmate
______________________________**_________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/**listinfo/textmatehttp://lists.macromates.com/listinfo/textmate