Accredo > Script > Script Editor > Right-click - OR - (Shift+F10)
Right-click or press Shift+F10 in the Script Editor or Code Editor window to access the Context Menu.
|
Goto Line |
Prompts for the line (and column) to go to. Enter the line to go to, then the character to go to in brackets. For example 1(10) will go to Line: 1, Char: 10. |
|
Procedure List |
Opens the Procedure List. |
|
Use Syntax Highlighting |
Highlight text in different formats based on the category of the text's purpose in the script or code. |
|
Show Line Numbers |
Display line numbers on the left of the window. |
|
Find Text |
Opens the Find window, to allow you to search for text. |
|
Find Again |
Repeat the previous Find command. |
|
Replace Text |
Opens the Replace window, to allow you to replace text. |
|
Comment Text |
Inserts a comment character (') at the start of the line or selected lines. Lines are set to comment lines. |
|
Uncomment Text |
Removes the comment character (') from the start of the line or selected lines. Lines are no longer set as comment lines. |
|
Indent Text |
Indent the line or selected lines. |
|
Unindent Text |
Unindent the line or selected lines. |
|
Help Function |
If the cursor is on a MaxBasic function name, this option is made available. Open the Help for the selected Function. |
|
Select All |
Select all text. |
|
Add Snippet |
Add the selected text to the Snippet Manager. Opens the Snippet Code Editor. |
|
Open Source |
Available for functions Imports, CreateCustomForm, PlayScript, EDIImport, EDIExport, CreateSalesAnalysisReport, CreatePurchaseAnalysisReport and CreateJobAnalysisReport. For Imports, with the cursor in the file name, this will open the file in a new script editor or form designer as relevant. For example, for For example, for |
|
Set Bookmark |
You can add bookmarks to your script. Select the number from the menu, or press You can return to the bookmark by pressing Note: You cannot use the number pad for bookmarks, as other accelerator key functions use the number pad. Note: Windows sometimes sets |
|
Goto Bookmark |
Available when a bookmark has been set. Select the bookmark from the menu, or press |
|
Goto Declaration |
With focus on a user function name will locate to the function declaration. Note: The function being navigated to must be in the same script file. |
|
Format Code |
Available when no text is selected. Apply auto formatting - blank line between functions/subroutines, two space indentation, line continuation indentation and function / statement capitalisation. |
|
Undo |
Undo the last single keystroke or editing operation. |
|
Redo |
Re-do the last single keystroke or editing operation. |
|
Cut |
Cut selected text or figures. |
|
Copy |
Copy selected text or figures. |
|
Paste |
Paste previously cut or copied text or figures. |