Plugins (1068)


Training and Consulting (40)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 539
Comments: 0


Category: Plugin Directory / Editor / Velocity Web Edit

Velocity Web Edit 
Rate this plugin | Report broken link | Details | Comments (1)

Rating: 9.0 (363 Votes) | hits: 12
Velocity Web Edit

Version: 1.0.7
Support Eclipse Version: 3.1
License: Free GPL
Development Status: Beta
Company: Joe Hudson
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum

Velocity Web Edit is a Velocity and HTML aware editor with the following features:
  • Customizable Syntax Hilighting
  • Content Assist
    • Velocity Variables Names
    • Velocity Variable Methods and Properties (using Reflection)
    • Javascript Function Methods
    • Velocity Macro Directives
    • Style Sheet Class Names
  • Velocity Outline
  • HTML/XML Outline With XML Node Filtering and Intuitive Images
  • Smart Indenting
  • Customizable DTD for XML Content Assist
  • Velocity Context Object Definitions at any Resorce Level

Added on: 05-Dec-2004 | Updated: 29-Jan-2005




Last 1 Comments


User: AnonymousRating: 92005-04-20 09:35:13
Good velocity editor. One problem - it doesn't understand what class was returned for directives like foreach ($sm in $model.someList) - no any autocompletion will be suggested for $sm variable. But to implement it, we must have real instance of $model, not only class meta-data...