> Please create a issue for not recognized Border hierarchy. Some sample
> code/markup to reproduce would be nice.
>
> Building hierarchy is very extensive because there are many ways how
> components get added. Before 0.9, WicketForge only scanned for
> Components, no matter where they added. Now it has to find all add's
> in correct context... thats extensive. For gutter navigation this
> means, that for every candidate-'element' in source I have to parse
> markup/java. I will look into it again if I can do this with some
> caching...
>
> How ever... Doesn't Ctrl+click (or Ctrl+B, F4) fit your needs to jump
> from java to markup?
Now I'm aware of that option, yes it does :)
I had always used the gutter icons previously to go directly to the component... should have read the documentation properly.
I'll submit an issue for the Border hierarchy.
Many thanks.