Re: Renaming a GUI controller class
Re: Renaming a GUI controller class
- Subject: Re: Renaming a GUI controller class
- From: Andrew Pontious <email@hidden>
- Date: Fri, 4 Apr 2008 17:17:20 -0700
On Apr 3, 2008, at 9:17 PM, R.L. Grigg wrote:
On Apr 3, 2008, at 8:57 PM, ghe wrote:
On Apr 3, 2008, at 9:32 PM, Shawn Erickson wrote:
(I personally haven't used it for changing a class name however...)
It works. Be sure to check the box about changing the file names...
Refactoring looks interesting. But when I try it in Xcode the
refactoring pane checkbox labelled "Rename related files" is dimmed
out.
In order for the checkbox to be active, the files involved need to be
called MyClass.h and MyClass.m, where "MyClass" is the name of the
class being renamed. Therefore, with that checkbox checked, if you
rename the class to NewName, the files get renamed to NewName.h and
NewName.m, with no further input from you.
-- Andrew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden