Cursor in Syntax editor

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Dong JIA
Avatar
Hi all,
Has anybody noticed that the cursor in editor is a little BOLDer than normal windows widgets? Can I make it like window standard cursor(NOT BOLD).
Thanks in advance.
Dong

Comments (3)

Posted 18 years ago by Benjamin Lewis
Avatar
You could do

Caret.InsertWidth = 1;

[update]: personally, after trying both, I prefer the width 2 caret, which I find easier to see, especially if a region is selected.

--
Benjamin Lewis

[Modified at 06/28/2006 01:41 PM]
Posted 18 years ago by Dong JIA
Avatar
Hi Benjamin,
Thanks for your reply.
I agree with you that bold cursor will help customer find caret easily. But...
There are some widdgets used Syntax Editor and some not in my project. I just want to get a consistent UI. :)
Dong
Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Yes Benjamin noted the correct property to change if you don't like it. In version 4.0 we are also giving more options for controlling caret styles.


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.