geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Tools preferences. More...
#include <prefs.h>
Public Attributes | |
gchar * | browser_cmd |
web browser command More... | |
gchar * | term_cmd |
terminal emulator command More... | |
gchar * | grep_cmd |
grep command More... | |
gchar * | context_action_cmd |
context action command More... | |
gchar* GeanyToolPrefs::browser_cmd |
web browser command
Definition at line 51 of file prefs.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and utils_open_browser().
gchar* GeanyToolPrefs::context_action_cmd |
context action command
Definition at line 54 of file prefs.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_context_action1_activate(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().
gchar* GeanyToolPrefs::grep_cmd |
grep command
Definition at line 53 of file prefs.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and search_find_in_files().
gchar* GeanyToolPrefs::term_cmd |
terminal emulator command
Definition at line 52 of file prefs.h.
Referenced by build_run_cmd(), do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().