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 189554 - Selection splits word for wrap-at-word-boundary line wrapping type
Summary: Selection splits word for wrap-at-word-boundary line wrapping type
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 14:18 UTC by Miloslav Metelka
Modified: 2010-09-03 03:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2010-08-16 14:18:59 UTC
1. Set Tools->Options->Editor->Formatting->Line Wrap to "After words".
2. Have a line "List l = new ArrayList();"
3. Shrink window so that "ArrayList" appears on next line.
4. Start to select characters on the line. Once the characters from "ArrayList" start to be selected they first appear on the same line and once the end of window is reached then the whole identifier starts to appear on the next line.
Comment 1 Miloslav Metelka 2010-09-02 16:02:37 UTC
Finally fixed.
http://hg.netbeans.org/jet-main/rev/922df71e7d26
Comment 2 Quality Engineering 2010-09-03 03:11:35 UTC
Integrated into 'main-golden', will be available in build *201009030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/922df71e7d26
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #189554 - Selection splits word for wrap-at-word-boundary line wrapping type.