Quote:
Originally Posted by Vroni
Of course i miss the possibility of having different searches being marked as greedy / non greedy or dotall or nondotall
But it is like it is, and i'm not doing anything wrong.
|
Also remember that most of those options: dotall, un/greedy can be specified (or reversed) in the regular expression itself. I always leave the the checkbox gui options in the same exact same state, and use the expression itself to set greed/lazy multi-line, case insensitivity, etc..., for each particular search.
Also note that if you always leave "All Files" selected you can override/force search to operate only on the current file by holding the Ctrl key down while clicking on the action.
I never uncheck "wrap," myself *shrug*