Road Map and Changes
Road Map
ClickIDE's roadmap is to include the following features:
-
Velocity Editor - code completion for page model/control objects
-
Velocity Editor - syntax Highlighting for Velocity directives and comments
-
Java Editor - code completion for string literals which specify the listener method
-
Java Editor - hyperlink for string literals which specify the listener method
-
Java Editor - validates string literals which specify the listener method
-
Java Editor - code completion templates such as "Click Listener Method"
-
Configuration Editor - code completion in the source editor
-
Configuration Editor - provides the menu.xml editor
-
Cayenne Integration - display ER diagram from Cayenne definition
-
Cayenne Integration - code generation like Rails scaffold
Changes
- Version 2.3.0.0 - 5 Apr 2011
-
-
Supports Apache Click 2.3.0
[43].
-
Fixed: Disabling HTMLValidator is not working
[44].
-
Fixed: Source folder value in the page creation wizard is invalid
[45].
- Version 2.2.0.0 - 14 Jul 2010
-
-
Supports Apache Click 2.2.0
[40].
-
Provides click.dtd as XML schema catalog
[41].
- Version 2.1.0.0 - 18 Feb 2010
-
-
Supports Apache Click 2.1.0 and Eclipse 3.5 / WTP 3.1
[28]
[32].
-
Upgrade to Cayenne to 3.0 M6
[24].
-
Added "Use PerformanceFilter" option in the project creation wizard
[31].
-
Added switching comment action in the Velocity editor ([CTRL] + [/])
[35].
-
Added (*) to required attributes in the click.xml editor.
- Version 2.1.0 - 9 Nov 2008
-
-
Supports Click 1.5.0 and Eclipse 3.4 / WTP 3.0.
- Version 2.0.0 - 6 Mar 2008
-
-
Supports Click 1.4.0 and Eclipse 3.3 / WTP 2.0.
This version can't work with Eclipse 3.2.
-
Generates Click project with Cayenne and Spring support.
-
Added new Cayenne mapping project creation wizard.
This wizard generates an empty cayenne.xml and open it by Cayenne Modeler.
-
Added Cayenne Modeler launcher.
-
Added classpath variables "CAYENNE_LIB" and "CAYENNE_NODEPS_LIB".
You can add cayenne.jar / cayenne-nodeps.jar to your project classpath
using these variables at the project build path settings.
-
Additional Velocity variables configuration in the project property page.
- Version 1.7.0 - 14 Jun 2007
-
- Version 1.6.0 - 24 Mar 2007
-
-
Supports Click 1.2
[19].
-
Code completion for the braced variables (${...}) in the TemplateEditor.
-
Code completion for the user define macros in the TemplateEditor.
TemplateEditor also recognizes macros which are defined in the /macro.vm.
-
Checking for exiting click jars before deploying them.
This addition was raised by Malcolm Edgar
[18].
- Version 1.5.1 - 16 Dec 2006
-
-
Added syntax highlighting for the Velocity template.
-
Added package / classname completion in the "New Click Page" wizard.
-
Re-support Servlet API 2.3 (ClickIDE 1.5.0 has supported only 2.4).
- Version 1.5.0 - 26 November 2006
-
-
Supports Click 1.1.
-
Added classname completion in the click.xml graphical editor.
- Version 1.4.1 - 8 November 2006
-
-
Added support for Page classname suffix.
This issue was raised by Masanobu Shimura
[13].
-
Fixed auto complete support for pages in subdirectories.
This issue was raised by Masanobu Shimura
[14].
-
Fixed page automapping bug
[15].
-
Fixed variable code-completion bug for the interface in the Velocity editor.
- Version 1.4.0 - 6 October 2006
-
-
Supports Click 1.0.
-
Added Velocity Editor
[12].
-
Fixed click.xml validation when classes are removed
[5].
- Version 1.3.0 - 8 July 2006
-
-
Updated ClickIDE to support Eclipse 3.2 & WTP 1.5.
-
Added support for click-app locale attribute.
This issue was raised by Malcolm Edgar
[10].
-
Added switch support for pages ending with Page name
This issue was raised by Malcolm Edgar
[11].
- Version 1.2.0 - 16 June 2006
-
-
Supports Click 0.20.
-
New Click Page wizard supports templates (You can register your own template at the preference).
-
Switch the page class <-> the HTML file action (CTRL+ALT+S).
- Version 1.1.0 - 15 April 2006
-
-
Supports Click 0.19.
-
Improvement of the New Click Page wizard.
-
Improvement of the click.xml tree editor.
-
Add "New Click Page" to toolbar and menubar.
- Version 1.0.1 - 25 February 2006
-
-
Supports TextEditor actions in the Source tab of the click.xml editor.
-
Improvement about the NewClickPageWizard.
-
Internationalization (supports only English and Japanese).
- Version 1.0.0 - 18 Feb 2006
-
This is the first release of ClickIDE.