"Edit" Menu

The Edit menu command enables you to execute the following Editor operations:

Edit menu commands

Shortcut keys associated with menu items depend on the currently active keyboard layout.

Undo       Alt + Backspace      Undo command icon

The Undo command restores an Editor file to the way it was before the most recent action.

Redo      Ctrl + Y      Redo command icon

Redo Restores the last text editing if no other actions have occurred since the last Undo.

Cut       Shift + Delete     Cut command icon

The Cut command deletes the selected text from the DA-C Editor and moves it to Clipboard. The text remains on Clipboard until the next "Edit > Cut" or "Edit > Copy" command. It can be copied to a file in an Editor using the "Edit > Paste" command.

Copy       Ctrl + Insert      Copy command icon

The Copy command copies the selected text from the DA-C Editor to Clipboard. The text remains on Clipboard until the next "Edit > Cut" or "Edit > Copy" command. It can be copied to a file in an Editor using the "Edit > Paste" command.

Paste     Shift + Insert     Paste command icon

The Paste command copies the text from Clipboard to the Editor at the current insertion point position. It is active after the "Edit > Copy" or "Edit > Cut" commands, or if you copy or cut to Clipboard from any other application.

Delete     Ctrl + Delete     Delete command icon

The Delete command removes the selected text from the Editor.

Append

The Append command appends the selected text from the Editor to the Clipboard contents. The text on Clipboard can be copied to a file in an Editor using the "Edit > Paste" command.

Select All

The Select All command selects whole Editor.

Hide Selection     Hide command icon

The Hide command hides the selected text in the Editor. Only whole lines can be hidden. The hidden block can be displayed again by double-clicking in the area with its description, or using the Unhide command.

Unhide Selection     Unhide command icon

The Unhide command unhide the hidden text in the Editor. The text insertion point must be in the hidden line that is to be expanded.

Preprocessor

Edit Menu - Preporcessor

Hide Actual Unanalyzed Block

This command hides the unanalyzed part of the code in which the insertion point is placed. The code can be unanalyzed since it is conditionally excluded from the analysis by preprocessor directives. The hiding is done by the standard DA-C hidden blocks, based on information obtained from C source analysis.

Hide All Unanalyzed Blocks

This command hides all parts of the code conditionally excluded from the analysis by preprocessor #if* directives. The hiding is done by the standard DA-C hidden blocks, based on information obtained from C source analysis.

Unhide Actual Unanalyzed Block

This command expands the block in which the cursor is placed and earlier from the "Edit / Preprocessor / Hide Current unanalyzed block" or "Hide All unanalyzed block" has been hidden.

Unhide All Unanalyzed Blocks

This command unhide the code hidden by the "Edit / Preprocessor / Hide All Unanalyzed Blocks" and "Edit / Preprocessor / Hide Actual Unanalyzed Block" menu commands.

Format Selection     Format command icon

The Format command formats the selected text in the Editor. It is assumed that the lines of text preceding the selected text are formatted correctly, because their indentation level is inherited for the formatting.

Increase Line Indent

Indent selected lines in Editor.

Decrease Line Indent

Unindent selected lines in Editor..

View/Hide White Space

Toggle (view/hide) white space characters.

Change Case

Edit Menu - Change Case

Change characters case in selected text.

Insert Construct

Edit Menu - Insert Construct

Inserts construct in the place where the insertion point is.