It would be nice if the cursor showed on all active lines when doing block editing.
It would be nice if the cursor showed on all active lines when doing block editing.
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.
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.
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;
I sent an example project and a movie of me demostrating it to support@actiprosoftware.com
Thanks for the sample Rob. We've tracked down the bug and fixed it for the next version.
Please log in to a validated account to post comments.