kopia lustrzana https://github.com/c9/core
expose useWrapMode global setting in the ui
rodzic
058508d97a
commit
02fcbfe6b5
|
@ -891,7 +891,11 @@ define(function(require, exports, module) {
|
||||||
{ caption : "Timed", value : "true" }
|
{ caption : "Timed", value : "true" }
|
||||||
],
|
],
|
||||||
position: 14000
|
position: 14000
|
||||||
}
|
},
|
||||||
|
"Enable Wrapping For New Documents" : {
|
||||||
|
type: "checkbox",
|
||||||
|
path: "user/ace/@useWrapMode"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, handle);
|
}, handle);
|
||||||
|
|
Ładowanie…
Reference in New Issue