Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feature Request: Limit Scope of a "Find" and "Change"
#2
What might help with that is breaking the different portions into seperate library (I think .bm or .bi) files and including them. 

But if like me, you prefer all your code in one file (which eliminates dependency issues), you can add comments to the top and bottom of each section that make it easy to jump to, e.g., 
Code: (Select All)
' BEGIN MYSECTION #MYSECTION
(your code here)
' END MYSECTION @MYSECTION

' BEGIN SECTION2 #SECTION2
(more code)
' END SECTION2 @SECTION2

etc.
That way you can do a find and simply enter pound sign + {section name} to go to the top, and I think doing a search will start from that line (conversely, to jump to the bottom enter @ sign + {section name}). 

I find the QB64PE IDE to be decent, but for extensive editing of big files, I use Notepad++ which has much better editing features (including the option to search/replace in only the selected text) and then when I'm ready to compile/run, I select all, copy & paste into the IDE and run from there. 

Hope some of this helps - good luck!
Reply


Messages In This Thread
RE: Feature Request: Limit Scope of a "Find" and "Change" - by madscijr - 06-13-2025, 05:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Recursion Limit bplus 14 2,510 10-17-2025, 07:46 PM
Last Post: a740g
  calculating ratios to find optimal grid layout madscijr 16 2,578 02-21-2025, 10:24 PM
Last Post: madscijr
Tongue request: anyone want to do a remake of goat simulator or desert bus? madscijr 7 1,544 10-01-2024, 04:30 PM
Last Post: SMcNeill
  Odd behavior with Search -> Change window TerryRitchie 8 1,520 05-09-2024, 05:00 PM
Last Post: bplus
  Question about Find in Search TerryRitchie 3 819 05-02-2024, 05:29 PM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: 1 Guest(s)