LineModificationMarks....

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by Wesam Zahran
Avatar
Hi is there a way to jump (goto next/previous) Line Modification marks in a document?

I have considered using bookmaks but that requires user action.

I want to be able to provide functionality for the user to scan through document changes quickly.

Thanks

Comments (2)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi there... each DocumentLine object has a ModificationMarkColor property. If that is not Color.Empty then you know a modification mark has been set. So you can just iterate through the document lines and look for a non-Color.Empty setting on that property. Then go to that line.


Actipro Software Support

Posted 19 years ago by Wesam Zahran
Avatar
Thanks for the info.
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.