Bug 134707 - Make WrapTextCellEditor(and TextCellEditorEx) public
Summary: Make WrapTextCellEditor(and TextCellEditorEx) public
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 enhancement
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 144021 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-04 06:18 EDT by Hirotaka Matsumoto CLA
Modified: 2013-01-18 04:12 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hirotaka Matsumoto CLA 2006-04-04 06:18:42 EDT
org.eclipse.gmf.runtime.gef.ui.internal.parts.WrapTextCellEditor is very
usefull cell editor because it supports a multiline wrap-able text input.
It would be great if this could be used by any SWT/Jface users as any other
standard CellEditor( i.e. TextCellEditor ) can be.

.
Comment 1 Henrik Rentz-Reichert CLA 2006-05-26 15:36:07 EDT
*** Bug 144021 has been marked as a duplicate of this bug. ***
Comment 2 Artem Tikhomirov CLA 2006-05-29 15:31:55 EDT
Component changed.
Comment 3 Eclipse Webmaster CLA 2010-07-19 21:54:56 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Common was the original product and component for this bug
Comment 4 Henno Vermeulen CLA 2013-01-18 04:12:59 EST
This is a very good idea! We currently use a cell editor that opens a dialog to allow editing multi-line text (comments) in a table cell using SWT/JFace.