Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

accelerators?: number

Number of keyboard accelerators to show for the first proposals. For example, to activate the first proposal, the user can press Alt1.

auto_complete_delay?: number

Determines the popup delay (in milliseconds) at which the completion will be shown for interactive completion.

proposal_page_size?: number

The scroll page size of the proposals in the completion window. In other words, when PageDown or PageUp is pressed, the selected proposal becomes the one which is located one page size backward or forward.

See also the #GtkSourceCompletion::move-cursor signal.

provider_page_size?: number

The scroll page size of the provider pages in the completion window.

See the #GtkSourceCompletion::move-page signal.

remember_info_visibility?: boolean

Determines whether the visibility of the info window should be saved when the completion is hidden, and restored when the completion is shown again.

select_on_show?: boolean

Determines whether the first proposal should be selected when the completion is first shown.

show_headers?: boolean

Determines whether provider headers should be shown in the proposal list. It can be useful to disable when there is only one provider.

show_icons?: boolean

Determines whether provider and proposal icons should be shown in the completion popup.

The #GtkSourceView bound to the completion object.

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