You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/09 07:50:02 UTC

[Jakarta-velocity Wiki] Update of "VelocityEditors" by WillGlassHusain

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.

The following page has been changed by WillGlassHusain:
http://wiki.apache.org/jakarta-velocity/VelocityEditors

The comment on the change is:
move file from web page to Wiki

New page:
== Velocity and Development Tools ==


We have three contributions from the user community to help make developing with
Velocity easier and more convenient.


=== Eclipse ===

Torsten Juergeleit (tjuergeleit@yahoo.de) has created a [http://sourceforge.net/projects/veloedit/ plugin] for
editing templates with the [http://www.eclipse.org" Eclipse] IDE.



=== BBEdit ===

A [http://blog.wishingline.com/downloads/software/velocity_language_module.sit Velocity Language Module] 
is provided by [http://www.wishingline.com/ Wishingline] for 
the [http://www.barebones.com/products/bbedit/index.shtml BBEdit]
Macintosh editor.



=== Dreamweaver ===

Jason Gill (aka Pete the Chop) created a 
[http://velocity.gilluminate.com/ Dreamweaver Extension] that
gives full Velocity support in the
[http://www.macromedia.com/software/dreamweaver/ Dreamweaver]
web editor.



=== IntelliJ IDEA ===


Rickard Oberg (rickard@xpedio.com) has contributed templates for the
[http://www.intellij.com/ IntelliJ IDEA] IDE. 

They can  be found
[http://svn.apache.org/repos/asf/jakarta/velocity/trunk/contrib/tools/intellij/ here] 
in the Velocity Subversion, or can be found in the /contrib/tools directory
of the source tree.


=== UltraEdit Editor ===

Herve Guidetti (Herve.Guidetti@idbsoft.ch) contributed a 'word.txt' addition
(with  tweaks and comments by Wido Hillmann (wido.hillmann@epost.de) 
for the [http://www.ultraedit.com/ UltraEdit] programmers editor.

It can  be found
[http://svn.apache.org/repos/asf/jakarta/velocity/trunk/contrib/tools/ultraedit/ here] 
in the Velocity Subversion, or can be found in the /contrib/tools directory
of the source tree.

To add this to your !UltraEdit configuration :
 * Go into !UltraEdit home directory.
 * Add the content of the file to the end of your word.txt file. 
 * Modify the number on the first line (/L9 in this case), so that it matches your word.txt definition. (it's incremental)
 * Edit a .vm template with !UltraEdit. You should now have syntax coloring for Velocimacros.


=== JEdit ===

Saimon Moore (smoore@serikat.es) contributed a Velocity mode for the java-based
editor [http://www.jedit.org JEdit], and can be found here in
[http://svn.apache.org/repos/asf/jakarta/velocity/trunk/contrib/tools/jedit/ velocity.xml].



To install, add the velocity.xml to one of your 'mode' directories,
and add the following to that directory's catalog file :
{{{
<MODE NAME="velocity"  FILE="velocity.xml"
               FILE_NAME_GLOB="*.vw" />
}}}
and restart JEdit.  If there are any problems with installation,
see the JEdit documentation about 'Modes'.




=== TextPad ===


Jeff Linwood (jeff@greenninja.com) created a simple syntax definition for
Velocity for the [http://www.textpad.com/ TextPad] editor, which
can be found [http://www.textpad.com/add-ons/synu2z.html here].




=== Emacs ===

Brian Leonard (brian@brainslug.org) contributed a minor mode that
does font-locking (syntax coloring) of VTL in 
[http://xemacs.org/ XEmacs] and [http://www.gnu.org/software/emacs/emacs.html GNU Emacs].  As
a minor mode, it insinuates itself into whatever major mode you're
using, so you don't lose the major mode's goodness. It can be found
[http://svn.apache.org/repos/asf/jakarta/velocity/trunk/contrib/tools/emacs/ here].

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org