Menu item
|
Meaning
|
Command
|
---|
Cut
|
Copies the selection to the clipboard and deletes selection from the current file.
|
Cut1
|
Copy
|
Copies the selection to the clipboard.
|
Copy1
|
Paste
|
Pastes the clipboard contents in the current location.
|
Paste1
|
Undo
|
Allows you to undo each of the changes made to the current file since it was opened.
|
Undo
|
Jump to Function
|
Goes to the location of the function selected (if a selection exists), otherwise to the one indicated in the menu item
|
OpenTag
|
Comment
|
Inserts the appropriate characters to signify that the selected text is a comment, not code. The comment style that is used is determined by the language that you have set in View > Language. This menu item appears only for context menus brought up on selections.
|
CommentBlock
|
Uncomment
|
Removes comment style characters from the selected text to make it active code. This menu item appears only for context menus brought up on selections.
|
UnCommentBlock
|
Auto Indent
|
Indents the current line or block of lines to positions indicated by the syntax of the code. Available for C, C++, and Ada languages. See
"To let the Editor indent your code" for more information.
|
AutoIndent
|