Hi,
I've recently installed wicketforge in Intellij and our project uses Component.getVariation() very heavily, currently I don't think that wicketforge supports variations and only works for pages which have a direct mapping from java class to markup like:
WicketPanel.java
WicketPanel.html
would it be possible to enhance wicketforge to support variations of markup pages like:
WicketPanel.java
WicketPanel_variation1.html
WicketPanel_variation2.html
so when I use the shortcut SHIFT+ALT+W it would show both variations and I could select the one I want to jump to?
Thanks,
Marthyn