Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I saw another similar question answered here - Velocity editor plugin for Eclipse?. I checked veloeclipse, but it has not been tested on eclipse versions after 3.4. Has anyone used veloeclipse with eclipse indigo?

or

Is there another editor better than veloeclipse for indigo? among the features I am looking for, syntax highlighting and auto-complete of VTL tags would be great.

share|improve this question

5 Answers

up vote 2 down vote accepted

I am working on Eclipse Helios and you can find velocity editor at below link.It works fine.

http://veloedit.sourceforge.net/

share|improve this answer

I just installed Veloclipse on my Indigo Service Release 1 instance and everything is working famously!

Like I said, I just installed it, so there could be some hidden incompatibility issue waiting to pop up. But right out of the gate, it is exactly what I was looking for.

UPDATE - 02.01.2012
It is a month later and everything is still working well. I'd recommend this plugin for anyone doing Velocity work in Eclipse.

share|improve this answer
I just wish it supported automatic tag completion, a la Eclipse's built-in HTML and JSP editors. – delfuego Mar 12 '12 at 15:50
True. I was building email templates, so I didn't need that feature at the time. Kind of missed that requirement at the very end of the OP. – CatsAndCode Mar 15 '12 at 12:50

Searching in the Eclipse Marketplace I've found ep4velo. It seems identical to Veloeclipse, but I've installed it succesfully under Indigo:

  1. Download the jar from http://code.google.com/a/eclipselabs.org/p/ep4velo/downloads/detail?name=com.langtags.ep4velo_1.0.2.jar&can=2&q=
  2. Put this jar into the dropins folder under eclipse directory
  3. Restart Eclipse and now vm files should be editable with the ep4velo editor

The project not seems to be really active... But for now I'm using it.

share|improve this answer
Thanks Damiano, I'll try it. – Jayz Nov 4 '11 at 3:48
You're welcome, let me know if you find something better – Damiano Nov 4 '11 at 7:06

Works fine with Helios Indigo SR2... its a beautiful plugin!

I had a bit of trouble with the direct IDE update. But it worked after I copied the jars manually into the eclipse plugins & features folders. I also had to close and re-open vm files that I had open.

Some color tuning (for 'script' which was too light) might help as well... Eclipse Menu: Windows->Preferences->Veloeclipse

share|improve this answer

http://code.google.com/p/velocity-edit/

Quote from website:

VelocityEdit is based on Velocity Web Edit which has stopped updating since 2006 and is now incompatible with the latest Eclipse 3.7.2. So I build this to make it go on. PS: Actually I prefer not to start another project but I can't contact with the original author. If you know his email address or something alike, contact me~

Since Version 1.5 I began to add features on my own will. Below is the killing features you can only enjoy in my velocity-edit version~

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.