mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Add keyboard navigation and history to console panel.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
class wxSplitterWindow;
|
||||
class MessageCtrl;
|
||||
class TextCtrl;
|
||||
class HistoryTextCtrl;
|
||||
|
||||
// ----------------------------------------------------------------------------- : ConsolePanel
|
||||
|
||||
@@ -49,7 +49,7 @@ private:
|
||||
wxSplitterWindow* splitter;
|
||||
MessageCtrl* messages;
|
||||
wxPanel* entry_panel;
|
||||
wxTextCtrl* entry;
|
||||
HistoryTextCtrl* entry;
|
||||
|
||||
void get_pending_errors();
|
||||
void exec(String const& code);
|
||||
|
||||
Reference in New Issue
Block a user