Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDE search option
#1
Hi,

In the IDE you have Alt-S to search and F to find a string or value in your program..

My question is:

Could you have a checkbox for wildcard characters * and ? with the search specifications?

  [  ] Allow wildcard

Thanks, Erik.
Reply
#2
Quote:findstr {/b} {/e} {/l | /r} {/s} {/i} {/x} {/v} {/n} {/m} {/o} {/p} {/f:<File>} {/c:<String>} {/g:<File>} {/d:<DirList>} {/a:<ColorAttribute>} {/off{line}} <Strings> {<Drive>:}{<Path>}<FileName>{ ...}

i had to look this up for windows. of course on linux there is grep.

i could not find page of qb64wiki to explain that windows terminal program.

do not think the qb64 ide could do everything for you. not everybody else wants filename wildcard for search, it is too harmful. going into regular expressions could cause frustration. especially asterisk is not for someone who wants precise match of something.

from above terminal command, you could note the line number and then do this:

Quote:qb64pe.exe -l:xxx filename.bas

xxx is the line number, and you should choose your program file.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  IDE Colors Dimster 10 754 12-02-2025, 03:05 PM
Last Post: Kernelpanic
  Make IDE $Console:Only output readably large dakra137 1 530 10-10-2025, 12:21 PM
Last Post: hsiangch_ong
  Why is 'option' treated like a reserved word in the IDE? Pete 2 568 04-11-2025, 10:03 PM
Last Post: Pete
  Why is 'base' treated like a reserved word in the IDE? Pete 4 802 04-11-2025, 09:49 PM
Last Post: SMcNeill
  After using the font, the IDE is ripe for reinstallation SOLVED! Petr 8 1,391 12-12-2024, 04:45 PM
Last Post: Petr

Forum Jump:


Users browsing this thread: 1 Guest(s)