SF.net SVN: geany:[4066] trunk/src/filetypes.h
ntrel at users.sourceforge.net
ntrel at xxxxx
Tue Aug 11 13:22:42 UTC 2009
Revision: 4066
http://geany.svn.sourceforge.net/geany/?rev=4066&view=rev
Author: ntrel
Date: 2009-08-11 13:22:42 +0000 (Tue, 11 Aug 2009)
Log Message:
-----------
Fix using tabs only for alignment.
Modified Paths:
--------------
trunk/src/filetypes.h
Modified: trunk/src/filetypes.h
===================================================================
--- trunk/src/filetypes.h 2009-08-11 10:13:31 UTC (rev 4065)
+++ trunk/src/filetypes.h 2009-08-11 13:22:42 UTC (rev 4066)
@@ -123,14 +123,14 @@
/** Represents the langType of tagmanager (see the table
* in tagmanager/parsers.h), -1 represents all, -2 none. */
langType lang;
- gchar *name; /**< Used as name for tagmanager. E.g. "C". */
- gchar *title; /**< Shown in the file open dialog. E.g. "C source file". */
- gchar *extension; /**< Default file extension for new files. */
+ gchar *name; /**< Used as name for tagmanager. E.g. "C". */
+ gchar *title; /**< Shown in the file open dialog. E.g. "C source file". */
+ gchar *extension; /**< Default file extension for new files. */
gchar **pattern; /**< Array of filename-matching wildcard strings. */
- gchar *context_action_cmd;
- gchar *comment_open;
- gchar *comment_close;
- gboolean comment_use_indent;
+ gchar *context_action_cmd;
+ gchar *comment_open;
+ gchar *comment_close;
+ gboolean comment_use_indent;
struct build_programs *programs;
struct build_actions *actions; /* TODO: make private */
GeanyFiletypeGroupID group;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list