Starting with version 1.0.6 this project is available on GitHub.
Here the class loader issue described in #12 is fixed.
- Eclipse 3.x is required now (tested with Eclipse 3.6.2)
- fixed tab width issue
- Velocity updated to version 1.7.0
org.vaulttec.velocity.ui
- 'Go to Definition' now supports workbench's
navigation history
- now commands and related keyboard shortcuts
are defined in 'plugin.xml'
- implemented feature request #723125 (Show else
clause in outline)
Velocity:
- Updated to 1.3.1 final
Velocity UI:
- document provider is now set during initialization
of the editor [in initialize()] instead of defining it
in plugin.xml
- Added support for Velocimacro library
(feature request #685779)
- Added support for commenting via Ctrl+/ and
Ctrl+\ (feature request #677438)
- Added images to outline page and content
assist proposals
- Added support for Velocity user directives
- Added support for modified keybinding in
Eclipse 2.1 (required for Ctrl+Space which
is bound to text editor now instead of
Java editor)
- Fixed bug #670299
Velocity UI:
- Hover info and code completion for references are now
scope-sensitive -> within a macro definition the macro
parameters are considered too
- Bugfix #674403: NPEs when outline view not present
Velocity UI:
- Added new action (toogle presentation) to editor's
toolbar
- Bugfix #667892: Incompatibility with Eclipse 2.0.x
AbstractEditor
Velocity:
- Updated to 1.3.1-rc2
Velocity UI:
- Added preferences pages (color settings,
Velocity counter name)
- Added support for Velocity counter in content
assist proposals for variables (feature request
#664078)
- Bugfix #664074: Name of called macros now
validated before added to the outline view