Added "shader" filter to "Find in Files"

This commit is contained in:
Michael Alexsander Silva Dias
2018-10-27 12:24:41 -03:00
parent d4028a3f50
commit f6d137d3d0
5 changed files with 28 additions and 16 deletions

View File

@ -73,7 +73,6 @@ private:
// Config
String _pattern;
Set<String> _extension_filter;
String _root_prefix;
String _root_dir;
bool _whole_words;
bool _match_case;