System::Process now supports set working directory.

ecode: Started working on the LSP plugin. Some minor refactor. Fixed "Editor Font Size". Fixed Formatter and Linter in single thread mode.
This commit is contained in:
Martín Lucas Golini
2022-10-28 02:16:00 -03:00
parent bc9ea14969
commit 37e27ad670
21 changed files with 478 additions and 138 deletions

View File

@@ -155,6 +155,16 @@ class App : public UICodeEditorSplitter::Client {
void debugDrawData();
void setUIFontSize();
void setEditorFontSize();
void setTerminalFontSize();
void setUIScaleFactor();
void toggleSidePanel();
protected:
EE::Window::Window* mWindow{ nullptr };
UISceneNode* mUISceneNode{ nullptr };