A little request
Sometimes i like to search in the code like -> #Objectdat+put+sina
Horst
might do, what you want - "It finds matches in a text that contains all three terms, regardless of the order or distance between them."(?=.*#Objectdat)(?=.*\bput\b)(?=.*\bsina\b)
What Chris wrote: The regex option is only available in the Find in Files dialog. There you may restrict the search range to the current file, but the default is "Project", which is, as i think, what you want.Horst wrote: Sat Nov 09, 2024 10:40 am ...
As i understand Chris it work in 'Find in files' but only in 'current file' not over the whole project so i dont need it.