fbdbg  3.0
FreeBASIC Debugger
menu_source.bas File Reference

Signal handlers for actions in the Source popup menu. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Signal handlers for actions in the Source popup menu.

Since
3.0

Definition in file menu_source.bas.

Function Documentation

SUB_CDECL_ALIAS act_notesadd ( BYVAL_AS_GtkAction_PTR  action,
BYVAL_AS_gpointer  NoteBook 
)

Add the selected text to the notes window.

Parameters
actionThe action that triggered the signal
NoteBookThe 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.