10-10-2020, 01:08 PM
Does someone has an script that searches for a string also in used qm items.
To elaborate, assume that I am in within "\test\abc\mac1" ('mac1' beeing a macro, and '\test\abc' the folder path)
If want to do a search for "Path" within 'mac1', I also want to search within the functions,classes,...etc used within 'mac1'.
Ideally skipping functions, classes that are commented.
Macro Macro15
If the search could be expanded to also look in linked items within "test3" and "test5" then this would complete my request.
Before I start to attempt to create something myself maybe someone within QM forums has something made like this and is willing to share it...?
To be clear, this is not a request to code this for me, I assume that gintaras and other users are head deep on other things but I thought I'd give it a shot and ask first if someone already has made?
To elaborate, assume that I am in within "\test\abc\mac1" ('mac1' beeing a macro, and '\test\abc' the folder path)
If want to do a search for "Path" within 'mac1', I also want to search within the functions,classes,...etc used within 'mac1'.
Ideally skipping functions, classes that are commented.
Macro Macro15
;; this line is commented and it contains "test4" (do not search in "test4")
;; search within 'test3' and 'test5' (and within search in linked items within 'test3' and 'test5')
test3
test5
If the search could be expanded to also look in linked items within "test3" and "test5" then this would complete my request.
Before I start to attempt to create something myself maybe someone within QM forums has something made like this and is willing to share it...?
To be clear, this is not a request to code this for me, I assume that gintaras and other users are head deep on other things but I thought I'd give it a shot and ask first if someone already has made?