Edit Menu Options

The Edit Menu contains commands for editing the contents of the current document.

Edit Menu

Edit Description
Undo Undo last change.
Redo Redo last change.
Cut Cut selected text to clipboard.
Copy Copy selected text to clipboard.
Paste Paste text from clipboard.
Delete Delete selected text.
Select all Select all text in active editor.
Find Find text in active editor.
Find next Find next occurence of text in active editor.
Find Previous Find previous occurence of text in active editor.
Replace Replace text in active editor.
Find in files Find text in current file, in all opened files, or in files from desired folder.
Go to line option Go to line to the desired line in active editor.
Advanced Advanced Code Editor options
Advanced » Description
Comment Comment selected code or put single line comment if there is no selection.
Uncomment Uncomment selected code or remove single line comment if there is no selection.
Indent Indent selected code.
Outdent Outdent selected code.
Lowercase Changes selected text case to lowercase.
Uppercase Changes selected text case to uppercase.
Titlecase Changes selected text case to titlercase.

Find Text

Dialog box for searching the document for the specified text. The search is performed in the direction specified. If the string is not found a message is displayed.

Find text

Replace Text

Dialog box for searching for a text string in file and replacing it with another text string.

Replace text

Find In Files

Dialog box for searching for a text string in current file, all opened files, or in files on a disk.

The string to search for is specified in the Text to find field. If Search in directories option is selected, The files to search are specified in the Files mask and Path fields.

Find text

Go To Line

Dialog box that allows the user to specify the line number at which the cursor should be positioned.

Jump to line

Regular expressions option

By checking this box, you will be able to advance your search, through Regular expressions.

Regular expressions
Copyright (c) 2002-2012 mikroElektronika. All rights reserved.
What do you think about this topic ? Send us feedback!
Want more examples and libraries? 
Find them on LibStock - A place for the code