Class
IdeSnippet
Instance methods
ide_snippet_add_chunk
No description available.
ide_snippet_get_chunk_range
No description available.
ide_snippet_get_full_text
Gets the contents of the snippet as currently edited by the user.
Available since: 3.32
ide_snippet_get_n_chunks
Gets the number of chunks in the snippet. Not all chunks are editable.
Available since: 3.32
ide_snippet_get_tab_stop
Gets the current tab stop for the snippet. This is changed as the user Tab’s through the edit points.
Available since: 3.32
ide_snippet_replace_current_chunk_text
This replaces the current chunk (if any) to contain the contents of
new_text
.
Available since: 3.32
Properties
Ide.Snippet:buffer
No description available.
Ide.Snippet:description
No description available.
Ide.Snippet:language
No description available.
Ide.Snippet:mark-begin
No description available.
Ide.Snippet:mark-end
No description available.
Ide.Snippet:tab-stop
No description available.
Ide.Snippet:trigger
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.