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)?
Suggestion -- Quick Help (F2)
-
- User
- Posts: 93
- Joined: Tue Jan 13, 2004 5:11 am
- Location: Midlands , UK
- Andre
- PureBasic Team
- Posts: 2139
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Re: Suggestion -- Quick Help (F2)
Because of this 'feature' I second this idea.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.

Maybe it should be like in jaPBe.
When the cursor is in
#=cursor
The Calltip should display drawimage and f1 should react on drawimage.
When the cursor is in
Code: Select all
DrawImage(UseImage(blah),#10,20)
The Calltip should display drawimage and f1 should react on drawimage.
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... )
( The path to enlightenment and the PureBasic Survival Guide right here... )