Re: Search & replace in nib files?
Re: Search & replace in nib files?
- Subject: Re: Search & replace in nib files?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sat, 13 Mar 2004 12:15:44 +0100
At 17:59 Uhr +0800 13.03.2004, Glen Low wrote:
I've got to rename some of my classes to make them more standard
looking -- basically with the usual 2 letter prefix. I can do this
well enough in header and source files, but is there any easy way to
do this in Interface Builder over my nib file(s)?
You could save the NIB files in MacOS 10.3 format and as XML (there's
an option in IB to do that). After that, you'd just go through the
NIB files with grep or any other find/replace tool and replace any
occurrences of your class names in there. Note that NIB files are
file packages, which may be an issue if you want to select them for
search & replace in whatever app you're using.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.