a big lump of work to get the command line able to execute commands, and to hack in a trivial cli
This commit is contained in:
parent
1e01007990
commit
38c9fc7a93
17 changed files with 1715 additions and 379 deletions
15
editor.html
15
editor.html
|
|
@ -47,6 +47,11 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#cockpit {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
require = {
|
||||
|
|
@ -63,11 +68,7 @@
|
|||
}
|
||||
}
|
||||
}, function(plugin_manager, settings) {
|
||||
var data = {
|
||||
env: {
|
||||
settings: settings
|
||||
}
|
||||
};
|
||||
var data = { env: { settings: settings } };
|
||||
plugin_manager.catalog.startupPlugins(data, plugin_manager.REASONS.APP_STARTUP).then(function() {
|
||||
var demo_startup = require("demo_startup");
|
||||
demo_startup.launch(data.env);
|
||||
|
|
@ -155,6 +156,8 @@
|
|||
</body>
|
||||
</html>
|
||||
</script>
|
||||
|
||||
|
||||
<input id=cockpit type=text/>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue