|
|
|
Disabling "Autoscroll from Source" in Structure view will do what you want
Hi Vladislav,
I think you are mistaken. To reproduce (using latest EAP as well as 6.0.*): 1. Open any class What we want is the structure pane to keep showing the old class. Since this is a new use-case, and not a bug of course, I think a new button is in order (e.g. "Freeze") which will keep the structure pane from updating to always show the current class. Please reconsider. Arik, could you list some use cases?
Your original example if much better served using <jsp:useBean>, I think. Arik,
Have you actually tried turning off "Autoscroll from source" button, as advised by Vladislav? Hi Taras,
This issue doesn't really talk about JSPs.... For example, suppose I create a framework which abstracts some API from my users (for the sake of example, say I am abstracting Swing) - I want to create a set of API classes which resembles some of Swing's properties. So I create a new "ArikButton" class - but I want to know what properties the JButton class has. The easiest way for me is to see the JButton properties in the Structure pane, while creating my own ArikButton class. Another use case might be when I'm writing a new Swing frame, and I want to see my Person class' properties so I know which fields I want to put in my frame... |
|||||||||||||||||||||||||||||||||||||||||||
That will give you full completion for properties (and properties of properties, etc).