mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Register global keybindings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user