Monday, July 19, 2010

What Item Available in Edit Menu?

The Edit menu includes the following commands:

Undo
reverses previous editing operation
Redo
reverses the previous Undo command
Cut
deletes data from the document and moves it to the clipboard
Copy
copies data from the document to the clipboard
Paste
pastes data from the clipboard into the document
Paste & Copy
pastes the clipboard text to the selection (replacing it) and copies the selected text to the clipboard
Paste Special
presents a submenu where users may select an option to paste either HTML Source or Raw RTF rather than the selected text only
Cut & Append
deletes data from the document and moves it to the clipboard, appending it to any existing data in the clipboard
Copy & Append
copies data from the document to the clipboard, appending it to any existing data in the clipboard
Copy File Path/Name
copies the full path and name of the active file to the clipboard
Clipboards
allows the user to select the active clipboard
Select All
selects all text in the active document
Select Line
selects the line with the cursor
Select Word
selects the word with the cursor
Select Range
selects a user-specified range
Persistent Selection
allows selection of text without use of SHIFT key
Delete
deletes the selected text or character at cursor
Delete Line
deletes the line with the cursor
Delete to Start of Line
deletes from the cursor position to the start of line
Delete to End of Line
deletes from the cursor position to the end of line
Delete all bookmarked lines
deletes all currently bookmarked lines in the active document
Delete all hidden lines
deletes all lines in the active document currently hidden by code folding operations
Move Line Up
moves active line up one line
Move Line Down
moves active line down one line
Duplicate Line
duplicates active line below cursor position
Hex Edit
toggles the state of the editing mode for the current window between HEX and ASCII
Hex Edit/EBCDIC
toggles the state of the editing mode for the current window between HEX/EBCDIC and ASCII
Hex Insert/Delete
presents a dialog allowing insertion or deletion of bytes in a file while in HEX editing mode
Hex Copy Selected View
copies the HEX view of data to the clipboard
Spell Check
invokes the spelling checker and checks the complete file or selected text
Read Only
toggles the READ ONLY state of the active document
Toggle Word Wrap
toggles the Word Wrap state of the active document
Encode Base64
converts selected text to Base64
Decode Base64
converts selected text from Base64
Comment Add
adds line comments to selected lines
Comment Remove
removes line comments from selected lines
Comment Selection
encloses selected text in block comments.  If block comments already exist in selection and nested comments are not supported, line comments will be inserted.
Uncomment Selection
removes comments inserted into file using Comment Selection