Page 1 of 1

Suggestion -- Quick Help (F2)

Posted: Mon May 03, 2004 5:21 pm
by syntax error
I rely on the IDE's Quick help feature quite a lot for viewing the parameters of a command/function.

Only problem is, when you type another known command the quick help changes automatically.

Example:
DrawImage(UseImage(blah),10,20)

From the above example the QuickHelp changes to show UseImage()
If I want to refer to the quck help for DrawImage() I have to re-edit the DrawImage() text. Or, press F1 for the Help screen.
That can be a little annoying though. Having to click back to the IDE.

So, how about F2 for quick help only (no external help doc opens)?

Re: Suggestion -- Quick Help (F2)

Posted: Sat May 08, 2004 3:28 pm
by Andre
syntax error wrote:From the above example the QuickHelp changes to show UseImage()
If I want to refer to the quck help for DrawImage() I have to re-edit the DrawImage() text.
Because of this 'feature' I second this idea. :D

Posted: Sat May 08, 2004 3:48 pm
by filperj
Yes, good idea :D
I often have to re-type a character of a command, only to check the order of the arguments :oops:

Posted: Sat May 08, 2004 4:52 pm
by GPI
Maybe it should be like in jaPBe.

When the cursor is in

Code: Select all

DrawImage(UseImage(blah),#10,20)
#=cursor

The Calltip should display drawimage and f1 should react on drawimage.

Posted: Sat May 08, 2004 6:22 pm
by blueznl
but it alrady is... oh... i'm using japbe, sorry :-)