I use vim with rails vim and Dr. Nics hobo plugins. Nice thing about vi/vim is it's available on just about any *nix system plus works in a console so you can have a familiar editor env if you have to view your code on a server through ssh.
On Sunday, March 11, 2012 3:26:23 PM UTC-6, Bryan Larsen wrote: > > another one: > > what's a good DRYML editor? > > nXml. the default XML mode for emacs is way too heavy. It works best > with a schema, and dislikes how Hobo uses colons for its own purposes > rather than for namespacing. For emacs users, I recommend xml-lite: > http://dogbiscuit.org/mdub/software/xml-lite.el > > Here's my .emacs: > > (require 'xml-lite) > (set-variable 'xml-lite-indent-offset 2) > (add-to-list 'auto-mode-alist '("\\.dryml$" . xml-lite-mode)) > > What other editors have an XML mode that works with DRYML? > > Bryan > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/idk-aGx8lisJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
