updated external editor order.
This commit is contained in:
Родитель
4cf4f7f443
Коммит
b350a55d9c
|
@ -33,6 +33,15 @@ module TDev {
|
|||
path: path + "ace/editor.html"
|
||||
icon: ""
|
||||
}, */
|
||||
{
|
||||
company: "Microsoft",
|
||||
name: "Block Editor",
|
||||
description: "Drag and drop blocks to code!",
|
||||
id: "blockly",
|
||||
origin: origin,
|
||||
path: path + "blockly/editor.html",
|
||||
logoUrl: "https://microbit0.blob.core.windows.net/pub/vtadprog"
|
||||
},
|
||||
{
|
||||
company: "Code Kingdoms",
|
||||
name: "CK JavaScript",
|
||||
|
@ -47,16 +56,8 @@ module TDev {
|
|||
// path: '/ck-client/game/',
|
||||
|
||||
logoUrl: origin + path + 'img/codekingdoms-microbit.png'
|
||||
},
|
||||
{
|
||||
company: "Microsoft",
|
||||
name: "Block Editor",
|
||||
description: "Drag and drop",
|
||||
id: "blockly",
|
||||
origin: origin,
|
||||
path: path + "blockly/editor.html",
|
||||
logoUrl: "https://microbit0.blob.core.windows.net/pub/vtadprog"
|
||||
}];
|
||||
}
|
||||
];
|
||||
}
|
||||
return externalEditorsCache;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче