[
{
"keys": ["ctrl+alt+t"], "command": "terminus_open", "args": {
"panel_name": "Terminus",
"cwd": "${file_path:${folder}}"
}
},
{"keys": ["alt+1", "alt+1"], "command": "toggle_side_bar"},
{"keys": ["alt+shift+c"], "command": "terminus_close_all"}
]
{
"theme": "rippedcasts",
"default_config": {
"windows": "Cmder",
},
"shell_configs": [
{
"name": "Cmder",
"cmd": ["cmd.exe", "/k", "G:\\Tools\\cmder_mini\\vendor\\init.bat"],
"env": {},
"enable": true,
"platforms": ["windows"],
},
],
}
[
{
"keys": ["ctrl+shift+b"], "command": "toggle_terminus_panel",
"args": {
"cwd": "${file_path:${folder}}"
}
}
]
{
"default_config": {
"linux": null,
"osx": null,
"windows": "Command Prompt"
},
"shell_configs": [
{
"name": "Cmder",
"cmd": ["cmd.exe", "/k", "%CMDER_ROOT%\\vendor\\init.bat"],
"env": {},
"enable": false,
"platforms": ["windows"]
}
],
}
{
"show_encoding": true
}
{
"show_encoding": true,
"draw_white_space": "all"
}
{
"show_encoding": true,
"draw_white_space": "all",
"translate_tabs_to_spaces": true,
"tab_size": 4
}
{
"show_encoding": true,
"draw_white_space": "all",
"translate_tabs_to_spaces": true,
"tab_size": 4,
"spell_check": true,
"dictionary": "Packages/User/Russian-English Bilingual.dic",
}
> java -jar D:/utils/checkstyle-10.20.1-all.jar -c D:/utils/startjava_checks.xml ArraysTheme.java
check=java -jar D:/utils/checkstyle-10.20.1-all.jar -c D:/utils/startjava_checks.xml $1 | sed -E "s|.*:([0-9]+):([0-9]+):(.*)|\1:\2 \3|; s|.*:([0-9]+):(.*)|\1 \2|"
> check IfElseStatementTheme.java
{
"show_encoding": true,
"draw_white_space": "all",
"translate_tabs_to_spaces": true,
"tab_size": 4,
"spell_check": true,
"dictionary": "Packages/User/Russian-English Bilingual.dic",
"highlight_line": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"save_on_focus_lost": true,
"use_tab_stops": true,
"rulers": [100],
}