Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor struct {
// contains filtered or unexported fields
}
Editor manages a text editor with syntax highlighting.
func NewWithContent ¶
NewWithContent creates a new editing widget, initialized to the provided content.
func (*Editor) GetContent ¶
GetContent returns the contents of the editor.
func (*Editor) SetContent ¶
SetContent changes the contents of the editor.
Click to show internal directories.
Click to hide internal directories.