Settings and updates for the Python editor

This commit is contained in:
Nicholas H.Tollervey 2015-08-11 21:25:40 +01:00
Родитель e4acad3055
Коммит 396f41e381
3 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -58,6 +58,15 @@ module TDev {
// path: '/ck-client/game/',
logoUrl: origin + path + 'img/codekingdoms-microbit.png'
},
{
company: "The Python Software Foundation",
name: "MicroPython",
description: "Hack your micro:bit with MicroPython!",
id: "python",
origin: "https://microbit.pythonanywhere.com",
path: "/editor.html",
logoUrl: origin + '/static/img/python-powered.png'
})
}
}

Просмотреть файл

@ -6182,6 +6182,7 @@
static editorIcons = {
"blockly": "blockeditor,#AA2FE7",
"codekingdoms": "codekingdoms,#ffffff",
"python": "python,#ffffff",
"touchdevelop": "touchdevelop,#0095ff",
"docs": "fa-file-text-o,#E00069",
"html": "fa-code,#E00069",

Различия файлов скрыты, потому что одна или несколько строк слишком длинны