Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » setRangeIndication in folding annotations
setRangeIndication in folding annotations [message #306284] Wed, 26 July 2006 11:08 Go to next message
Eclipse UserFriend
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 12: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 May 06 13:26:35 EDT 2025

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

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

Back to the top