[ANN] Wicket Assistant v0.1.3
Hi,
New version of the Wicket Assistant plugin for Intellij Idea. Download
it from the plugin manager within Idea. Works in version 5.X and 6.X.
Features implemented:
On-the-fly Inspection checking that the wicket ids exists in the corresponding java/html file
Switch between the java and html file (default key: shiftaltW
Todolist:
Maybe use a compiled version of the ie webpage to check the hierarichy
create missing html file intention
create missing ids in the html file. How and where ?
create live template for easy creation of ie labels etc
create file templates for html files, java webpages, java panels etc.
rename/move rafactoring on the java/html/property file renames/moves the others
rename refactoring of the wicket id in both the html and java file
Code completion on a wicket id in both java and html file
Possibility to open the "other" file when ie the java file is opened
Changes from 0.1.2
Added action to toggle between the html and the java file. The deault keymapping is: shiftaltW
Known bugs;
All checks on the wicket ids are not yet 100% correct. Working on it.
--
Best regards,
Anders
请先登录再写评论。
Great, I've been wanting to try wicket for a long time, but I hesitated because I'm spoiled by IDEA... it seems I could start soon ...