expose useWrapMode global setting in the ui

pull/117/merge
nightwing 2015-06-25 14:33:08 +04:00
rodzic 058508d97a
commit 02fcbfe6b5
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -891,7 +891,11 @@ define(function(require, exports, module) {
{ caption : "Timed", value : "true" }
],
position: 14000
}
},
"Enable Wrapping For New Documents" : {
type: "checkbox",
path: "user/ace/@useWrapMode"
},
}
}
}, handle);