Intellisense (tm)
Brian Juergensmeyer
brianj at avicom.net
Mon Jun 21 23:49:08 BST 1999
Hi, all,
As long as we are hashing this out, I would suggest snatching a page
out of Borland/Inprise's book and doing something like the following:
int FOO = Object ->
and have Intellisense/Code completion filter out everything that does
not return an integer. Delphi 4 already does this.
Comments?
Bri
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 6/21/99, 8:10:33 PM, Kevin Burton <burton at relativity.yi.org> wrote
regarding Re: Intellisense (tm):
/* snip */
> So for example if you have an object with 4 methods (methodOne,
> methodTwo, methodThree, methodFour) and you use an accessor on that
> object you will get its methods:
> myObject->
> will produce a list that contains the 4 methods. At this point you
can
> either arrow down and tab to select a method or use the mouse. Then
it
> will print out a list of parameters you must provide and optionally
some
> standard documentation about what these parameters mean. If this
method
> is overloaded it will provide all methods.
/* snip */
More information about the KDevelop
mailing list