Re: How to rename a component in Xcode?
Re: How to rename a component in Xcode?
- Subject: Re: How to rename a component in Xcode?
- From: Art Isbell <email@hidden>
- Date: Sat, 22 Jul 2006 16:33:31 -1000
On Jul 22, 2006, at 4:27 PM, Mike Schrag wrote:
But if you have referenced the compoennt by name through your
project, you will need to manually change those references, correct?
True.
With Eclipse/WOLips, I would recommend that when you call
pageWithName, use pageWithName(YourComponent.class.getName()) vs
pageWithName("YourComponent").
This is appropriate with Xcode as well.
The cool thing with this is that Eclipse can refactor your
component names properly.
Xcode's Project Find and Replace deals with this well enough for me
although apparently not as well as Eclipse.
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden