mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
ecode: Project Build WIP.
This commit is contained in:
@@ -748,6 +748,10 @@ void App::showStatusBar( bool show ) {
|
||||
mStatusBar->setVisible( show );
|
||||
}
|
||||
|
||||
ProjectBuildManager* App::getProjectBuildManager() const {
|
||||
return mProjectBuildManager.get();
|
||||
}
|
||||
|
||||
void App::switchSidePanel() {
|
||||
mConfig.ui.showSidePanel = !mConfig.ui.showSidePanel;
|
||||
mSettings->getWindowMenu()
|
||||
@@ -1725,6 +1729,8 @@ std::vector<std::string> App::getUnlockedCommands() {
|
||||
"open-locatebar",
|
||||
"open-command-palette",
|
||||
"open-global-search",
|
||||
"project-build-start",
|
||||
"project-build-cancel",
|
||||
"toggle-locatebar",
|
||||
"toggle-global-search",
|
||||
"toggle-status-build-output",
|
||||
|
||||
Reference in New Issue
Block a user