Merge pull request #259 from ntoll/python-editor

Settings and updates for the Python editor
This commit is contained in:
Jonathan Protzenko 2015-08-12 10:04:53 -07:00
Родитель 22364b50a9 396f41e381
Коммит d81371836c
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",

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