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