Commit e6c09631 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Update options on Codemirror Gadget

parent 04c19a78
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
indentWithTabs: false, indentWithTabs: false,
matchBrackets: true, matchBrackets: true,
matchTags: {bothTags: true}, matchTags: {bothTags: true},
//rulers: [{ rulers: [{
// column: 80, column: 80,
// color: "#bbb", color: "#bbb",
// lineStyle: "dashed" lineStyle: "dashed"
//}], }],
extraKeys: { extraKeys: {
"Ctrl-Space": "autocomplete", "Ctrl-Space": "autocomplete",
"Alt-Space": "autocomplete", "Alt-Space": "autocomplete",
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
return; return;
} }
}, },
foldGutter: false, foldGutter: true,
lineWrapping: true, lineWrapping: true,
gutters: ["CodeMirror-lint-markers", gutters: ["CodeMirror-lint-markers",
"CodeMirror-linenumbers", "CodeMirror-linenumbers",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment