SearchSettings
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
If true, a search match must start and end a word. The match can span multiple words.
Whether the search is case sensitive.
Search by regular expressions with property@SearchSettings:search-text as the pattern.
A search string, or null if the search is disabled.
Exclude invisible text from the search. A search match may have invisible text interspersed.
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.
Functions
Gets the text to search.
Change whether the search is done at word boundaries.
Enables or disables the case sensitivity for the search.
Enables or disables whether to search by regular expressions.
Sets the text to search.
Enables or disables whether to exclude invisible text from the search.
Enables or disables the wrap around search.