How to detect that a spanIndicator has moved?

SyntaxEditor for Windows Forms Forum

Posted 16 years ago by BLANC Stéphane - Staubli Robotics Suite Product Manager, STAUBLI
Version: 4.0.0274
Avatar
Hello,

Is there an event in order to be warned when a BreakpointSpanIndicator moves ?
(lineChange event, textRangeChange event or something like that)

I have a list of breapoints that needs to be updated if the user add new lines
in the text...

Thanks for your help

Stéphane

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
There is a DocumentIndicatorResized however I believe that only fires if the indicator's size is changed. You'd probably have to use DocumentTextChanged and use the modification range to compare to the active breakpoint indicator ranges and make your updates accordingly.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.