kopia lustrzana https://github.com/c9/core
With comment support for the black list
rodzic
daeaf4dfd0
commit
5aa68f3406
|
@ -381,6 +381,7 @@ define(function(require, exports, module) {
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
case "textarea-row":
|
case "textarea-row":
|
||||||
|
// TODO this should be ace
|
||||||
node = new ui.vsplitbox({
|
node = new ui.vsplitbox({
|
||||||
options: options,
|
options: options,
|
||||||
height: options.rowheight || rowheight,
|
height: options.rowheight || rowheight,
|
||||||
|
@ -391,6 +392,9 @@ define(function(require, exports, module) {
|
||||||
new ui.textarea({
|
new ui.textarea({
|
||||||
width: options.width || widths.textarea,
|
width: options.width || widths.textarea,
|
||||||
height: options.height || 200,
|
height: options.height || 200,
|
||||||
|
style: options.fixedFont
|
||||||
|
? "font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace; font-size: 10px"
|
||||||
|
: "",
|
||||||
value: options.path
|
value: options.path
|
||||||
? createBind(options.path)
|
? createBind(options.path)
|
||||||
: (options.defaultValue || ""),
|
: (options.defaultValue || ""),
|
||||||
|
|
Ładowanie…
Reference in New Issue