added menu support

This commit is contained in:
Zhang Chiyuan
2008-03-06 09:15:58 +00:00
parent be0493a0cb
commit 47e01c676f
17 changed files with 157 additions and 10 deletions

8
snippets/c++-mode/class Normal file
View File

@@ -0,0 +1,8 @@
#name : class <20><> { <20><> }
# --
class ${1:Name}
{
public:
$1($2);
virtual ~$1();
};