mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 11:06:30 +03:00
Added YAML syntax definition.
Added shortcut to open settings menu in ecode. Tab selection fix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user