[ https://issues.apache.org/jira/browse/PIVOT-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510205#comment-13510205 ]
Roger Whitcomb commented on PIVOT-696: -------------------------------------- I added a new property to TextArea called "expandTabs" which is set to false by default, and which controls whether this tab expansion happens during "setText" and "insertText". The default behavior (now) will be the same as it was in version 2.0.2, but by setting this property true the new behavior is enabled. [trunk]: Sending wtk\src\org\apache\pivot\wtk\TextArea.java Transmitting file data . Committed revision 1417258. [branches/2.0.x]: Sending . Sending wtk\src\org\apache\pivot\wtk\TextArea.java Transmitting file data . Committed revision 1417259. > TextPane support for entering tab characters and tab stops > ---------------------------------------------------------- > > Key: PIVOT-696 > URL: https://issues.apache.org/jira/browse/PIVOT-696 > Project: Pivot > Issue Type: Improvement > Affects Versions: 2.0 > Reporter: Taro App > Assignee: Noel Grandin > Priority: Minor > Fix For: 2.1 > > > Currently, if you press Ctrl+Tab in a TextArea, series of space characters > entered. (The number of space characters can be specified with tabWidth > property.) Text containing tabs can be set by TextArea.setText, but then tab > characters are not displayed. It is desirable that TextArea supports tab > stops so users can enter and see tab characters. -- 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