Closed avose closed 1 year ago
I added a pretty solid start on the new dialog, it's essentially finished, but the actual search action hasn't been connected yet.
Also, the current search feature that's connected doesn't do a file name and contents search, so that code will need to be updated as well to support what the dialog box does.
This is done and connected. There are more search options that one could possibly add (e.g., case insensitive), but those cases can be covered by the regex feature, so adding them isn't too pressing at the moment. It's all working now (and had some fixes and cleanup while I was in there), so I'm going to close the issue now.
There needs to be a search option called "custom search" or "advanced search" or something which would bring up a dialog with more options. Options should include:
1) Match file type(s). 2) Max search depth. 3) Match both file regex and contents regex at the same time. 4) etc.