Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 4.56 KB

README.md

File metadata and controls

66 lines (47 loc) · 4.56 KB

qwickie

This is an eclipse plugin for the Java Webframework Wicket from apache.org

qwickie needs the IDE for Java EE Developers package (html editor)

eclipse update site:

http://raw.githubusercontent.com/count-negative/qwickie/master/qwickie.updatesite/site.xml

current version: 1.2.0

old versionwith java 6 and wicket 7: 1.1.11

Usage:

Just mouse click on the wicket:id while pressing ctrl in the java code editor java.png wicketcomponenthyperlink.png

to open the default html editor and mark the clicked wicket:id.

And - vice versa - mouse click on the wicket:id while pressing ctrl in the default html eclipse editor html.png wicket_message.png

Mouseover shows the line in html file hover.png

Anyone having problems with mouseover on mac, please see http://code.google.com/p/qwickie/issues/detail?id=24&can=1

Features:

There is a qwickie Nature available (now put in the project - configure menu), that checks if wicket:ids in html and java files are matching. There where some errors reported and maintaining this thing is pretty time consuming so I decided to give you some settings.

nature.png id_not_found.png id_not_found2.png quickfix.png

The preferences page (Window - Preferences - Web - QWickie)

project_settings.png