Home
last modified time | relevance | path

Searched refs:select_anchor (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-latex/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-geniuspaste/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-lua/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-numberedbookmarks/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-lineoperations/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-macro/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c59 static gint select_anchor = 0, select_space = 0; variable
273 select_anchor = select_space = 0; in on_document_create()
391 g_object_set_data(G_OBJECT(sci), "select_anchor", GINT_TO_POINTER(select_anchor)); in save_selection()
402 if (nt->position < select_anchor) in on_editor_notify()
404 select_anchor += nt->length; in on_editor_notify()
411 if (nt->position < select_anchor) in on_editor_notify()
413 if (nt->position + nt->length < select_anchor) in on_editor_notify()
414 select_anchor -= nt->length; in on_editor_notify()
416 select_anchor = nt->position; in on_editor_notify()
433 select_anchor = sci_get_current_position(sci); in on_set_anchor_activate()
[all …]

123