Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » SSE Folding Strategies?
SSE Folding Strategies? [message #1300370] Thu, 17 April 2014 14:24 Go to next message
Florian Rain is currently offline Florian RainFriend
Messages: 11
Registered: March 2014
Junior Member
Hello Comunity,

I want to add a reverse of the folding strategies to the sse,
not like the hiding of a comment or something like that.

It's just like this:

<anytag src="anyothersource" />


now expanding

<anytag src="anyothersource" >
the content of the other source
</anytag>


I hope you get what I want to tell you.

But my original question is:

Is there an extension point for folding strategies and where can I find this one.
And if there is no extension point how to add this directly to the sse by extending the sse the old fashioned way.
Re: SSE Folding Strategies? [message #1307514 is a reply to message #1300370] Mon, 21 April 2014 16:15 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Folding doesn't modify the contents of a document. Is that what you're trying to accomplish?

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: SSE Folding Strategies? [message #1308585 is a reply to message #1300370] Tue, 22 April 2014 06:33 Go to previous message
Florian Rain is currently offline Florian RainFriend
Messages: 11
Registered: March 2014
Junior Member
Quote:

Nitin Dahyabhai:

Folding doesn't modify the contents of a document. Is that what you're trying to accomplish?

Yes that is what i try to accomplish.

But:

I know that folding is processed like described here.
And I know that an projection can also show additional content not 'only' snippets of the original document.
The projection is build from the original document and changes in the projection is done on the original document.
So i know it is possible to implement something like i want whith the projection view.
But my problem is how to add it is there an extension point or something like that where i can modify/access the projection view of the sse to add additional projection???
Previous Topic:Jetty Web Console password length
Next Topic:Eclipse IDE - XML/XSD Editor Questions
Goto Forum:
  


Current Time: Thu Apr 25 05:18:07 GMT 2024

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

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

Back to the top