Re: Refactoring tools available for Cocoa / ObjC?
Re: Refactoring tools available for Cocoa / ObjC?
- Subject: Re: Refactoring tools available for Cocoa / ObjC?
- From: Ondra Cada <email@hidden>
- Date: Tue, 2 May 2006 05:43:07 +0200
Lawrence,
On 2.5.2006, at 5:18, Lawrence Sanbourne wrote:
Even just being able to rename classes would be fantastic
Well, save for rare (but still valid) cases like NSClassFromString
([myPrefix stringByAppendingString:@"String"]) you can do this very
easily with find-and-replace, can you not?
Perhaps I am overlooking something obvious, but I do not see many
cases you would have the same string as the class name in sources and
you are definitely sure you don't want to change it. Even in pretty
pathological cases like
{ int NSString=7; ... }
the very reason you have used this extremely weird variable name most
probably was that you *wanted* it to reflect the class name, and thus
you would again *want* to change it when the class gets renamed.
What am I overlooking?
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden