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 42220 - Javadoc Word Wrap
Summary: Javadoc Word Wrap
Status: RESOLVED DUPLICATE of bug 11553
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-21 00:30 UTC by robertmcauliffe
Modified: 2007-11-05 13:44 UTC (History)
0 users

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 robertmcauliffe 2004-04-21 00:33:25 UTC
It would be nice if when typing in the javadoc
headers (before a method or class), the following
occurred:

- concept of paragraph ended by either a blank
line, or a <p> tag
- word wrap at 80 char, followed by insertion of
appropriate * symbol lined up as per the Java
convention
- text flows backward while wrapping if text is
deleted.  This means that if I delete a word on a
line and the first word on the next line is now
able to fit on the current line, it flows up, and
so on down the paragraph
- any other standard word wrap behavior
Comment 1 Roman Strobl 2004-12-07 13:40:51 UTC

*** This issue has been marked as a duplicate of 11553 ***