Why does my bundle editor have an Output option for commands called "8":
?
j.
On 12. Nov 2006, at 18:30, Jay Soffian wrote:
Why does my bundle editor have an Output option for commands called "8":
That would be because you have a command with a previously deprecated, and now removed, output option. So it shows up as 8 because it used to be the 8th option.
On Nov 12, 2006, at 3:26 PM, Allan Odgaard wrote:
That would be because you have a command with a previously deprecated, and now removed, output option. So it shows up as 8 because it used to be the 8th option.
So how do I get rid of it[1]? It shows up in the Output drop-down of every command I click on in the bundle editor. grepping all the tmCommands under ~/Library/Application Support/TextMate with:
find . -name '*.tmCommand' -print0 | xargs -0 grep -A 1 '<key>output</ key>'
Isn't finding me anything obvious. I didn't see anything in TextMate's preference plist either.
?
j.
[1] Not that there's anything wrong with 8. It's a fine number. Well, not as cool as 7...
On 13. Nov 2006, at 10:27, Jay Soffian wrote:
On Nov 13, 2006, at 4:02 AM, Jay Soffian wrote:
Isn't finding me anything obvious. I didn't see anything in TextMate's preference plist either.
It is apparently in the Java bundle. Find j-class declar.plist and Find j-interf declar.plist.
I removed the offending commands.