add ui for guessTabSize setting

This commit is contained in:
nightwing 2015-02-25 15:54:06 +04:00
parent 3fa2e55c91
commit d4ebf4c22f

View File

@ -632,6 +632,11 @@ define(function(require, exports, module) {
max: "64",
position: 100
},
"Autodetect Tab Size on Load" : {
type: "checkbox",
path: "project/ace/@guessTabSize",
position: 150
},
"New File Line Endings" : {
type: "dropdown",
path: "project/ace/@newLineMode",