|
|
|
@ -8,8 +8,8 @@ const std::string configjson = |
|
|
|
"{\n" |
|
|
|
"{\n" |
|
|
|
" \"version\": \""+std::string(JUCI_VERSION)+"\",\n" |
|
|
|
" \"version\": \""+std::string(JUCI_VERSION)+"\",\n" |
|
|
|
" \"default_window_size\": {\n" |
|
|
|
" \"default_window_size\": {\n" |
|
|
|
" \"width\": 600,\n" |
|
|
|
" \"width\": 800,\n" |
|
|
|
" \"height\": 400\n" |
|
|
|
" \"height\": 600\n" |
|
|
|
" },\n" |
|
|
|
" },\n" |
|
|
|
" \"terminal_history_size\": 1000,\n" |
|
|
|
" \"terminal_history_size\": 1000,\n" |
|
|
|
" \"gtk_theme\": {\n" |
|
|
|
" \"gtk_theme\": {\n" |
|
|
|
@ -130,7 +130,7 @@ const std::string configjson = |
|
|
|
" \"cmake_command\": \"cmake\",\n" |
|
|
|
" \"cmake_command\": \"cmake\",\n" |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
" \"make_command\": \"cmake --build .\",\n" |
|
|
|
" \"make_command\": \"cmake --build .\",\n" |
|
|
|
" \"save_on_compile_or_run\": false\n" |
|
|
|
" \"save_on_compile_or_run\": true\n" |
|
|
|
" },\n" |
|
|
|
" },\n" |
|
|
|
" \"documentation_searches\": {\n" |
|
|
|
" \"documentation_searches\": {\n" |
|
|
|
" \"clang\": {\n" |
|
|
|
" \"clang\": {\n" |
|
|
|
|