Table of Contents

Enum LineEdit.MenuItems

Namespace
Godot
Assembly
GodotSharp.dll
public enum LineEdit.MenuItems : long

Fields

Clear = 3

Erases the whole LineEdit text.

Copy = 1

Copies the selected text.

Cut = 0

Cuts (copies and clears) the selected text.

DirAuto = 9

Sets text direction to automatic.

DirInherited = 8

Sets text direction to inherited.

DirLtr = 10

Sets text direction to left-to-right.

DirRtl = 11

Sets text direction to right-to-left.

DisplayUcc = 12

Toggles control character display.

InsertAlm = 21

Inserts Arabic letter mark (ALM) character.

InsertFsi = 24

Inserts first strong isolate (FSI) character.

InsertLre = 16

Inserts start of left-to-right embedding (LRE) character.

InsertLri = 22

Inserts left-to-right isolate (LRI) character.

InsertLrm = 14

Inserts left-to-right mark (LRM) character.

InsertLro = 18

Inserts start of left-to-right override (LRO) character.

InsertPdf = 20

Inserts pop direction formatting (PDF) character.

InsertPdi = 25

Inserts pop direction isolate (PDI) character.

InsertRle = 17

Inserts start of right-to-left embedding (RLE) character.

InsertRli = 23

Inserts right-to-left isolate (RLI) character.

InsertRlm = 15

Inserts right-to-left mark (RLM) character.

InsertRlo = 19

Inserts start of right-to-left override (RLO) character.

InsertShy = 29

Inserts soft hyphen (SHY) character.

InsertWj = 28

Inserts word joiner (WJ) character.

InsertZwj = 26

Inserts zero width joiner (ZWJ) character.

InsertZwnj = 27

Inserts zero width non-joiner (ZWNJ) character.

Max = 30

Represents the size of the LineEdit.MenuItems enum.

Paste = 2

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

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

Redo = 6

Reverse the last undo action.

SelectAll = 4

Selects the whole LineEdit text.

SubmenuInsertUcc = 13

ID of "Insert Control Character" submenu.

SubmenuTextDir = 7

ID of "Text Writing Direction" submenu.

Undo = 5

Undoes the previous action.