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

     
Build
Make an executable

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:

  1. compile and build to make an executable.
  2. go to run the program.
  3. compile to PHP, to build a web page or a PHP script.
  4. interpret to let the PHP interpreter run the script.