Item | Description |
Compilation Status | This control displays compilation messages. The Editor++ has the ability to display multiple compilation errors.
Note: Double-clicking on an error line within the Status control will place the cursor at the start of the line in error within the source code record. |
When a data record with a corresponding dictionary is opened in the Editor++ the Record Information tab contains schema on the current data row.
Item | Description |
Field Num | Displays the field position within the data record. |
Key Field | Displays whether the field is a key field or not. |
Field Type | Displays the field type ( S for single value, M for multivalue.) |
Column Name | Displays the dictionary field name. |
Data Type | Displays the data type of the field. |
Report Desc | Displays the report heading of the field. |
Default | Displays the Default value for field. |
Validation | Displays the Validation pattern of the field. |
Conversion | Displays the Conversion pattern of the field. |
Justification | Displays the Justification for the field. |
Report Length | Displays the report length of the field. |
Required | Displays whether is data is required or not. |
Item | Description |
Find Text | Enter the data to search on. |
Case Sensitive | When checked the search will be on the exact spelling in Find Text. |
Match Whole Word | When checked the search will be on the exact data in Find Text. |
Find button | Clicking this button will find the first instance of Find Text. The button is changed to a Next button after the first instance is found. |
Previous | Clicking this button will find the previous instance Find Text. |
Message | The bottom control of the tab displays the number of instances of Find Text found. |
Item | Description |
Find Text | Enter the data to search on. |
Replace Text | Enter the data to replace the Find Text data. |
Case Sensitive | When checked the search will be on the exact spelling of Find Text. |
Match Whole Word | When checked the search will be on the exact data in Find Text. |
Find button | Clicking this button will find the first instance of Find Text. The button is changed to a Next button after the first instance is found. |
Previous | Clicking this button will find the previous instance of Find Text. |
Replace | Clicking this button will replace the current instance of Find Text with Replace Text. |
Replace All | Clicking this button will replace all instances of Find Text with Replace Text. |
Message | The bottom control of the tab displays messages regarding the operations that occur. |
Item | Description |
Line | Displays the current line number and total number of lines within a record. |
Col | Displays the current column position of the cursor within the line. |
OVR | The OVR text will be bolded when the Editor++ is in overwrite mode. The text will be disabled when the Editor++ is in insert mode. To toggle between modes use the "Insert" key on the keyboard. |
Size | Displays the size in bytes of the current record. |
Macro | Displays the status of Macro recording. For more information on Macros within the Editor++, refer to Editor++ Macros. |