Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » extending the wtp xml editor
extending the wtp xml editor [message #639717] Wed, 17 November 2010 15:06 Go to next message
Luke Mising name is currently offline Luke Mising nameFriend
Messages: 7
Registered: October 2010
Junior Member
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>
Re: extending the wtp xml editor [message #639718 is a reply to message #639717] Wed, 17 November 2010 15:16 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Try the webtools group/forum.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: extending the wtp xml editor [message #640063 is a reply to message #639717] Thu, 18 November 2010 21:11 Go to previous message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
http://www.eclipsecon.org/2009/sessions?id=371
Previous Topic:Creating a patch against target platform plugin.
Next Topic:Downloading and executing installers using P2
Goto Forum:
  


Current Time: Sat Apr 27 04:13:00 GMT 2024

Powered by FUDForum. Page generated in 0.03040 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top