Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDE suggestions / editor questions
#9
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
Reply


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

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

Forum Jump:


Users browsing this thread: 1 Guest(s)