mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
bug fix
bug plan fix Add copy sql html format
This commit is contained in:
parent
dfa337816c
commit
0b39fb9f92
8 changed files with 95 additions and 19 deletions
|
|
@ -50,7 +50,7 @@ public:
|
|||
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 Copy();
|
||||
void OnKeyDown(wxKeyEvent &event);
|
||||
void OnAutoComplete(wxCommandEvent &event);
|
||||
void OnSearchReplace(wxCommandEvent &event);
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ public:
|
|||
void OnLabelDoubleClick(wxGridEvent &event);
|
||||
void OnLabelClick(wxGridEvent &event);
|
||||
void OnCellRightClick(wxGridEvent &event);
|
||||
bool FullArrayCollapseRowsPlan();
|
||||
bool FullArrayCollapseRowsPlan(bool clear);
|
||||
void AutoSizeColumn(int col, bool setAsMin = false, bool doLimit = true);
|
||||
void AutoSizeColumns(bool setAsMin);
|
||||
wxString GetRowLabelValue( int row );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue