mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 06:35:40 +12:00
Update text_editor.cpp
This commit is contained in:
parent
407411cc0b
commit
c6d0769a95
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ TextEditorWindow::TextEditorWindow(QWidget* parent, const std::string& filename,
|
||||||
ZepReplExCommand::Register(zepWidget.GetEditor(), &replProvider);
|
ZepReplExCommand::Register(zepWidget.GetEditor(), &replProvider);
|
||||||
|
|
||||||
// Default to standard mode instead of vim mode, initialize text box
|
// Default to standard mode instead of vim mode, initialize text box
|
||||||
zepWidget.GetEditor().SetGlobalMode(Zep::ZepMode_Standard::StaticName());
|
|
||||||
zepWidget.GetEditor().InitWithText(filename, initialText);
|
zepWidget.GetEditor().InitWithText(filename, initialText);
|
||||||
|
zepWidget.GetEditor().SetGlobalMode(Zep::ZepMode_Standard::StaticName());
|
||||||
|
|
||||||
// Layout for widgets
|
// Layout for widgets
|
||||||
QVBoxLayout* mainLayout = new QVBoxLayout();
|
QVBoxLayout* mainLayout = new QVBoxLayout();
|
||||||
|
@ -41,4 +41,4 @@ TextEditorWindow::TextEditorWindow(QWidget* parent, const std::string& filename,
|
||||||
|
|
||||||
mainLayout->addWidget(button);
|
mainLayout->addWidget(button);
|
||||||
mainLayout->addWidget(&zepWidget);
|
mainLayout->addWidget(&zepWidget);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue