[SVN] r3031
Charilaos Skiadas
cskiadas at uchicago.edu
Sat Apr 15 03:04:01 UTC 2006
On Apr 14, 2006, at 9:52 PM, Ian Joyner wrote:
> Not quite sure what this means, but thanks for fixing it – there's
> a lot I don't understand about this yet, so I hope what I have
> uploaded is not too rough.
Each bundle item/theme has a UUID (http://en.wikipedia.org/wiki/
UUID). This is how TextMate recognizes them, if their filenames etc
change. Because of how you created your theme, it had the same UUID
as the Mac Classic theme, and so TextMate could not tell them apart.
Run "man uuid" on the terminal to find more about how to generate
uuid's.
Most of the time you don't have to mess with uuid's at all, because
when you create new stuff or copy stuff from within the Bundle or
Theme editors, TextMate will create the new uuid for you. If on the
other hand you use the command line or finder to copy the plist file
corresponding to a bundle item and edit that, this new item will have
the same uuid as the previous one, since it is stored in the .plist
file.
Haris
More information about the textmate-dev
mailing list