5

As a follow-up to this question:

Is it possible to use the lowercase version of an identifier that appears in those templates? For example, to create a template that allows a user to create something like this, while entering Foo only once:

Filename: Foo.h

@interface Foo: SuperclassOfFoo {
}

-(Foo*) foo;

@end
Community
  • 1
  • 1
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
  • To clarify: You want to have the user go through the standard template chooser, entering only the word "Foo", and have the template produce the result you listed, with a method that has lower and uppercase versions of the word entered. – Kendall Helmstetter Gelner Jul 30 '11 at 03:17
  • Correct. If it works, I'll do more than that with it. But that would be a great start. – William Jockusch Jul 30 '11 at 09:58
  • did you come up with a solution ? I'm struggling with the same thing – apouche Jul 21 '12 at 18:43
  • Gave up on it. Partly the problem is that the templates disappear with upgrades. I know I could bring them back, but it's a pain, because I have to find the location, and it has changed at least once. – William Jockusch Jul 22 '12 at 02:50

1 Answers1

0

I dont get it but a capitalized method name is bad :D besides it should start with a verb maybe

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135