simonsteele / pn

Programmer's Notepad
373 stars 115 forks source link

find group of words and/or find on find result #123

Open JoseQuintas opened 8 years ago

JoseQuintas commented 8 years ago

Sometimes I need to find some words in any order. Would be helpfull to have this.

Example: METHOD Test() CLASS TheClass METHOD TheClass:Test()

If possible find "test" and "method" in any order, I could to find the two sintaxes. I think is better than find on previous find result, and perhaps could be easy to implement.