svn commit: r1445472 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.java

2013-02-12 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 13 04:36:50 2013 New Revision: 1445472 URL: http://svn.apache.org/r1445472 Log: Undo bad commit to TextAreaSkin.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.

svn commit: r1445470 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.java

2013-02-12 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 13 04:25:49 2013 New Revision: 1445470 URL: http://svn.apache.org/r1445470 Log: PIVOT-696 (part): More work with TAB characters in TextArea. Add a style "acceptsTab" that changes the behavior of TAB and Ctrl-TAB (actually reversing them). The default (false) means

svn commit: r1445449 - /pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.java

2013-02-12 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 13 01:17:02 2013 New Revision: 1445449 URL: http://svn.apache.org/r1445449 Log: PIVOT-696 (part): More work with TAB characters in TextArea. Add a style "acceptsTab" that changes the behavior of TAB and Ctrl-TAB (actually reversing them). The default (false) means