Bug 65289 - [formatting] Format Javadoc tags: nested HTML tags should be indented
Summary: [formatting] Format Javadoc tags: nested HTML tags should be indented
Status: RESOLVED DUPLICATE of bug 49900
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 08:57 EDT by Dirk Baeumer CLA
Modified: 2007-06-21 11:08 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2004-06-02 08:57:08 EDT
RC1

Format:

<ol><li>item</li></ol>

you get

<ol>
<li>item</li>
</ol>

would expect

<ol>
  <li>item</li>
</ol>
Comment 1 Bill Wohler CLA 2004-12-14 21:14:05 EST
I still see this in 3.1.0 (build: 200411050810). Our staff would like to see
nested HTML elements indented as well. Thanks!
Comment 2 Dani Megert CLA 2004-12-15 03:27:20 EST
>I still see this in 3.1.0
See https://bugs.eclipse.org/bugs/bug_status.html for the status of a bug.
Comment 3 Dani Megert CLA 2005-10-10 12:20:39 EDT
Ownership changed.
Comment 4 Olivier Thomann CLA 2007-06-21 11:08:42 EDT

*** This bug has been marked as a duplicate of bug 49900 ***