Are edit action key bindings shared between all instances of SyntaxEditor?

SyntaxEditor for WPF Forum

Posted 3 years ago by Jorgen
Version: 20.1.1
Avatar

I have not digged deep into this, but I read the documentation and had a look at the Edit Actions quickstart.

In the quickstart there's a loop that runs through all edit actions and asks the editor instance for key bindings.

I would like to make tool view (docking) that shows the key bindings much like the quickstart does, and wonders whether I need to create a SyntaxEditor instance to be able to show and edit the key bindings.

Comments (1)

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

Hi Jorgen,

The KeyBinding entries for each command are only defined on the SyntaxEditor control itself (via the InputBindings property), so you would need to have an instance of the control available if you want to iterate the default bindings.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.