Posted 20 years ago by MJA - Belgium
Avatar
I would like to control tabbing.
If the user presses the TAB key between character position 0 to 5, the caret must go to character position 5 else TAB must be processed normally.
How can I implement this behavior ?

Comments (1)

Posted 20 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
You'd probably have to create a class that inherits SyntaxEditor and override ProcessCmdKey. If you handle the tab then return true. Otherwise, call the base method.


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.