Edit Menu Options
The Edit Menu contains commands for editing the contents of the current document.
Edit | Description |
---|---|
![]() |
Undo last change. |
![]() |
Redo last change. |
![]() |
Cut selected text to clipboard. |
![]() |
Copy selected text to clipboard. |
![]() |
Paste text from clipboard. |
![]() |
Delete selected text. |
![]() |
Select all text in active editor. |
![]() |
Find text in active editor. |
![]() |
Find next occurence of text in active editor. |
![]() |
Find previous occurence of text in active editor. |
![]() |
Replace text in active editor. |
![]() |
Find text in current file, in all opened files, or in files from desired folder. |
![]() |
Go to line to the desired line in active editor. |
![]() |
Advanced Code Editor options |
Advanced » | Description |
---|---|
![]() |
Comment selected code or put single line comment if there is no selection. |
![]() |
Uncomment selected code or remove single line comment if there is no selection. |
![]() |
Indent selected code. |
![]() |
Outdent selected code. |
![]() |
Changes selected text case to lowercase. |
![]() |
Changes selected text case to uppercase. |
![]() |
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.

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

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.

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

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

What do you think about this topic ? Send us feedback!