geany/src
Nick Treleaven 266c9db969 Disable the Build Includes run command field when there is a project
open with a valid run command set.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1494 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-04-30 16:16:49 +00:00
..
Makefile.am Made "distcheck" working. 2007-04-08 16:38:46 +00:00
about.c Add descriptions for all .c source files below the file header. 2007-02-24 11:41:56 +00:00
about.h Updated copyright information. 2007-01-14 17:36:42 +00:00
build.c Disable the Build Includes run command field when there is a project 2007-04-30 16:16:49 +00:00
build.h Move dialogs_show_includes_arguments_*() to build.c. 2007-03-24 12:40:20 +00:00
callbacks.c Add Load Tags command in the File menu. 2007-04-18 15:21:33 +00:00
callbacks.h Add Load Tags command in the File menu. 2007-04-18 15:21:33 +00:00
dialogs.c Use g_stat() instead of stat() to prevent file read errors on Win32. 2007-04-16 15:58:34 +00:00
dialogs.h Add printf format check for dialogs_show_msgbox(). 2007-04-23 12:30:27 +00:00
document.c Make replace all commands report no matches for read-only documents. 2007-04-30 12:24:40 +00:00
document.h Added different auto indention modes to select who should Geany indent new lines (closes #1615605). 2007-03-08 18:02:08 +00:00
encodings.c Fixed several compiler warnings (mainly shadowing local variables and unreachable code). 2007-03-09 13:52:26 +00:00
encodings.h Fixed several compiler warnings (mainly shadowing local variables and unreachable code). 2007-03-09 13:52:26 +00:00
filetypes.c Separate filetype menu item creation from filetypes_init_types() so 2007-04-25 15:01:14 +00:00
filetypes.h Separate filetype menu item creation from filetypes_init_types() so 2007-04-25 15:01:14 +00:00
gb.c Add descriptions for all .c source files below the file header. 2007-02-24 11:41:56 +00:00
geany.h Changed default browser to firefox. 2007-04-29 10:57:25 +00:00
highlighting.c Added option to change the caret width. 2007-03-20 18:15:07 +00:00
highlighting.h Updated copyright information. 2007-01-14 17:36:42 +00:00
images.c Add descriptions for all .c source files below the file header. 2007-02-24 11:41:56 +00:00
interface.c Add project file path preferences option in General tab. 2007-04-29 16:36:42 +00:00
interface.h moved font selection dialog from glade code to dialogs.c 2006-02-22 13:38:47 +00:00
keybindings.c Added context actions to run custom commands on current selection or the current word below cursor. 2007-04-15 18:09:59 +00:00
keybindings.h Added context actions to run custom commands on current selection or the current word below cursor. 2007-04-15 18:09:59 +00:00
keyfile.c Restore the current project when restarting Geany. 2007-04-21 12:25:17 +00:00
keyfile.h Updated copyright information. 2007-01-14 17:36:42 +00:00
main.c Add support for generating global tags files for non-C-like 2007-04-27 11:00:29 +00:00
main.h Added command line option --column to allow setting the initial column for the first opened file on command line. 2007-01-24 22:38:53 +00:00
makefile.win32 Started to implement project management (still unusable). 2007-01-15 18:12:32 +00:00
msgwindow.c Fixed several compiler warnings (mainly shadowing local variables and unreachable code). 2007-03-09 13:52:26 +00:00
msgwindow.h Show number of matches when using Find All or Find in Files. 2007-02-28 12:08:40 +00:00
notebook.c Don't recreate the open files items when DnD reordering tabs, now 2007-03-14 12:11:50 +00:00
notebook.h Updated copyright information. 2007-01-14 17:36:42 +00:00
prefs.c Add project file path preferences option in General tab. 2007-04-29 16:36:42 +00:00
prefs.h Rename dialogs_show_prefs_dialog() to prefs_show_dialog(). 2007-03-23 16:47:27 +00:00
project.c Add project file path preferences option in General tab. 2007-04-29 16:36:42 +00:00
project.h Add project file path preferences option in General tab. 2007-04-29 16:36:42 +00:00
sci_cb.c Remove duplicate calltips (e.g. from function def and prototype). 2007-04-24 11:02:26 +00:00
sci_cb.h Add keybinding for construct completion, and set the default to tab. 2007-03-27 15:48:16 +00:00
sciwrappers.c Added options to show or hide the statusbar as well as the editor scrollbars. 2007-04-10 17:06:57 +00:00
sciwrappers.h Added options to show or hide the statusbar as well as the editor scrollbars. 2007-04-10 17:06:57 +00:00
search.c Show number of matches when using Mark command. 2007-04-30 12:43:22 +00:00
search.h Save FIF extra options string in the keyfile. 2007-04-15 15:59:57 +00:00
socket.c Speed up loading multiple C-like files when existing documents are 2007-03-06 16:57:09 +00:00
socket.h Updated copyright information. 2007-01-14 17:36:42 +00:00
support.c Initial import 2005-11-22 12:26:26 +00:00
support.h Initial import 2005-11-22 12:26:26 +00:00
symbols.c Use g_printerr (if necessary) when generating global tags to convert 2007-04-30 11:56:50 +00:00
symbols.h Add Load Tags command in the File menu. 2007-04-18 15:21:33 +00:00
templates.c Make file header optional for filetype templates - use the string 2007-03-31 11:39:56 +00:00
templates.h Support filetype templates for all filetypes (scan 2007-02-19 13:26:06 +00:00
tools.c Remove unneeded callbacks.h include. 2007-03-24 12:50:19 +00:00
tools.h Added custom commands to send selected text through some definable commands and replace the selection with the output. 2007-02-25 14:26:55 +00:00
treeviews.c Don't recreate the open files items when DnD reordering tabs, now 2007-03-14 12:11:50 +00:00
treeviews.h Move ui_update_tag_list() to treeviews.c. 2007-02-05 16:17:44 +00:00
ui_utils.c Add ui_path_box_new() for creating a path text entry with an open 2007-04-29 12:03:25 +00:00
ui_utils.h Add ui_path_box_new() for creating a path text entry with an open 2007-04-29 12:03:25 +00:00
utils.c Add G_GNUC_NULL_TERMINATED to ensure variable arglists are NULL 2007-04-23 15:52:44 +00:00
utils.h Add NZV() macro for checking a char* points to a non-empty string. 2007-04-30 16:16:15 +00:00
vte.c Fixed handling of command line arguments within the shell command for the VTE to enable use of shells as login shells. 2007-04-19 13:44:42 +00:00
vte.h Updated copyright information. 2007-01-14 17:36:42 +00:00
win32.c Speed up loading multiple C-like files when existing documents are 2007-03-06 16:57:09 +00:00
win32.h Added Windows dialogs for Project new and Project open actions. 2007-02-19 18:58:32 +00:00