|
|
|
Vouch Program EditorIt is a interactive and useful extension of Vouch Development environment. Though it is not an alternative to a full-fledged text editor but offers extra capabilities synonymous to Vouch environment which can be summarized as follows:
When invoked It will look something like this depending upon what lines of code you have written:
Bottom line of the window displays the line and column number of current
cursor along with the hot keys available to accomplish specific tasks. F1 Help presents the following screen which displays all the available options.
F2 Calc popes up the calculator.
A user can never remembers what he has configured for different browsers. Browse Window Names option is handy to view all the browser views of a selected module. This browser window name is used in certain functions. Like wise Index Order of an Alias presents a list of index orders to
choose from and returns a string of its ordinal position. This code will
illustrate this: F4 Expo opens a dialog to furnish complete file name with complete path to export to the program being edited. You must furnish the extension also. No assumptions are made. F5 Impo opens a dialog wherein you furnish the complete file name to import. The imported text will be inserted at the current cursor position. All lines from current cursor position will be appended after imported text. F6 Cmnd inserts a command prototype at the current cursor position after selection from a popup window and then after confirming whether it should post the selected prototype. The user can replace the variable prototype with actual variables.F8 Save exits from the program editing mode and returns the control to Program Repository database from where onwards common data entry contols become active. F10 Expr lets you select a module alias and then activates the Vouch Expression Builder to design an expression based on alias selected. The returned expression is then inserted at the current cursor position. F7 Comment insert s //-------- at a new line or at the end of existing line. The portion of the line after // will be ignored. * can also be used at the begining of a comment line. Selection of a part or whole of a line or several lines as once. Several lines selection: Alt_F opens a dialog wherein you can enter the search string and replace with string, if any. Cursor will be placed at the begining of the search result, if found. If replace with string is defined, it will nor replace it at this stage. You will have to press Alr_R to replace. All next occurrences of search string can be accessed either bt Alt_G Search Next or by Alt_R Replace Next. There is a slight difference in Alt_G and Alt_R. Alt_R will replace the searched string currently displayed in different color and highlight the next occurance whereas Alt_G will only search the next occurance Search is case insensitive. Replace will occur as entered, uppers lowers taken care of. Alt_T will toggle between colored syntax highlighting and normal mode. Suggested use is normal mode. Syntax highlighting should be used occasionally to find errors. Alt_L will allow you to define highlighting colors for various components of syntax., i.e., strings, operators, loops, assignment operator, functions, brackets,etc.
| |||||||||||||||||||||||||||||||||||||
|