mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Added --health command line parameter to get a health status (like helix editor).
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user