mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: Find now support PCRE regexes
git-svn-id: svn://ultimatepp.org/upp/trunk@7504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a1e10ddefe
commit
17ec2257fe
9 changed files with 179 additions and 115 deletions
|
|
@ -732,7 +732,7 @@ public:
|
|||
String find_file_search_string;
|
||||
|
||||
FindInFilesDlg ff;
|
||||
int iwc;
|
||||
String iwc;
|
||||
|
||||
int doc_serial;
|
||||
TopicCtrl doc;
|
||||
|
|
@ -1062,9 +1062,10 @@ public:
|
|||
void FindFolder();
|
||||
void FindSetStdDir(String n);
|
||||
void FindStdDir();
|
||||
void InsertWildcard(int c);
|
||||
void InsertWildcard(const char *s);
|
||||
void AddFoundFile(const String& fn, int ln, const String& line, int pos, int count);
|
||||
bool SearchInFile(const String& fn, const String& pattern,
|
||||
bool wholeword, bool ignorecase, int& n);
|
||||
bool wholeword, bool ignorecase, int& n, RegExp *regexp);
|
||||
void SyncFindInFiles();
|
||||
void ConstructFindInFiles();
|
||||
void SerializeFindInFiles(Stream& s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue