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.
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.