Re: Seeing entire class name in IB's instances palette?
Re: Seeing entire class name in IB's instances palette?
- Subject: Re: Seeing entire class name in IB's instances palette?
- From: Vince DeMarco <email@hidden>
- Date: Thu, 11 Oct 2001 08:47:28 -0700
On Thursday, October 11, 2001, at 07:55 am, Michael P. Rogers wrote:
Is there anyway, in IB, to see the entire name of a somewhat lengthy
class name in the instances panel?
Right now, both my PrimeNumberController and PrimeNumberMaker are
truncated, so all I see in both cases is PrimeNumber... and have to guess
which is which. I know I can look at the Info palette after clicking on
an object, but I'm hoping for something like tooltips. Resizing the
palette doesn't seem to work, either.
Either switch to outline view or
in the Icon view rename the text below the button (double click on it) and
change the name From PrimeNumberController to Controller and from
PrimeNumberMaker to Maker.
What you are doing is changing the name of the object, which in no way
affects your program.