Added YAML syntax definition.

Added shortcut to open settings menu in ecode.
Tab selection fix.
This commit is contained in:
Martín Lucas Golini
2020-08-22 16:09:17 -03:00
parent 2a81ade262
commit 8ffed6b63f
9 changed files with 122 additions and 70 deletions

View File

@@ -207,6 +207,8 @@ class App : public UICodeEditorSplitter::Client {
std::string getKeybind( const std::string& command );
std::vector<std::string> getUnlockedCommands();
protected:
EE::Window::Window* mWindow{nullptr};
UISceneNode* mUISceneNode{nullptr};
@@ -362,6 +364,8 @@ class App : public UICodeEditorSplitter::Client {
void goToLine();
void loadCurrentDirectory();
void toggleSettingsMenu();
};
#endif // EE_TOOLS_CODEEDITOR_HPP