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
#12
(04-30-2025, 03:23 PM)Ed Davis Wrote: Everyone knows that ctrl-h is backspace, and has been since the beginning of time.  The universe might implode if you change this.

you could consult with gnome who apparently didn't care about other standards.  even less about user's tastes which are like languages and dialects of the world.


(04-30-2025, 04:06 PM)madscijr Wrote: Haha! CTRL+H opens Search/Replace in Notepad++, Word, and VS.code.

and in gedit and anything derrived from it.  also in geany, which is also gtk-based.
Reply
#13
Steve's suggestion for editing the source worked - 
CTRL+H now opens search/replace! 

Now onto the bigger mods:

  1. Monitor the file size + modified date, if it's changed outside the editor, notify the user and yes/no prompt to refresh from disk. Filesize is easy to get, but for modifed date/time Steve recommended using shell wmic where "name='{file}'" get LastModified /VALUE > temp.txt threw a file not found error, even when I include the full path for the temp file..,
  2. Don't move the insertion point when user presses Page Up/Down or scrolls... ?!? No idea about that one!  
Reply
#14
(04-30-2025, 11:30 PM)madscijr Wrote: Steve's suggestion for editing the source worked - 
CTRL+H now opens search/replace! 

Now onto the bigger mods:

  1. Monitor the file size + modified date, if it's changed outside the editor, notify the user and yes/no prompt to refresh from disk. Filesize is easy to get, but for modifed date/time Steve recommended using shell wmic where "name='{file}'" get LastModified /VALUE > temp.txt threw a file not found error, even when I include the full path for the temp file..,
  2. Don't move the insertion point when user presses Page Up/Down or scrolls... ?!? No idea about that one!  
I made a post here on the forum relating to a new IDE I'm making for some weeks now, you might find it interesting:
https://qb64phoenix.com/forum/showthread.php?tid=3654
Reply
#15
Thanks, I'll check it out!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Half baked pipe dream questions - hardware and os Parkland 9 1,309 05-23-2025, 03:00 PM
Last Post: madscijr
  _IIF limits two questions doppler 18 2,990 05-14-2025, 04:33 PM
Last Post: madscijr
  Questions about INSTR Circlotron 7 1,020 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,044 07-28-2024, 02:49 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: