Enable multi language. Added language definition.

This commit is contained in:
Martín Lucas Golini
2024-02-07 20:01:23 -03:00
parent c275cbceaa
commit f2b42b7191
20 changed files with 560 additions and 68 deletions

View File

@@ -39,7 +39,8 @@ class App : public UICodeEditorSplitter::Client {
const std::string& colorScheme, bool terminal, bool frameBuffer, bool benchmarkMode,
const std::string& css, bool health, const std::string& healthLang,
ecode::FeaturesHealth::OutputFormat healthFormat, const std::string& fileToOpen,
bool stdOutLogs, bool disableFileLogs, bool openClean, bool portable );
bool stdOutLogs, bool disableFileLogs, bool openClean, bool portable,
std::string language );
void createWidgetInspector();