Register global keybindings.

This commit is contained in:
Martín Lucas Golini
2025-01-05 17:22:21 -03:00
parent dafd342960
commit 424b50b7e8
4 changed files with 26 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ class ProjectBuildManager;
class NotificationCenter;
class ProjectDirectoryTree;
struct TerminalConfig;
class UIMainLayout;
class PluginContextProvider {
public:
@@ -120,6 +121,9 @@ class PluginContextProvider {
virtual void focusOrLoadFile( const std::string& path, const TextRange& range = {} ) = 0;
virtual void runCommand( const std::string& command ) = 0;
virtual UIMainLayout* getMainLayout() const = 0;
};
} // namespace ecode