(04-30-2025, 05:25 PM)SMcNeill Wrote: Here's what you'd want to tweak and change in the ide_methods.bas:I assumed QB64PE was made in C... it's made in QB64PE?
Code: (Select All)IF KCTRL AND KB = _KEY_F3 THEN
IF IdeSystem = 3 THEN IdeSystem = 1
GOTO idefindjmp
END IF
IF KALT AND KB = _KEY_F3 THEN
IF IdeSystem = 3 THEN IdeSystem = 1
GOTO idefindchangejmp
END IF
That's awesome... In that case I just might go in and play with it.
Thanks for explaining where to make the change!
(I still think adding an options screen would be a good idea.
)PS While we're at it, can you maybe point out where in the code one would add that check to see if the program was modified outside the editor, and if so, reload it?
Thanks again

