SF.net SVN: geany:[5605] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Fri Mar 18 09:35:31 UTC 2011
Revision: 5605
http://geany.svn.sourceforge.net/geany/?rev=5605&view=rev
Author: eht16
Date: 2011-03-18 09:35:31 +0000 (Fri, 18 Mar 2011)
Log Message:
-----------
Add file template for Vala (patch by Mark Trompell, thanks).
Modified Paths:
--------------
trunk/ChangeLog
Added Paths:
-----------
trunk/data/templates/files/main.vala
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-03-17 18:00:20 UTC (rev 5604)
+++ trunk/ChangeLog 2011-03-18 09:35:31 UTC (rev 5605)
@@ -1,3 +1,9 @@
+2011-03-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * data/templates/files/main.vala:
+ Add file template for Vala (patch by Mark Trompell, thanks).
+
+
2011-03-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/utils.c, src/utils.h, src/filetypes.c:
@@ -8,23 +14,23 @@
Improve Class Builder plugin dialog UI using a table (patch by
Matthew Brush, thanks).
* plugins/classbuilder.c:
- Fix GLib warning when creating classes and no documents are open
+ Fix GLib warning when creating classes and no documents are open
(patch by Matthew Brush, thanks).
* plugins/classbuilder.c:
- Undo patch change to cc_option_label_new() to append a ':' colon to
- label text because this unnecessarily causes string translations to
+ Undo patch change to cc_option_label_new() to append a ':' colon to
+ label text because this unnecessarily causes string translations to
be updated.
* src/interface.c, geany.glade:
- Fix wrong label capitalization for Toolbar Preferences dialog tab
+ Fix wrong label capitalization for Toolbar Preferences dialog tab
and 2 other labels.
* data/filetypes.Scala.conf, data/filetype_extensions.conf:
Add Scala custom filetype, based on file by werg (thanks).
(This uses the newly added [styling=C] syntax).
* src/filetypes.c:
- Make special case for filetypes.matlab instead of truncating all
+ Make special case for filetypes.matlab instead of truncating all
filetype config filenames at slash.
* src/filetypes.c:
- Fix generating tag files and --ft-names option by ensuring GTK is
+ Fix generating tag files and --ft-names option by ensuring GTK is
initialized before calling ui_get_mime_icon().
Added: trunk/data/templates/files/main.vala
===================================================================
--- trunk/data/templates/files/main.vala (rev 0)
+++ trunk/data/templates/files/main.vala 2011-03-18 09:35:31 UTC (rev 5605)
@@ -0,0 +1,9 @@
+{fileheader}
+
+class {untitled} : GLib.Object {
+
+ public static int main(string[] args) {
+
+ return 0;
+ }
+}
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