Java-like programming language (compiler, interpreter, debugger) with IDE that
runs entirely in the browser.
The Online-IDE element accepts these arguments:
- fileList: With file list on the left.
- console: With console tab in the bottom panel.
- pCode: With PCode tab in the bottom panel.
- bottomPanel: With bottom panel.
- errorList: With error list in the bottom panel.
- height: Height of the editor. Defaults to 600px.
- speed: Speed of the execution. Defaults to 1000.
- url: The base URL of the embedded files for the Online IDE. Defaults to onlineide.openpatch.org.
(See: https://github.com/martin-pabst/Online-IDE).