Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

content_type?: string

The document's content type.

highlight_matching_brackets?: boolean

Whether to highlight matching brackets in the buffer.

highlight_syntax?: boolean

Whether to highlight syntax in the buffer.

implicit_trailing_newline?: boolean

Whether the buffer has an implicit trailing newline. See gtk_source_buffer_set_implicit_trailing_newline().

language?: GtkSource.Language
max_undo_levels?: number

Number of undo levels for the buffer. -1 means no limit. This property will only affect the default undo manager.

style_scheme?: GtkSource.StyleScheme

Style scheme. It contains styles for syntax highlighting, optionally foreground, background, cursor color, current line color, and matching brackets style.

tag_table?: Gtk.TextTagTable
text?: string

The text content of the buffer. Without child widgets and images, see gtk_text_buffer_get_text() for more information.

undo_manager?: GtkSource.UndoManager
use_gvfs_metadata?: boolean

Whether to use GVFS metadata. If %FALSE, use the gedit metadata manager that stores the metadata in an XML file in the user cache directory.

The property is used internally by gedit. It must not be used in a gedit plugin. The property can be modified or removed at any time.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method