ID | Title | Shortcut | Context |
---|---|---|---|
veryant.centerComment | isCOBOL: Centers Cobol comment | ||
veryant.cobolInsertCommentLine | isCOBOL: Inserts a new comment line starting with '*>->' | ALT+N | |
veryant.cobolInsertEndComment | isCOBOL: Inserts a '<-<*' comment at the end of the current line | CTRL+MAIUSC+NumPad_Multiply | |
veryant.cobolInsertLineSeparator | isCOBOL: Inserts Cobol-separator line comment | ALT+NumPad_Subtract | |
veryant.cobolInsertStartComment | isCOBOL: Inserts a '*>->' comment at the beginning of the current line | ALT+NumPad_Multiply | |
veryant.cobolInvertMoveOperators | isCOBOL: Invert variables on the 'move' command | CTRL+ALT+D | |
veryant.cobolLineEndComma | isCOBOL: Inserts a ',' at the end of the line if missing | ALT+, | |
veryant.cobolLineEndDot | isCOBOL: Inserts a '.' at the end of the line if missing | ALT+. | |
veryant.compiler.compile | isCOBOL: Compile project[*] | CTRL+F9 | editor/title editor/context |
veryant.compiler.compile.source | isCOBOL: Compile current source[*] | CTRL+SHIFT+F9 | editor/context |
veryant.cursorPos08 | isCOBOL: Sets cursor at position 08 | CTRL+8 | |
veryant.cursorPos12 | isCOBOL: Sets cursor at position 12 | CTRL+2 | |
veryant.cursorPos20 | isCOBOL: Sets cursor at position 20 | CTRL+4 | |
veryant.cursorPos30 | isCOBOL: Sets cursor at position 30 | CTRL+3 | |
veryant.cursorPos35 | isCOBOL: Sets cursor at position 35 | CTRL+5 | |
veryant.cursorPos51 | isCOBOL: Sets cursor at position 51 | CTRL+1 | |
veryant.debugger.addCobolMonitor | isCOBOL Debugger: Add COBOL monitor[*] | view/title editor/context | |
veryant.debugger.displayVariable | isCOBOL Debugger: Display variable content in console[*] | editor/context | |
veryant.debugger.dumpVariable | isCOBOL Debugger: Dump variable content in console[*] | editor/context | |
veryant.debugger.removeAllCobolMonitors | isCOBOL Debugger: Remove all COBOL monitors | view/title | |
veryant.debugger.removeCobolMonitor | isCOBOL Debugger: Remove COBOL monitor | view/item/context | |
veryant.debugger.runToNextProgram | isCOBOL Debugger: Run to next program | ||
veryant.debugger.showLine | isCOBOL Debugger: Show current line | ||
veryant.debugger.stepOutProgram | isCOBOL Debugger: Step out of program | ||
veryant.extractParagraph | isCOBOL: Extract selected lines to a new paragraph | ||
veryant.findNextParagraph | isCOBOL: Sets cursor on the next paragraph declaration | SHIFT+ALT+K | |
veryant.findPreviousParagraph | isCOBOL: Sets cursor on the previous paragraph declaration | ALT+K | |
veryant.indent | isCOBOL: Indents selected range or indents current line when no range is selected | SHIFT+ALT+F | |
veryant.indentLeft | isCOBOL: Indents source to left | SHIFT+ALT+LeftArrow | |
veryant.indentParagraph | isCOBOL: Indents whole paragraph | ||
veryant.indentRight | isCOBOL: Indents source to right | SHIFT+ALT+RightArrow | |
veryant.insertTodo | isCOBOL: Inserts a Cobol 'TODO' comment line | CTRL+SHIFT+T | |
veryant.project.new | isCOBOL: create new COBOL project | ||
veryant.project.new.copyfile | isCOBOL: create new COBOL copyfile | editor/context file/newFile | |
veryant.project.new.source | isCOBOL: create new COBOL source file | editor/context file/newFile | |
veryant.revtab | isCOBOL: Performs a reverse-tab and sets the cursor on the most appropriate Cobol column | SHIFT+Tab | |
veryant.run | isCOBOL: Run project | SHIFT+F5 | editor/title |
veryant.run.source | isCOBOL: Run current file[*] | CTRL+SHIFT+F5 | editor/context |
veryant.showElementProperties | isCOBOL: Shows Cobol element properties | SHIFT+ALT+Q | |
veryant.tab | isCOBOL: Performs a tab and sets the cursor on the most appropriate Cobol column | Tab |