Code Utilities


Application Manager allows you to manage a project consisting of directories with text files (including procedure files) that contain Web objects.

It contains the following interface elements:

 

Beautifier.

Options for the beautifying program.
 
Save options
At default it does nothing, however you can have it to automatically replace the current file with the beautified file or save to another.
 
Progress keywords
The beautifier will recognize progress keywords and you can specify Uppercase or Lowercase for these, and also you can have it to typeout the words.
 
HTML keywords
This will Upperecase or Lowercase most HTML elements when selected. Please use caution with Javascript and other scripting languages. Currently it is not too smart when it comes to picking out HTML from Javascript, and you do not want to uppercase Javascript..
 
Beautify
This generates a beautified program which will be color coded for the screen output so that you can easily see that it's recognizing correctly and not messing up the beautifying process. This can be a helpful page to print for debugging and presentation of the code too, because of the colorcoding.
 
Analyze
Currently it only gives a compile listing. This is to be changed to something better in future releases.

 


Main index