Blocking editing multi-line cursor

SyntaxEditor for Windows Forms Forum

Posted 10 years ago by Rob Conde
Avatar

It would be nice if the cursor showed on all active lines when doing block editing.

Comments (5)

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

Hi Rob,

Right now it should be showing a thin block selection line on all the active lines, which is similar to how it looks in Visual Studio.


Actipro Software Support

Posted 10 years ago by Rob Conde
Avatar

I figured out why this isn't working for me...

Create a default winforms project with just:

this.syntaxEditor1.Document.Language.HighlightingStyles[0].BackColor = Color.White;

This causes the line to not be visibile.

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

Hi Rob,

Hmm... I tried adding this to the MainForm constructor of our SdiEditor demo but didn't see any problems:

editor.Document.Language.HighlightingStyles[0].BackColor = Color.White;


Actipro Software Support

Posted 10 years ago by Rob Conde
Avatar

I sent an example project and a movie of me demostrating it to support@actiprosoftware.com

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

Thanks for the sample Rob. We've tracked down the bug and fixed it for the next version.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.