You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Rickard Öberg <ri...@xpedio.com> on 2001/08/07 17:33:54 UTC

IntelliJ Live Templates for Velocity

Hey

I've written a bunch of Velocity Live Templates for the IntelliJ IDE.
They're simply the directives but which expands to the full syntax.

E.g. "#foreach" followed by space expands into:
#foreach ($| in |)
#end
where | are markers for entering parameters.

They make template editing much faster and avoids silly errors such as
forgetting #end.

If anyone is interested in these templates I'd gladly send them.
However, since this list doesn't allow attachments I don't know of a
good way to share them.

Any ideas?

/Rickard

-- 
Rickard Öberg
Software Development Specialist
xlurc - Xpedio Linköping Ubiquitous Research Center
Author of "Mastering RMI"
Email: rickard@xpedio.com

Re: IntelliJ Live Templates for Velocity

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
Rickard Öberg wrote:
> 
> Hey
> 
> I've written a bunch of Velocity Live Templates for the IntelliJ IDE.
> They're simply the directives but which expands to the full syntax.
> 
> E.g. "#foreach" followed by space expands into:
> #foreach ($| in |)
> #end
> where | are markers for entering parameters.
> 
> They make template editing much faster and avoids silly errors such as
> forgetting #end.
> 
> If anyone is interested in these templates I'd gladly send them.
> However, since this list doesn't allow attachments I don't know of a
> good way to share them.

Send to me or put in your CVS - we can make them available from the
velocity site.

geir

-- 
Geir Magnusson Jr.                           geirm@optonline.net
System and Software Consulting
Developing for the web?  See http://jakarta.apache.org/velocity/
Well done is better than well said - New England Proverb

Re: IntelliJ Live Templates for Velocity

Posted by Jon Stevens <jo...@latchkey.com>.
on 8/7/01 8:33 AM, "Rickard Öberg" <ri...@xpedio.com> wrote:

> If anyone is interested in these templates I'd gladly send them.
> However, since this list doesn't allow attachments I don't know of a
> good way to share them.
> 
> Any ideas?

Post them on a website, we will download them and include them in cvs.

thanks,

-jon