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

@@ -53,6 +53,8 @@ class EE_API SyntaxDefinitionManager {
void loadFromFolder( const std::string& folderPath );
const std::vector<SyntaxDefinition>& getDefinitions() const;
protected:
SyntaxDefinitionManager();