SearchSettings
open class SearchSettings(val gtksourceSearchSettingsPointer: <Error class: unknown class><<Error class: unknown class>>)
Search settings.
A GtkSourceSearchSettings
object represents the settings of a search. The search settings can be associated with one or several class@SearchContexts.
Constructors
Properties
Link copied to clipboard
If true, a search match must start and end a word. The match can span multiple words.
Link copied to clipboard
Whether the search is case sensitive.
Link copied to clipboard
Link copied to clipboard
Search by regular expressions with property@SearchSettings:search-text as the pattern.
Link copied to clipboard
A search string, or null if the search is disabled.
Link copied to clipboard
Exclude invisible text from the search. A search match may have invisible text interspersed.
Link copied to clipboard
For a forward search, continue at the beginning of the buffer if no search occurrence is found. For a backward search, continue at the end of the buffer.