extending the wtp xml editor [message #639717] |
Wed, 17 November 2010 10:06  |
Eclipse User |
|
|
|
Hey,
I would like to add something like a listener to a projection annotation,
which will be notified when a folding will be extended. In dependence of the
information in this node which was expanded I would like to expand several
other nodes. All in all the extension should do a context related expansion
of folding elements.
My first idea was this extension where I was able to add my own folding
strategy. But I dont know how to go further....any ideas?
<extension point="org.eclipse.wst.sse.ui.editorConfiguration">
<provisionalConfiguration
type="foldingstrategy"
class="...TestspecFoldingStrategy"
target="mytarget" />
</extension>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04259 seconds