arrow key changes selection to previous selection

SyntaxEditor for WPF Forum

Posted 4 years ago by Martin - Blaise - Statistics Netherlands
Version: 19.1.0682
Avatar

In code i search a text inside a selection (A).

After i selected a range (the found text (B)) using

                    this.ActiveView.Selection.SelectRange(range);

a right arrow key in the editor shows again the original selection text (A).

Is there a way to clear this original selection (A)? or prevent the arrow key to select it?

Comments (2)

Posted 4 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Martin,

You indicated you might not be on the latest build.  We made updates to selection scopes in build 683, so I'm curious if that solved the issue you're having.  Please try the latest build first.

If you still see a problem, then kindly post some code we can paste into one of our samples to reproduce the issue.  Thanks!


Actipro Software Support

Answer - Posted 4 years ago by Martin - Blaise - Statistics Netherlands
Avatar

Tried 684 but the issue stays. Ill try some more.

[Update] With success:) Sorry, my fault. Handling view changed mixed it up:(

[Modified 4 years ago]

The latest build of this product (v24.1.1) 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.