mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Add many output windows
This commit is contained in:
parent
bea1e49770
commit
215e0ceb2a
7 changed files with 174 additions and 12 deletions
|
|
@ -186,6 +186,8 @@ void ctlSQLBox::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos, cons
|
|||
MarkerDefine(wxSTC_MARKNUM_FOLDER, wxSTC_MARK_BOXPLUS, *wxWHITE, *wxBLACK);
|
||||
MarkerDefine(wxSTC_MARKNUM_FOLDEROPEN, wxSTC_MARK_BOXMINUS, *wxWHITE, *wxBLACK);
|
||||
|
||||
MarkerDefine(1,wxSTC_MARK_ARROW,*wxBLACK,*wxGREEN);
|
||||
|
||||
SetProperty(wxT("fold"), wxT("1"));
|
||||
SetFoldFlags(16);
|
||||
|
||||
|
|
@ -498,7 +500,6 @@ void ctlSQLBox::OnKeyDown(wxKeyEvent &event)
|
|||
//GetIndicatorCurrent()==s_indicHighlight
|
||||
IndicatorClearRange(0,GetTextLength());
|
||||
fix_pos=-1;
|
||||
|
||||
}
|
||||
|
||||
// Check for braces that aren't in comment styles,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue