Show evaluator errors in a console window instead of the first line

This commit is contained in:
WerWolv
2021-01-09 21:45:21 +01:00
parent 575903f921
commit 9f275cc84f
3 changed files with 19 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ namespace hex {
std::filesystem::path m_possiblePatternFile;
TextEditor m_textEditor;
std::vector<std::string> m_console;
imgui_addons::ImGuiFileBrowser m_fileBrowser;
void loadPatternFile(std::string path);