Totally AWESOME!!!!! Thank you for your contribution! On Fri, Feb 5, 2010 at 9:55 PM, Antonio Salazar Cardozo < [email protected]> wrote:
> Hello all, > To ease my pain in using Lift with vim as my main text editor (getting > Eclipse set up correctly with the Scala editor has been an exercise in > futility thus far), I've developed a vim plugin for lift that is > similar to, if far more limited in scope than, the rails.vim plugin. > > Its basic purpose is to simplify navigation within lift projects. You > can find it at http://www.vim.org/scripts/script.php?script_id=2962 , > and on github at http://github.com/Shadowfiend/liftweb-vim . > > Currently, it provides a few commands: > > * :Lmodel, Lsnippet, Lactor, Lcomet -- all take a class name and take > you to the appropriate associated file > * :Lview -- takes a class name and takes you to the appropriate view > file > * :Lspec or :Ltest -- when called from a class (e.g., GroupSnip), > takes you to the associated test file (GroupSnipTest) > * :Lclass -- the opposite of Lspec, takes you to the class for the > current test > > Hope this proves useful to someone! > Thanks, > Antonio > > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. 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/liftweb?hl=en.
