Posts: 14
Threads: 4
Joined: Dec 2022
Reputation:
0
I am assuming, there's no more of that "auto manual" popping up in the IDE?
(I liked that)
looking like workaround, is....
download giant PDF file
do command checks by hand, like old days with manual?
or... is there a workaround to "hook things back up"
Posts: 439
Threads: 17
Joined: Apr 2022
Reputation:
21
There are help pages still in the IDE. Press F1 on a keyword.
Ask me about Windows API and maybe some Linux stuff
Posts: 14
Threads: 4
Joined: Dec 2022
Reputation:
0
i'll try that... I remember it being kinda automatic...
Posts: 2,700
Threads: 124
Joined: Apr 2022
Reputation:
134
The Help menu item is all the way to the right corner of the IDE. I didn't see it at first either. It can even update itself.
It is loaded with all the stuff in the Wiki: descriptions, examples and hyperlinks to other keywords, both Alphabetical and by content. Like the formatting and syntax checking, it is a major asset of QB64!
b = b + ...
Posts: 1,510
Threads: 53
Joined: Jul 2022
Reputation:
47
12-30-2022, 04:50 AM
(This post was last modified: 12-30-2022, 04:54 AM by mnrvovrfc.)
Ahhhh... don't get me started about auto-completion. Memory-greedy mess in Libreoffice made me hate that whole suite, besides it crashing while changing many things about the configuration... and the directories better exist IJS.
Why does anybody want auto-completion in a nostalgic IDE? I guess because now we have open and save file dialogs that look like those on "ordinary" Windows applications!
The IDE is already slow on Linux. Try pressing and holding an arrow key for about two seconds. With an emulation of IntelliSense I think this one problem could be fixed, though. Bark back with help, not with a syntax error on a line the user hasn't finished typing yet.
The Purebasic IDE had something which displayed the procedure/function "prototype" for one that was just typed on the screen. On the status bar, for example, it showed something like "LOCATE row, column, cursor-on-off, start-cursor, end-cursor | Sets the status of the cursor in text console" after "LOCATE" was typed in the editing window. This is being described for a QB64 command, not actually supported by that language product which looks more like Pascal than BASIC. This status bar help was most helpful for Win API statements.