Values

Cut

Cuts (copies and clears) the selected text.

Copy

Copies the selected text.

Paste

Pastes the clipboard text over the selected text (or at the cursor's position).

Non-printable escape characters are automatically stripped from the OS clipboard via String.strip_escapes.

Clear

Erases the whole godot.LineEdit text.

SelectAll

Selects the whole godot.LineEdit text.

Undo

Undoes the previous action.

Redo

Reverse the last undo action.

Max

Represents the size of the godot.LineEdit_MenuItems enum.