Closed carlosedp closed 10 years ago
The panel which plugin creates can only contain an input field. To accomplish your suggestion, which approach do you think is better?
@seanliang I think yours plan 1 is better, just like the search panel of ST
Agreed. Another thing is to treat spaces as pattern separators as it's now. If you need a space in regex, one must use "\s" or "\ " depending on the regex library you used.
@carlosedp @liuhewei This idea has been implemented, thanks for suggestion!
It would be great if the plugin allows regular expressions in the search pattern.