gobgen is a Vim plugin that works as a GObject skeleton generator.
This plugin generates simple .c and .h templates for new GObject class and interface.
Here are some commands for this:
· GOBGenerateC
· GOBGenerateIC
· GOBGenerateCModule
· GOBGenerateH
· GOBGenerateIH
Script by default uses current file name for class name (optionaly you can type the class name manually).
For nice code formating you need to enable the 'ai' option.
Requirements:
· Vim 6.0 or higher
INSTALLATION:
Copy gobgen.vim file to ~/.vim/plugins directory
What's New in This Release:
· Add GOBGenenrateIH GOBGenenrateIC for interface generation
· Fix: prefix prompt identical for all functions
Product's homepage