mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
27 lines
680 B
JSON
27 lines
680 B
JSON
{
|
|
"ide_addcode": {
|
|
"message0": "Add Code %1",
|
|
"args0": [
|
|
{
|
|
"type": "input_value",
|
|
"name": "CODE",
|
|
"text": "print('hello world!')"
|
|
}
|
|
],
|
|
"previousStatement": null,
|
|
"nextStatement": null,
|
|
"colour": 150,
|
|
"tooltip": "Add Code for some code is not in IDE",
|
|
"helpUrl": ""
|
|
},
|
|
"ide_start": {
|
|
"message0": "When Code Start",
|
|
"message1": "do %1",
|
|
"args1": [
|
|
{"type": "input_statement", "name": "DO"}
|
|
],
|
|
"colour": 150,
|
|
"tooltip": "Not require but make your code easy to read."
|
|
}
|
|
}
|