Terminal.Gui
1.0.0.0
Terminal.Gui.View
Multi-line text editing view
The text view provides a multi-line text view. Users interact
with it with the standard Emacs commands for movement or the arrow
keys.
Shortcut
Action performed
-
Left cursor, Control-b
Moves the editing point left.
-
Right cursor, Control-f
Moves the editing point right.
-
Alt-b
Moves one word back.
-
Alt-f
Moves one word forward.
-
Up cursor, Control-p
Moves the editing point one line up.
-
Down cursor, Control-n
Moves the editing point one line down
-
Home key, Control-a
Moves the cursor to the beginning of the line.
-
End key, Control-e
Moves the cursor to the end of the line.
-
Delete, Control-d
Deletes the character in front of the cursor.
-
Backspace
Deletes the character behind the cursor.
-
Control-k
Deletes the text until the end of the line and replaces the kill buffer
with the deleted text. You can paste this text in a different place by
using Control-y.
-
Control-y
Pastes the content of the kill ring into the current position.
-
Alt-d
Deletes the word above the cursor and adds it to the kill ring. You
can paste the contents of the kill ring with Control-y.
-
Control-q
Quotes the next input character, to prevent the normal processing of
key handling to take place.
Constructor
1.0.0.0
Public constructor, creates a view on the specified area, with dimensions controlled with the X, Y, Width and Height properties.
To be added.
Constructor
1.0.0.0
To be added.
Public constructor, creates a view on the specified area, with absolute position and size.
Property
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
Property
1.0.0.0
System.Int32
Gets the cursor column.
The cursor column.
To be added.
Property
1.0.0.0
System.Int32
The current cursor row.
To be added.
To be added.
Method
1.0.0.0
System.Boolean
Path to the file to load.
Loads the contents of the file into the TextView.
true, if file was loaded, false otherwise.
To be added.
Method
1.0.0.0
System.Void
Stream to load the contents from.
Loads the contents of the stream into the TextView.
true, if stream was loaded, false otherwise.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
Positions the cursor on the current row and column
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Property
1.0.0.0
System.Boolean
Indicates readonly attribute of TextView
Boolean value(Default false)
To be added.
Method
1.0.0.0
System.Void
The region to redraw.
Redraw the text editor region
To be added.
Method
1.0.0.0
System.Void
Row that should be displayed at the top, if the value is negative it will be reset to zero
Will scroll the view to display the specified row at the top
To be added.
Property
1.0.0.0
NStack.ustring
Sets or gets the text in the entry.
To be added.