-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi, yesterday I tried to use the new feature "New Project" from the "Xcode"-bundle. I got an error that "tm_dialog" can't use the option - d, it didn't work. So I checked out the hole "Bundle", "PlugIns", "Support" and "Tools" directories from the subversion repository to ~/Library/Application Support/TextMate/ and tried it again, but it didn't work also. Then I opened the "Dialog Plugin" from "Tools" in Xcode, compiled the Dialog.tmplugin, put it in "PlugIns" and tried it again - it didn't worked. Later I realized I had to compile "tm_dialog.mm" in the same project and put it in "Support/bin" and also put the before compiled "Dialog.tmplugin" in "PlugIns". This works finally.
Now I'm asking myself if I did anything wrong or missed anything or is this the usual way to get new tools to work? I think it would be easier to put an compiled updated version of the files to "PlugIns" or "Support/bin" in the subversion repository if the source file gets updated so an svn update would get all user data up to date. It would also be nice if there could be a new target in the Xcode- project which builds tm_dialog so this gets done automatically; I did this in the terminal.
Thanks for all the info I missed, Simon