mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Enable multi language. Added language definition.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user