Home
last modified time | relevance | path

Searched refs:lastclickednode (Results 1 – 3 of 3) sorted by relevance

/dports/www/bluefish/bluefish-2.2.12/src/plugin_snippets/
H A Dsnippets_gui.c300 if (snw->lastclickednode) { in popup_menu_create()
336 snw->lastclickednode = cur; in snippetview_button_press_lcb()
349 snw->lastclickednode = NULL; in snippetview_button_press_lcb()
669 snw->lastclickednode = NULL; in popup_menu_delete()
681 if (snw->lastclickednode) { in popup_menu_edit_snippet()
682 snippets_new_item_dialog(snw, snw->lastclickednode); in popup_menu_edit_snippet()
698 if (snw->lastclickednode) { in snippets_export_dialog_response()
699 snippets_export_node(snw->lastclickednode, filename); in snippets_export_dialog_response()
726 if (snw->lastclickednode) { in snippets_import_dialog_response()
731 snippets_import_node(snw->lastclickednode, filename); in snippets_import_dialog_response()
[all …]
H A Dsnippets_wizard.c56 if (snw->lastclickednode) { in get_parentbranch()
57 if (xmlStrEqual(snw->lastclickednode->name, (const xmlChar *)"leaf")) { in get_parentbranch()
58 *parentn = snw->lastclickednode->parent; in get_parentbranch()
66 *parentn = snw->lastclickednode; in get_parentbranch()
525 if (snwiz->snw->lastclickednode) { in snippets_test_pageBranch()
526 if (xmlStrEqual(snwiz->snw->lastclickednode->name, (const xmlChar *)"leaf")) { in snippets_test_pageBranch()
528 parent = snwiz->snw->lastclickednode->parent; in snippets_test_pageBranch()
537 parent = snwiz->snw->lastclickednode; in snippets_test_pageBranch()
763 if (xmlStrEqual(snw->lastclickednode->name, (const xmlChar *)"leaf")) { in snippets_new_item_dialog()
777 if (!snw->lastclickednode) { in snippets_new_item_dialog()
H A Dsnippets.h60 xmlNodePtr lastclickednode; member