- open several files
- choose between the most recently opened files
- save files
- close files
- leave iVRS IDE
- evaluate your current iVRS application code (button
will do the same);
in case an error occured, it will be displayed inside the "output window" and the responsible line of code will be marked- stop your running iVRS application (button
will do the same)
- show tkcon console to influence your running iVRS application incrementally (button
will do the same)
- put on/off a special iVRS syntax highlighting
- show all VRS classes available in iVRS;
information will be appear inside the "information window"- show all Tcl/Tk commands available in iVRS;
information will be appear inside the "information window"- search for a word and replace it by another one
- choose your personal colors; e.g., for the different syntax highlighting components
- change font size;
this might affect the whole window size of iVRS IDE, too- change composition of syntax highlighting;
e.g., put off highlighting of VRS classes or comments
- show all VRS classes available in iVRS beginning with these letters; if there are any
- complete the name of the VRS class; if there is exactly one classname matching your word
- show all constructors, methods and enums of this VRS class; if the classname is complete
-> additionally you can choose something in the popup menu or doubleclick into the "information window" to insert this instead of the word around or just before the cursor position in your iVRS application code;
if there is some space between your word and the cursor it will be inserted just after cursor's position