Hi,
I found a bug with indentation in CodeMirror. After change value for settings "tabSize", CodeMirror still indent only for 1 space.
I look into plugin code and found minor bug in variable type conversion. tabSize is integer and in script was converted to boolean (any number to boolen is value 1, so the 1 space for indenation).
Hi, I found a bug with indentation in CodeMirror. After change value for settings "tabSize", CodeMirror still indent only for 1 space.
I look into plugin code and found minor bug in variable type conversion. tabSize is integer and in script was converted to boolean (any number to boolen is value 1, so the 1 space for indenation).
Hansek