mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 15:08:17 +00:00
18 lines
413 B
JSON
18 lines
413 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": ""
|
|
}
|
|
}
|