The program can offer the following functionality and more:
- Class wizard that makes it easier to write classes. You type in the name of the class and the data member names , and the wizard generates the find (and set) functions, the toString function and a constructor for you (java).
- When you compile from the editor you get a list of error messages (if any), and clicking on one of them makes the editor jump to the error line (java).
- You get a custom run window when running dos applications, so you can go back in the output and study it (java).
- Keeping track of variable values with the built in debugging features (java).
- Code completion displays a list of available functions and data members for a defined java object, and available parameters for html tags.
- Auto completion, can finishes the code for you. That is you type e.g. the do keyword and the editor generates the while part etc (java).
- Java, html, perl, php, xml, css predefined code color highlighting. You can also define your own languages that you would like color highlighting for.
- Auto save feature.
- You can export source code to HTML and RTF (with color highlighting).
- When printing you can get a print preview.
- You can have as many documents open at a time as you like, and there is no limit on how big the source files can be.
|