Hi,
While watching the 2nd obj-C screencast, I noticed Allan was getting a tab-completion on the word NSArray. Is it possible that particular tab-completion was removed from Textmate since the screencast was created? Or might I not have all the obj-C bundles?
FTR... I get a rewrite/insertion of this: NSMutableArray *array = [NSMutableArray array]; when I do a tab completion on the word: array
Perhaps creating such a tab-completion is so simple I can create my own?
Do some bundles exist which are not distributed via the textmate svn repository?
Thanks... az
On 19 Dec 2007, at 19:36, Artie Ziff wrote:
While watching the 2nd obj-C screencast, I noticed Allan was getting a tab-completion on the word NSArray. Is it possible that particular tab-completion was removed from Textmate since the screencast was created? Or might I not have all the obj-C bundles?
FTR... I get a rewrite/insertion of this: NSMutableArray *array = [NSMutableArray array]; when I do a tab completion on the word: array
I am quite certain that there has always been only the array⇥ which I have been using since day one.
We did temporarily have a ⌃= key that would make «class» into «class» = [[«class» alloc] init] or similar, but I did it mostly because somebody told me it was his favorite feature in Eclipse (for Java), I removed it again, as I newer used it.
Perhaps creating such a tab-completion is so simple I can create my own?
Indeed! :)
See http://macromates.com/textmate/manual/bundles#tab_triggers And http://macromates.com/textmate/manual/snippets#snippets
Do some bundles exist which are not distributed via the textmate svn repository?
Yes, but I am not aware of any for Objective-C not in the repository. Be aware that in the repository we have the ODCompletion bundle which really should be merged with Objective-C, it has a few handy shortcuts for Objective-C development.
Yes, but I am not aware of any for Objective-C not in the repository. Be aware that in the repository we have the ODCompletion bundle which really should be merged with Objective-C, it has a few handy shortcuts for Objective-C development.
Would I find this locally if I checked out all the bundles using svn?
Thank you.
On 20 Dec 2007, at 22:15, Artie Ziff wrote:
Yes, but I am not aware of any for Objective-C not in the repository. Be aware that in the repository we have the ODCompletion bundle which really should be merged with Objective-C, it has a few handy shortcuts for Objective-C development.
Would I find this locally if I checked out all the bundles using svn?
Yes, you can also settle by checking out the ODCompletion bundle.
See http://macromates.com/textmate/manual/bundles#getting_more_bundles for more info.
Hello,
Thank you again for your help.
Would I find this locally if I checked out all the bundles using svn?
Yes, you can also settle by checking out the ODCompletion bundle.
See http://macromates.com/textmate/manual/bundles#getting_more_bundles for more info.
I have checked out all Bundles to here: cd /Library/Application Support/TextMate/Bundles
I see the directory: /Library/Application Support/TextMate/Bundles/ODCompletion.tmbundle
However I do not see "ODCompletion" in the Bundle List under the letter O. Is it filed elsewhere?
Perhaps I did not check out with proper command? What is best svn command to check out all the Bundles and add-ons properly?
Cheers! az