Home
last modified time | relevance | path

Searched refs:ianjuta_editor_selection_replace (Results 1 – 6 of 6) sorted by relevance

/dports/devel/anjuta/anjuta-3.34.0/libanjuta/interfaces/
H A Dianjuta-editor-selection.h68 void ianjuta_editor_selection_replace (IAnjutaEditorSelection *obj, const gchar *text, gint length…
H A Dianjuta-editor-selection.c153 ianjuta_editor_selection_replace (IAnjutaEditorSelection *obj, const gchar *text, gint length, GE… in ianjuta_editor_selection_replace() function
H A Dlibanjuta.idl1908 * ianjuta_editor_selection_replace:
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-language-provider.c473 ianjuta_editor_selection_replace (IANJUTA_EDITOR_SELECTION (editor), in anjuta_language_provider_activate()
/dports/devel/anjuta/anjuta-3.34.0/plugins/document-manager/
H A Dsearch-box.c786 ianjuta_editor_selection_replace (selection, replacement_text, strlen(replacement_text), NULL); in search_box_replace()
804 ianjuta_editor_selection_replace (selection, replace_text, strlen(replace_text), NULL); in search_box_replace()
/dports/devel/anjuta/anjuta-3.34.0/plugins/tools/
H A Dexecute.c553 ianjuta_editor_selection_replace (IANJUTA_EDITOR_SELECTION (this->editor), in atp_output_context_print_result()