You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/10/13 14:40:31 UTC

[jira] Resolved: (PIVOT-325) Allow to use SHIFT+END/HOME to select text in TextInput

     [ https://issues.apache.org/jira/browse/PIVOT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-325.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4
         Assignee: Greg Brown

> Allow to use SHIFT+END/HOME to select text in TextInput 
> --------------------------------------------------------
>
>                 Key: PIVOT-325
>                 URL: https://issues.apache.org/jira/browse/PIVOT-325
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.3
>         Environment: Standalone application, NOT webstart or applet.
>            Reporter: Dmitry Mamonov
>            Assignee: Greg Brown
>             Fix For: 1.4
>
>
> While editing text in TextInput I can use hot-keys like CTRL+A to select whole text in component,
> HOME to move to start text position, END to move to end text position.
> Hot-keys like: SHIFT+HOME is common know, I can use them in my firefox URL editor field, at least.
> Example, | - cursor position, [] - selected text range, abcdef - text example.
> Whith text: abs|def
> Press SHIFT+HOME
> Result:       [|abc]def
> Please add this feature to TextInput and, may be to some related components, Sorry I have not tested any other.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.