This is an eclipse plugin for the Java Webframework Wicket from apache.orgeclipse update sitehttp://qwickie.googlecode.com/svn/trunk/qwickie.updatesite/ or for those who want to install manually look into the downloads tab or Current version: 0.9.6 Fixed http://code.google.com/p/qwickie/issues/detail?id=34. Thanks to Willem Voogd! Usage: Just mouse click on the wicket:id while pressing ctrl in the java code editor  and eclipse opens the default html editor and marks the clicked wicket:id. And - vice versa - mouse click on the wicket:id while pressing ctrl in the default html eclipse editor  Mouseover shows the line in html file Anyone having problems with mouseover on mac, please see http://code.google.com/p/qwickie/issues/detail?id=24&can=1 Features:
- Rename wicket:id and wicket id in a wicket component when renaming a property of a bean that is used as model. When a property with the same name is used in more than one bean, than it get's renamed too. Be careful when using this refactoring! It's just "like updating textual occurrences in comments and strings" and needs a preview.
- Autosave feature when deactivating eclipse and refreshing the browser window. (so no ctrl-s is needed). Removed to a new project, because it's useful even not for wicket development.
Since 0.0.4 there is a QWickie Nature available, that checks if wicket:ids in html and java files are matching. But there where too many errors reported so maintaining this thing is pretty time consuming. 
|