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 ([EMAIL PROTECTED]) 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 ([EMAIL PROTECTED]) 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 ([EMAIL PROTECTED]) contributed a 'word.txt' addition (with tweaks and comments by Wido Hillmann ([EMAIL PROTECTED]) 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 ([EMAIL PROTECTED]) 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 ([EMAIL PROTECTED]) 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 ([EMAIL PROTECTED]) 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
