Export to excel
Cluster table wait
Add sql resul color
This commit is contained in:
levinsv 2018-12-05 21:25:22 +05:00
parent b0afa4ead2
commit 39b8fbc0ab
11 changed files with 123 additions and 37 deletions

View file

@ -1041,13 +1041,13 @@ CharacterRange ctlSQLBox::RegexFindText(int minPos, int maxPos, const wxString &
ft.chrg.cpMax = maxPos;
wxWX2MBbuf buf = text.mb_str(wxConvUTF8);
ft.lpstrText = (char *)(const char *)buf;
/*
íå êîìïèëèðîâàëàñü ñ wx 2.8.12
if (SendMsg(2150, wxSTC_FIND_REGEXP, (long)&ft) == -1)
{
ft.chrgText.cpMin = -1;
ft.chrgText.cpMax = -1;
}
*/
//íå êîìïèëèðîâàëàñü ñ wx 2.8.12
//if (SendMsg(2150, wxSTC_FIND_REGEXP, (long)&ft) == -1)
//{
// ft.chrgText.cpMin = -1;
// ft.chrgText.cpMax = -1;
//}
return ft.chrgText;
}