Click or drag to resize

TextEditSetLineAsBookmark Method

Bookmarks the line if bookmark is true. Deletes the bookmark if bookmark is false.

Bookmarks are shown in the BreakpointGutter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetLineAsBookmark(
	int line,
	bool bookmark
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Godot.TextEdit.SetLineAsBookmark(System.Int32,System.Boolean)"]

bookmark
Type: SystemBoolean

[Missing <param name="bookmark"/> documentation for "M:Godot.TextEdit.SetLineAsBookmark(System.Int32,System.Boolean)"]

See Also