I've got some menu items set as accelerators and would like to set their actions on the CodeArea. Below are the methods I need, with bold indicating that there is no corresponding method within CodeArea. I would've thought that the NavigationActions class would defined this. Why are they all in the StyledTextAreaBehavior class that cannot be accessed in CodeArea?
- cut
- copy
- paste
- redo
- home
- ctrl+home
- end
- ctrl_end
- page up
- page down
- shift+arrow
- shift+ctrl+arrow
These are mostly all navigation actions. Could you please expose them in CodeArea?
Thanks.
I've got some menu items set as accelerators and would like to set their actions on the CodeArea. Below are the methods I need, with bold indicating that there is no corresponding method within CodeArea. I would've thought that the NavigationActions class would defined this. Why are they all in the StyledTextAreaBehavior class that cannot be accessed in CodeArea?
These are mostly all navigation actions. Could you please expose them in CodeArea?
Thanks.