Browse Source

Preference item smart_inserts is now enabled by default since it is such a common feature in other IDEs

merge-requests/365/head
eidheim 8 years ago
parent
commit
02520e7701
  1. 2
      src/files.h

2
src/files.h

@ -45,7 +45,7 @@ R"RAW(
"smart_brackets_comment": "If smart_inserts is enabled, this option is automatically enabled. When inserting an already closed bracket, the cursor might instead be moved, avoiding the need of arrow keys after autocomplete", "smart_brackets_comment": "If smart_inserts is enabled, this option is automatically enabled. When inserting an already closed bracket, the cursor might instead be moved, avoiding the need of arrow keys after autocomplete",
"smart_brackets": true, "smart_brackets": true,
"smart_inserts_comment": "When for instance inserting (, () gets inserted. Applies to: (), [], \", '. Also enables pressing ; inside an expression before a final ) to insert ; at the end of line, and deletions of empty insertions", "smart_inserts_comment": "When for instance inserting (, () gets inserted. Applies to: (), [], \", '. Also enables pressing ; inside an expression before a final ) to insert ; at the end of line, and deletions of empty insertions",
"smart_inserts": false, "smart_inserts": true,
"show_map": true, "show_map": true,
"map_font_size": "1", "map_font_size": "1",
"show_git_diff": true, "show_git_diff": true,

Loading…
Cancel
Save