diff options
Diffstat (limited to 'mod_log_sql.prj')
-rw-r--r-- | mod_log_sql.prj | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mod_log_sql.prj b/mod_log_sql.prj index bb04bb2..df61439 100644 --- a/mod_log_sql.prj +++ b/mod_log_sql.prj | |||
@@ -49,6 +49,18 @@ project.menu.need.terminal=0 | |||
49 | 49 | ||
50 | project.configure.options= | 50 | project.configure.options= |
51 | anjuta.program.arguments= | 51 | anjuta.program.arguments= |
52 | preferences.indent.automatic=1 | ||
53 | preferences.use.tabs=0 | ||
54 | preferences.indent.opening=0 | ||
55 | preferences.indent.closing=0 | ||
56 | preferences.tabsize=4 | ||
57 | preferences.indent.size=4 | ||
58 | preferences.autoformat.style=Style of Kangleipak | ||
59 | preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss | ||
60 | preferences.autoformat.disable=0 | ||
61 | preferences.debugger.command=gdb | ||
62 | preferences.ui.designer=glade '$(project.name).glade' | ||
63 | preferences.help.browser=devhelp -s '$(current.file.selection)' | ||
52 | 64 | ||
53 | module.include.name=. | 65 | module.include.name=. |
54 | module.include.type= | 66 | module.include.type= |
@@ -70,7 +82,8 @@ module.source.files=\ | |||
70 | mod_log_sql_ssl.c\ | 82 | mod_log_sql_ssl.c\ |
71 | mod_log_sql_mysql.c\ | 83 | mod_log_sql_mysql.c\ |
72 | contrib/make_combined_log.pl\ | 84 | contrib/make_combined_log.pl\ |
73 | mod_log_sql_pgsql.c | 85 | mod_log_sql_pgsql.c\ |
86 | mod_log_sql_dbi.c | ||
74 | 87 | ||
75 | module.pixmap.name=. | 88 | module.pixmap.name=. |
76 | module.pixmap.type= | 89 | module.pixmap.type= |