public
Description: Collection of code snippets for use in gedit to work with Ruby, Rails, Javascript and so on...
Homepage: http://github.com/cassiomarques/gedit-snippets/tree/master
Clone URL: git://github.com/cassiomarques/gedit-snippets.git
name age message
file .gitignore Tue Sep 16 07:03:18 -0700 2008 first commit [cassiomarques]
file README Wed Apr 22 07:57:40 -0700 2009 Created install script and updated README file [rogerleite]
file install.sh Wed Apr 22 07:57:40 -0700 2009 Created install script and updated README file [rogerleite]
directory snippets/ Fri Nov 14 11:59:21 -0800 2008 Lots of changes, new snippets for Ruby, RSpec, ... [cassiomarques]
README
WHAT
====
Some gedit code snippets for use with the Gedit Snippets plugin (http://live.gnome.org/Gedit/Plugins/Snippets)

Actually is has some snippets I use in a daily basis, including support for .rhtml/.html.erb, .js, .html and .rb files. 
More snippets comming soon.

For Ruby files, it has some support for rspec and factory_girl.

HOW
===

You can run (here, backup is automatic):

$ sh install.sh

OR

Just copy the files under the snippets folder to ~/.gnome2/gedit/snippets

LEARN
=====
Just go to the gedit "tools" menu, then "manage snippets" and take a look at what's available.
You can find more information about how to use the snippets and the Gedit Snippets plugin at 
http://live.gnome.org/Gedit/Plugins/Snippets