[ 
https://issues.apache.org/jira/browse/PIVOT-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578530#comment-13578530
 ] 

Roger Whitcomb commented on PIVOT-891:
--------------------------------------

First round of changes to implement double- and triple-click selection of 
word/line.

Fix Shift-LEFT and -RIGHT to do the right thing to reduce selection after 
changing directions.  UP/DOWN not fixed yet though.

Also, implement Ctrl-HOME and END to move to beginning / end of the document 
and Shift-Ctrl-HOME to select from here to there.

Only done in TextArea for now, also, so more changes coming.

[branches/2.0.x]:
Sending        wtk\src\org\apache\pivot\wtk\skin\TextAreaSkin.java
Transmitting file data .
Committed revision 1446283.
                
> Fixes to selection logic in TextArea and TextPane
> -------------------------------------------------
>
>                 Key: PIVOT-891
>                 URL: https://issues.apache.org/jira/browse/PIVOT-891
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk-terra
>    Affects Versions: 2.0.2
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>              Labels: text-selection
>             Fix For: 2.0.3
>
>
> Currently (in TextArea at least) if you type Shift-Down and select a line or 
> two, then do Shift-Up it will extend the beginning of the area, instead of 
> reducing the end that you just extended.  This is not how any other editor 
> works.  
> Also would like to have double-click select the "word" the mouse is pointing 
> to, as other editors do.
> We'd like TextArea and TextPane (at least, maybe TextInput also) do the same 
> things.

--
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

Reply via email to