Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDE suggestions / editor questions
#11
(04-30-2025, 05:25 PM)SMcNeill Wrote: Here's what you'd want to tweak and change in the ide_methods.bas:

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
I assumed QB64PE was made in C... it's made in QB64PE? 
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. Big Grin )


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
Reply


Messages In This Thread
IDE suggestions / editor questions - by madscijr - 04-29-2025, 07:00 PM
RE: IDE suggestions / editor questions - by madscijr - 04-30-2025, 06:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Half baked pipe dream questions - hardware and os Parkland 9 1,320 05-23-2025, 03:00 PM
Last Post: madscijr
  _IIF limits two questions doppler 18 3,020 05-14-2025, 04:33 PM
Last Post: madscijr
  Questions about INSTR Circlotron 7 1,028 04-27-2025, 03:12 PM
Last Post: mdijkens
  animated GIF creator / editor ? madscijr 1 579 09-23-2024, 05:23 PM
Last Post: TerryRitchie
  IDE almost flatlines 4 of 4 cpus - linux - any cure? desA 5 1,046 07-28-2024, 02:49 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: