This commit is contained in:
levinsv 2019-01-09 07:25:44 +05:00
parent 503dfba43b
commit 51fc0dec7f
14 changed files with 711 additions and 660 deletions

View file

@ -48,7 +48,7 @@ public:
~ctlSQLBox();
void Create(wxWindow *parent, wxWindowID id = -1, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = 0);
void HighlightBrace(int lb, int rb);
void SetDatabase(pgConn *db);
void OnKeyDown(wxKeyEvent &event);

View file

@ -148,7 +148,8 @@ protected:
wxMBConv &conv;
bool needColQuoting;
mutable wxArrayString colTypes, colFullTypes;
wxArrayInt colClasses;
mutable wxArrayInt colClasses;
};