This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 10188 - property string editors should wrap text
Summary: property string editors should wrap text
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2001-03-12 21:06 UTC by Jan Benway
Modified: 2012-09-27 09:28 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Benway 2001-03-12 21:06:35 UTC
Look under Tools->Options->Modules->Java->Bean Patterns

You can read the long description for this module by clicking the ... button for
long description. A string editor comes up with the entire long description on
one line, with a horizontal scroll bar.

The text in this dialog box should wrap.
Comment 1 Jesse Glick 2001-03-13 15:39:02 UTC
Hmm, not by default I think. For editable properties, internal newlines may be
significant and you would not want to make it more confusing using linewrapping.
Perhaps there should be a property editor hint to use autowrap (word-style I
guess) when displaying, off by default, and this type of node could set the hint
on properties for which it might be needed.
Comment 2 Jiri Mzourek 2001-04-09 09:33:31 UTC
Changed to enhancement.
Comment 3 Jan Chalupa 2001-05-06 15:08:12 UTC
Target milestone -> 3.3
Comment 4 Jan Chalupa 2001-11-27 17:08:36 UTC
Target milestone -> 3.3.1.
Comment 5 dpavlica 2002-06-28 13:25:32 UTC
I agree with Jesse that this line wrapping could be 
useable on some places but not by default. Solve it by 
property hint is solution. Could somebody from openide 
look on this ?
Comment 6 Marek Grummich 2002-07-22 11:31:06 UTC
Set target milestone to TBD
Comment 7 Marek Grummich 2002-07-22 11:33:02 UTC
Set target milestone to TBD
Comment 8 David Simonek 2002-07-26 13:39:49 UTC
Yes, I agree with Jesse's suggestion, implementation will be done
something like that.
Passing to UI group to identify places where currently word wrap is
needed, as now I know only about module description, but I expect
there are more places where word wrap could be enabled.