Commands of the Scriptol code editor
Description of command menu for using the editor included in the archive.
| |
|
Compile
Make a C++ source |
|

Snapshot of the editor: The Tools menu |
|
Run
Launch the executable |
|
| |
|
|
Compile Web page
Make a dynamic web page |
|
|
|
Compile PHP
Compile the program to PHP |
|
|
Interpret or Interpret PHP
Let the program interpreted Compile if necessary |
|
| |
Indent
Appear only when a C++ or PHP file is loaded,
let it automatically formatted |
|
The commands appear into the tools menu when you load a
scriptol source (.sol extension) or write one and save the current text
into a file with the sol extension.
Into the tools menu, select:
- compile and build to make an executable.
- go to run the program.
- compile to PHP, to build a web page or a PHP script.
- interpret to let the PHP interpreter run the script.