ecode: Added --health command line parameter to get a health status (like helix editor).

This commit is contained in:
Martín Lucas Golini
2023-02-15 21:47:42 -03:00
parent 004fda780c
commit ee64d434f7
23 changed files with 9638 additions and 49 deletions

View File

@@ -32,7 +32,7 @@ class App : public UICodeEditorSplitter::Client {
void init( const LogLevel& logLevel, std::string file, const Float& pidelDensity,
const std::string& colorScheme, bool terminal, bool frameBuffer, bool benchmarkMode,
const std::string& css );
const std::string& css, bool health );
void createWidgetInspector();
@@ -54,7 +54,7 @@ class App : public UICodeEditorSplitter::Client {
void runCommand( const std::string& command );
void loadConfig( const LogLevel& logLevel, const Sizeu& displaySize );
void loadConfig( const LogLevel& logLevel, const Sizeu& displaySize, bool sync );
void saveConfig();