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
- [Wicket-user] eclipse refactoring plugin Igor Vaynberg
- Re: [Wicket-user] eclipse refactoring plugin Juergen Donnerstag
- Re: [Wicket-user] eclipse refactoring plugin Johan Compagner
- Re: [Wicket-user] eclipse refactoring plugin Martijn Dashorst
- Re: [Wicket-user] eclipse refactoring plugin Andrew Berman
- Re: [Wicket-user] eclipse refactoring plug... Igor Vaynberg
- Re: [Wicket-user] eclipse refactoring ... Igor Vaynberg
- Re: [Wicket-user] eclipse refacto... Juergen Donnerstag
- Re: [Wicket-user] eclipse ref... Igor Vaynberg
- Re: [Wicket-user] eclipse... Juergen Donnerstag
- Re: [Wicket-user] eclipse... Alexandru Popescu