Re: Abstract classes and methods
Re: Abstract classes and methods
- Subject: Re: Abstract classes and methods
- From: Jonathan Hendry <email@hidden>
- Date: Wed, 29 Aug 2001 14:29:54 -0500
On Wednesday, August 29, 2001, at 01:39 , Ondra Cada wrote:
Jonathan,
Jonathan Hendry (JH) wrote at Wed, 29 Aug 2001 13:12:46 -0500:
JH> >PB defficiencies -- particularly the lack of global completion as was
JH> >the Alt-Esc functionality of the original PB (AKA PBWO) -- really
cry.
JH>
JH> PBX has completion. It's mapped to the F5 key, unless you can figure
JH> out how to map it elsewhere.
Alas, that's not a completion. Do please try to create a new project,
start
to write "nsstr" and press your precious F5. What you get?
You need to have the project indexed. Create a project. Build it.
Index it.
If I write "NSSt" and press F5, I get "NSString".
It does seem a bit buggy though. It completes stringWithFormat:
to stringWithF and that's it, and doesn't complete stringWithC
as stringWithCString
You get an impression that the F5 knows nothing of the frameworks used for
the project, which is alas sad true.
Not after you index the project.