[jira] Updated: (PIVOT-685) SHIFT+DOWN keystroke within TextArea do not expand the selection past an empty line

2010-12-11 Thread Chris Bartlett (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bartlett updated PIVOT-685: - Description: SHIFT+UP & SHIFT+DOWN keystrokes can be used to expand the selection to the previous

[jira] Created: (PIVOT-685) SHIFT+UP & SHIFT+DOWN keystrokes within TextArea do not expand the selection past an empty line

2010-12-11 Thread Chris Bartlett (JIRA)
SHIFT+UP & SHIFT+DOWN keystrokes within TextArea do not expand the selection past an empty line --- Key: PIVOT-685 URL: https://issues.apache.org/jira/browse/PIVOT-685

[jira] Created: (PIVOT-684) Clicking on unused space following the last character in a TextArea should move the caret to after the last character

2010-12-11 Thread Chris Bartlett (JIRA)
Clicking on unused space following the last character in a TextArea should move the caret to after the last character - Key: PIVOT-684 URL: https:/

[jira] Updated: (PIVOT-683) TextAreaSkin throws IndexOutOfBoundsException when the END key is pressed on the final line of a TextArea

2010-12-11 Thread Chris Bartlett (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bartlett updated PIVOT-683: - Fix Version/s: (was: 2.0) 2.0.1 Moved to 2.0.1 > TextAreaSkin throws Index

Re: TextAreaSkin

2010-12-11 Thread Greg Brown
No, we need to get 2.0 out the door. Don't want to introduce any new issues at this point - I'd say 2.0.1. On Dec 11, 2010, at 8:27 AM, Chris Bartlett wrote: > On 11 December 2010 20:20, Greg Brown wrote: > >> These both sound like valid bugs. Do you mind adding them to JIRA? >> >> > Will do

[jira] Created: (PIVOT-683) TextAreaSkin throws IndexOutOfBoundsException when the END key is pressed on the final line of a TextArea

2010-12-11 Thread Chris Bartlett (JIRA)
TextAreaSkin throws IndexOutOfBoundsException when the END key is pressed on the final line of a TextArea - Key: PIVOT-683 URL: https://issues.apache.org/jira/

Re: TextAreaSkin

2010-12-11 Thread Chris Bartlett
On 11 December 2010 20:20, Greg Brown wrote: > These both sound like valid bugs. Do you mind adding them to JIRA? > > Will do. Targeting 2.0?

Re: TextAreaSkin

2010-12-11 Thread Greg Brown
Sounds good. On Dec 11, 2010, at 5:25 AM, Chris Bartlett wrote: > I forgot to add that it would be nice to be able to place the caret at the > start and end of the file with keystrokes such as CTRL+HOME and CTRL+END. > Holding SHIFT in addition to the other keys would bound the selection from > t

Re: TextAreaSkin

2010-12-11 Thread Greg Brown
These both sound like valid bugs. Do you mind adding them to JIRA? On Dec 11, 2010, at 5:12 AM, Chris Bartlett wrote: > Greg, > > I finally found a little time to play around with TextArea today, and it > looks good. The only points of note I could find are the following. > > > TextAreaSkin

Re: TextAreaSkin

2010-12-11 Thread Chris Bartlett
I forgot to add that it would be nice to be able to place the caret at the start and end of the file with keystrokes such as CTRL+HOME and CTRL+END. Holding SHIFT in addition to the other keys would bound the selection from the caret to the start/end point respectively. As I will be following up o

TextAreaSkin

2010-12-11 Thread Chris Bartlett
Greg, I finally found a little time to play around with TextArea today, and it looks good. The only points of note I could find are the following. TextAreaSkin fails as follows if when the END key is pressed on the final line of a TextArea (ie, a line without a linebreak) java.lang.IndexOutOfB