mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-08-25 14:12:34 -06:00
Add action CopyTableToHtml
Копирование результатов запроса в буфер обмена в виде таблицы html.
This commit is contained in:
parent
8771f32058
commit
83e372aae5
11 changed files with 168 additions and 66 deletions
|
|
@ -51,6 +51,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);
|
||||
wxString TextToHtml(int start, int end);
|
||||
void Copy();
|
||||
void OnKeyDown(wxKeyEvent &event);
|
||||
void OnAutoComplete(wxCommandEvent &event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue