Merge pull request #259 from ntoll/python-editor
Settings and updates for the Python editor
This commit is contained in:
Коммит
d81371836c
|
@ -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",
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче