[gnome-builder] Vala snippet for classes
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Vala snippet for classes
- Date: Sun, 30 Aug 2015 02:49:47 +0000 (UTC)
commit cf49905fcdc8da2142b68d9aabcf4eb8b6ebeb6e
Author: Ben Iofel <iofelben gmail com>
Date: Sat Aug 29 19:39:51 2015 -0400
Vala snippet for classes
https://bugzilla.gnome.org/show_bug.cgi?id=754305
data/snippets/vala.snippets | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/snippets/vala.snippets b/data/snippets/vala.snippets
index e69de29..a90d4e7 100644
--- a/data/snippets/vala.snippets
+++ b/data/snippets/vala.snippets
@@ -0,0 +1,8 @@
+snippet class
+- scope vala
+- desc Create Class
+ class ${1:$filename|stripsuffix|camelize} : Object {
+ public $1 () {
+ $0
+ }
+ }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]