File Menu

The Edit menu offers the following commands:

Undo Last Table Changes

Reverts the changes made in the grid since last time the changes were committed.

Note that this command availability and scope depends on the various operations made before calling it. This is not a general "undo" command for all actions. Depending on which command you did before, this command may or may not undo the last or the several last actions you did on the grid.

Undo Last Edit

In an edit box:

  • Undoes the last edit command done in an edit box.

In the grid:

Shortcut: Ctrl+Z

Redo Last Edit

In an edit box:

  • Redoes the last edit command done in an edit box.

In the grid:

  • Does not apply.

Shortcut: Ctrl+Y

Cut

In an edit box:

  • Places the current selected text into the Clipboard and removes it from the edit box.

In the grid:

  • Does not apply.

Shortcut: Ctrl+X

Copy

In an edit box:

  • Places the current selected text into the Clipboard.

In the grid:

  • Places the content of the selected cells into the Clipboard.

Shortcut: Ctrl+C

Paste

In an edit box:

  • Replaces the current selected text by the content of the Clipboard. If no text is selected the command insert the content of the Clipboard at the cursor position.

In the grid:

  • NOT IMPLEMENTED YET

Shortcut: Ctrl+V

Insert Split Marker

In an edit box:

  • Insert a special marker at the current cursor position. The marker is used later with the Split Entries On Markers command.

Shortcut: Ctrl+B

Delete

In an edit box:

  • Removes the current selected text from the edit box.

In the grid:

  • If one or more rows are selected, the command removes the rows (and all its corresponding fields, even the ones not visible) from the table.
  • If only one or more cells are selected, the command clears the content of the selected cells.

Shortcut: Delete

Select All

In an edit box:

  • Select the whole text in the edit box.

In the grid:

  • Select all rows of the grid.

Edit Current Field

Edits the current field of the current row.

Source and target fields are edited in their respective edit box. All other fields are edited in the generic edit box. You can also edit the field by double-clicking on it.

Shortcut: F2

Add New Entry

Adds a new entry in the table.

Note that if the filter is on, the new entry will not be displayed if the fields of the empty new entry do not match the criteria of the filter. For example, if the filter is set to display only the entries that have flags, the new entry (which is not flagged) will not be displayed until you change the filter parameters to allow un-flagged entries to be listed.

Shortcut: Ctrl+Shift+Insert

Clear All Flags

Uncheck the flag for all entries of the grid. The entries not currently displayed in the grid (filtered out) are not affected.

Invert Flags

Inverts the flag state of the selected entries. If no entry is selected, Olifant will ask if you want to apply the commend to all entries in the grid.

Languages

Opens the Languages tab of TM Properties dialog box where you can add, and remove the languages of the current translation memories.

Shortcut: Ctrl+L

Attributes

Opens the Attributes tab of TM Properties dialog box where you can add, remove and edit the attributes of the current translation memories.

Shortcut: Ctrl+T

Find

Opens the Find dialog box where you can specify a text to search for.

Shortcut: Ctrl+H

Find And Replace

Opens the Find and Replace dialog box where you can specify a text to search and how to replace it.

Shortcut: Ctrl+F

Find Next

Searches for the next occurrence of the text specified in the Find and Replace dialog box. If no text is specified, the command opens the dialog box.

Shortcut: F3