You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Roger Whitcomb (JIRA)" <ji...@apache.org> on 2013/01/23 00:52:13 UTC

[jira] [Created] (PIVOT-890) Make HOME and END keys work the same in TextPane as they do in TextArea

Roger Whitcomb created PIVOT-890:
------------------------------------

             Summary: Make HOME and END keys work the same in TextPane as they do in TextArea
                 Key: PIVOT-890
                 URL: https://issues.apache.org/jira/browse/PIVOT-890
             Project: Pivot
          Issue Type: Bug
          Components: wtk-terra
    Affects Versions: 2.0.2
         Environment: All
            Reporter: Roger Whitcomb
            Assignee: Roger Whitcomb
            Priority: Minor
             Fix For: 2.0.3


According to PIVOT-381 the HOME and END keys were made to work in TextArea the same way they do in TextInput, but TextPane does not work this way.  Propose to make the same changes to TextPane as were made to TextArea:
HOME or Meta-Left moves to beginning of line
END or Meta-Right moves to end of line
(and SHIFT-xxx extends the selection to beginning/end of line)
And then I'd like to make Ctrl-Home on both TextArea and TextPane go to beginning of document, and Ctrl-End move to the end (with appropriate behavior with Shift-Ctrl-xxx also).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira