Skip to content

Expose API for programmatic PageUp/PageDown #195

@jmak35

Description

@jmak35

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions