On 23.07.2006, at 3:32 Uhr, [EMAIL PROTECTED] wrote:

I want to change the name of a page component, and it looks like the only way to do this is to find each use of the old name and rename it manually. Is that true, or am I missing some magic feature?

No, Xcode has no refactoring methods. You can simply rename the components files and do a search for places where you have used it.

A good tip is not to use

pageWithName ("MyComponent");

but

pageWithName (MyComponent.class.getName());

so you get a compile time error when you have renamed the component and missed some places in your code.

cug

--
PharmaLine, Essen, GERMANY
Software and Database Development


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to