Hi guys,
Just a quick question: I have made my own version of the MoveToNextWordAction, which inherits from MoveToNextWordAction and overrides the Execute() method, and I wish to replace the existing one in the SyntaxEditor control with my own version. I need to do it in code, not XAML, since it should be replaced only if the user has selected it in the Settings dialog. I have looked at the InputBindings property, but I'm still not sure what the best way to do this is. Please enlighten me :)