Signal handlers for actions in the Source popup menu. More...
Go to the source code of this file.
Functions | |
SUB_CDECL_ALIAS | act_brkset (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_brktempset (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_brkenable (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_brkmanage (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_varsrcshow (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_varsrcwtch (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_textfind (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_bmktoogle (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_bmknext (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_bmkprev (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_linegoto (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_lineaddress (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_lineasm (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_procsrcasm (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_linenoexec (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_linefocus (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer user_data) |
SUB_CDECL_ALIAS | act_notesadd (BYVAL_AS_GtkAction_PTR action, BYVAL_AS_gpointer NoteBook) |
Add the selected text to the notes window. More... | |
SUB_CDECL_ALIAS act_notesadd | ( | BYVAL_AS_GtkAction_PTR | action, |
BYVAL_AS_gpointer | NoteBook | ||
) |
Add the selected text to the notes window.
action | The action that triggered the signal |
NoteBook | The notebook for source views |
This callback gets called when the user chooses the add to notes item in the popup menu of the source view notebook. It checks if text is selected in the current page. If so, the text gets copied to the notes context at its current cursor position, prepended by a time stamp.
Definition at line 179 of file menu_source.bas.