Suggestion -- Quick Help (F2)

Working on new editor enhancements?
syntax error
User
User
Posts: 93
Joined: Tue Jan 13, 2004 5:11 am
Location: Midlands , UK

Suggestion -- Quick Help (F2)

Post 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)?
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Suggestion -- Quick Help (F2)

Post 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
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
filperj
User
User
Posts: 77
Joined: Tue Sep 16, 2003 8:53 pm
Location: Nevers(France)

Post 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:
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post 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.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

but it alrady is... oh... i'm using japbe, sorry :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply