Page 1 of 1

hope Find/Replace add Option "all files"

Posted: Sun Feb 10, 2019 6:50 am
by gurj
hope Find/Replace add Option "all files"
work at all opened codes files.

Re: hope Find/Replace add Option "all files"

Posted: Sun Feb 10, 2019 5:07 pm
by Zebuddi123
Hi gurj Use grepwin (it`s a swiss army knife) as an ide tool: I use it with a toolbar icon. You can search\replace using files/folders/subfolder regex/text any filetype using wildcards and OR *.pb|*.pbi etc

pretty sure you can set different tools in the pbide with different parameters ie:

/searchpath:%FILE /searchfor:%WORD /regex:yes
/searchpath:%PATH /searchfor:%WORD /regex:yes
/searchpath:%PATH /searchfor:%WORD /text:yes
ETC:

here is a link to the parameters you could use and setup in in the ide tool parameters section similar to above

parameters: https://tools.stefankueng.com/grepWin_cmd.html


zebuddi. :)

toolbar icons : http://www.iconarchive.com/tag/magnifying-glass

grepwin: https://github.com/stefankueng/grepWin/ ... /tag/1.9.1

tool parameter`s: /searchpath:%FILE /searchfor:%WORD /regex:yes

Re: hope Find/Replace add Option "all files"

Posted: Sun Feb 10, 2019 6:12 pm
by gurj
Sometimes it opens up a lot of code, and then I can't think of a fragment in which code, and then I think of this topic suggestion ...
Thank you for your warm answers and links! May you have good luck!