eschulte / rinari

Rinari Is Not A Rails IDE (it is an Emacs minor mode for Rails)
http://rinari.rubyforge.org
GNU General Public License v3.0
412 stars 68 forks source link

Add a basic menu #57

Closed akappen closed 11 years ago

akappen commented 11 years ago

Here is code to add a Rinari menu for those who use the menu bar. I did my best to organize the menu logically but am open to suggestions.

I used easymenu which seems to be included in emacs 23 and 24. I tested both versions on ubuntu 12.10.

I'm an elisp novice, so feel free to suggest improvements. It seems like I could drive some of the menu creation from the rinari-jump-schema with a few additions, but I didn't want to dig into that code and muddy it's current purpose.

purcell commented 11 years ago

Great stuff! Thanks for this.