Text editor

A basic text editor is used in LF‑ET for creating and editing plain texts:

index 03

Opening the text editor

With the context menu

The text editor can be opened via the context menu. You can access the context menu with SHIFT+F10 or by clicking the right mouse button:

index 01

Alternatively, you can retrieve any text of the decision table (retrieve the context menu with the right mouse click in the decision table) and open the respective text.

In this example the text of the C01 condition is retrieved:

index 02

With keyboard shortcuts

This is the fastest way and functions everywhere: Using CTRL+SHIFT+T the text for the currently focused decision table element is opened. It is a global keyboard shortcut that functions everywhere.

In the editor

In order to switch to another text, there is no need to exit the editor: The navigation elements in the toolbar can be used to open the preceding or subsequent text. Any changes to the current text are saved automatically:

index 03 02

Icons

The following icons are used in the text editor

Icons

Explanation

goto text prev 30x28

Goto previous text (filled or empty)

goto text prev filled 30x28

Goto previous “filled” text

goto text next 30x28

Goto next text (filled or empty)

goto text next filled 30x28

Goto next “filled” text

undo 30x28

Undo changes

redo 30x28

Redo undone changes

Keyboard shortcuts

Keyboard shortcut

Purpose

F1

Retrieve help

ALT+F4

Save and exit editor

CTRL+A

Select all text editor area

CTRL+PG DOWN

Jump to next text element

CTRL+PG UP

Jump to previous text element

CTRL+SHIFT+PG DOWN

Jump to next filled text element

CTRL+SHIFT+PG UP

Jump to previous filled text element

CTRL+C

Copy the selected character string to clipboard

CTRL+S

Save and exit text editor

CTRL+V

Paste character string already copied to clipboard

CTRL+X

Cut the selected character string and save to clipboard

CTRL+Y

Redo undone changes

CTRL+Z

Undo changes