Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » setRangeIndication in folding annotations
setRangeIndication in folding annotations [message #306284] Wed, 26 July 2006 15:08 Go to next message
Ernest Pasour is currently offline Ernest PasourFriend
Messages: 65
Registered: July 2009
Member
I am writing a folding editor, and I want the range indicators (by
which, I mean the vertical line that shows up in the folding region and
extends to the bottom of the region) to show up all the time. So I
create a ProjectionAnnotation and call setRangeIndication(true). When I
create the annotation, the range indicator line shows up. However, if I
move the mouse over that line, it goes away, and the behavior from that
point seems to be the same as if I had done setRangeIndication(false).

Am I missing something?
Re: setRangeIndication in folding annotations [message #306299 is a reply to message #306284] Wed, 26 July 2006 16:25 Go to previous message
Eclipse UserFriend
Originally posted by: tom_eicher.ch.ibm.com

Ernest,

from the code it seems that you cannot permanently set the range
indication. ProjectionRulerColumn will reset the state based on mouse
events.

-tom

Ernest Pasour wrote:
> I am writing a folding editor, and I want the range indicators (by
> which, I mean the vertical line that shows up in the folding region and
> extends to the bottom of the region) to show up all the time. So I
> create a ProjectionAnnotation and call setRangeIndication(true). When I
> create the annotation, the range indicator line shows up. However, if I
> move the mouse over that line, it goes away, and the behavior from that
> point seems to be the same as if I had done setRangeIndication(false).
>
> Am I missing something?
Previous Topic:Export deployable feature, Next and Finish disabled
Next Topic:How to go from IStandbyContentPart to XHTML.
Goto Forum:
  


Current Time: Tue Jul 16 12:57:48 GMT 2024

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

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

Back to the top