Hi guys, ive been doing some refactoring lately and got really tired of renaming the .html and .properties file after i renamed the page or panel class. This sucks especially when you have inner classes and you have to rename all inner resources like SomePage$SomeInnerPanel.html

I created a small plugin for eclispe that does the renaming of all non-java resources when you rename a class that extends wicket.MarkupContainer.

Essentially if you have a page called SomePage class and you rename it to SomeOtherPage all resources SomePage.* in the same package will be renamed to SomeOtherPage.*

If there is any interest i can make it available as a wicket-stuff project. keeping in mind that it was my first forray into eclipse, so i cannot guarantee it works 100%.

-Igor

Reply via email to