Bug 30871 - [Cell Editors] Support for multiline text cell editor
Summary: [Cell Editors] Support for multiline text cell editor
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.0 M2   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 30872 (view as bug list)
Depends on:
Blocks: 25356
  Show dependency tree
 
Reported: 2003-02-04 11:08 EST by Andrew Irvine CLA
Modified: 2003-06-20 16:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Irvine CLA 2003-02-04 11:08:06 EST
Cell Editors should support multi-line input.  See bug 25356 for more 
discussion on this topic.  Lynne took a quick look and noticed the following:

"Looks like changing the size of the cell editor to display multiple lines 
would also require SWT changes.  Currently the TableEditor, TableTreeEditor, 
TreeEditor do not appear to honor a minimumHeight - though it looks like the 
code is setup to do this - so the change should not be major from their 
standpoint."
Comment 1 Andrew Irvine CLA 2003-02-04 11:09:46 EST
*** Bug 30872 has been marked as a duplicate of this bug. ***
Comment 2 Veronika Irvine CLA 2003-06-20 16:50:43 EDT
TableEditor, TableTreeEditor, TreeEditor now support minimumHeight as well as 
vertical alignment.