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 Sep 17 06:51:42 -0700 2008 Added new snippets to use with factory_girl [cassiomarques]
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
===

Just copy the files under the gedit_snippets/snippets folder to ~/.gnome2/gedit/snippets or replace the whole gedit 
snippets folder with this project contents.

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