mirror of https://gitlab.com/cppit/jucipp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
2.6 KiB
102 lines
2.6 KiB
|
11 years ago
|
{
|
||
|
11 years ago
|
"source": {
|
||
|
|
"colors": {
|
||
|
11 years ago
|
"text_color": "black",
|
||
|
11 years ago
|
"string": "#CC0000",
|
||
|
|
"namespace_ref": "#990099",
|
||
|
|
"type": "#0066FF",
|
||
|
|
"keyword": "blue",
|
||
|
|
"comment": "grey",
|
||
|
11 years ago
|
"own": "pink",
|
||
|
|
"diagnostic_warning": "orange",
|
||
|
|
"diagnostic_error": "red"
|
||
|
11 years ago
|
},
|
||
|
|
"syntax": {
|
||
|
|
"43": "type",
|
||
|
|
"46": "namespace_ref",
|
||
|
|
"109": "string",
|
||
|
|
"702": "keyword",
|
||
|
|
"703": "own",
|
||
|
|
"705": "comment"
|
||
|
11 years ago
|
},
|
||
|
|
"extensions": [
|
||
|
11 years ago
|
"c",
|
||
|
|
"cc",
|
||
|
|
"cpp",
|
||
|
11 years ago
|
"cxx",
|
||
|
|
"c++",
|
||
|
|
"h",
|
||
|
|
"hh",
|
||
|
|
"hpp",
|
||
|
|
"hxx",
|
||
|
|
"h++"
|
||
|
11 years ago
|
],
|
||
|
11 years ago
|
"visual": {
|
||
|
|
"background": "white",
|
||
|
11 years ago
|
"background_selected": "blue",
|
||
|
11 years ago
|
"background_tooltips": "yellow",
|
||
|
11 years ago
|
"font": "Monospace",
|
||
|
11 years ago
|
"show_line_numbers": 1,
|
||
|
|
"highlight_current_line": 1
|
||
|
|
},
|
||
|
|
"tab_size": 2,
|
||
|
|
"tab_char": "<space>"
|
||
|
11 years ago
|
},
|
||
|
11 years ago
|
"keybindings": {
|
||
|
11 years ago
|
"new_file": "<primary>n",
|
||
|
|
"open_folder": "<primary><alt>o",
|
||
|
|
"open_file": "<primary>o",
|
||
|
|
"save": "<primary>s",
|
||
|
|
"save_as": "<primary><shift>s",
|
||
|
|
"quit": "<primary>q",
|
||
|
|
"split_window": "<primary><alt>s",
|
||
|
|
"close_tab": "<primary>w",
|
||
|
|
"edit_copy": "<primary>c",
|
||
|
|
"edit_cut": "<primary>x",
|
||
|
|
"edit_paste": "<primary>v",
|
||
|
|
"edit_undo": "<primary>z",
|
||
|
|
"edit_redo": "<primary><shift>z",
|
||
|
|
"edit_find": "<primary>f",
|
||
|
|
"source_goto_declaration": "<primary>d",
|
||
|
|
"source_goto_method": "<primary>m",
|
||
|
|
"source_rename": "<primary>r",
|
||
|
|
"compile_and_run": "<primary>Return",
|
||
|
|
"compile": "<primary><shift>Return"
|
||
|
11 years ago
|
},
|
||
|
11 years ago
|
"directoryfilter": {
|
||
|
|
"ignore": [
|
||
|
|
"cmake",
|
||
|
|
"#",
|
||
|
|
"~",
|
||
|
|
".idea",
|
||
|
11 years ago
|
".so",
|
||
|
11 years ago
|
"in-lowercase.pls"
|
||
|
|
],
|
||
|
|
"exceptions": [
|
||
|
|
"cmakelists.txt",
|
||
|
|
"in-lowercase.pls"
|
||
|
|
]
|
||
|
11 years ago
|
},
|
||
|
|
"project": {
|
||
|
11 years ago
|
"run_commands": [
|
||
|
|
"./.build/"
|
||
|
11 years ago
|
],
|
||
|
11 years ago
|
"compile_commands": [
|
||
|
11 years ago
|
"rm -rf ./.build",
|
||
|
11 years ago
|
"mkdir ./.build",
|
||
|
11 years ago
|
"cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -B./.build -H.",
|
||
|
|
"cd ./.build/; make",
|
||
|
11 years ago
|
"cp ./.build/compile_commands.json compile_commands.json"
|
||
|
11 years ago
|
]
|
||
|
|
},
|
||
|
11 years ago
|
"example": {
|
||
|
11 years ago
|
"key": "value",
|
||
|
|
"key2": [
|
||
|
|
"val1",
|
||
|
|
"val2",
|
||
|
|
3
|
||
|
|
],
|
||
|
|
"key3": "value"
|
||
|
11 years ago
|
}
|
||
|
11 years ago
|
}
|