taming IntelliJ on JavaDoc



IntelliJ trashes my JavaDoc by reflowing comments that contains HTML
tags.

e.g.

Are the following quirks of the calendar considered in this code?<br>
<dl
* compact> <dt>yes</dt> <dd>1900 is not a leap year (mod 100).</dd>
* <dt>yes</dt> <dd>2000 is a leap year (mod 400).</dd> <dt>yes</dt>
<dd>The 10
* missing days in 1582 October. (Pope Gregory's correction) 1582 Oct
5 to 1582
* Oct 14 never happened.</dd> <dt>partly</dt> <dd>Britain and its
territories
* (including the USA and Canada) adopted the Gregorian correction in
1752. By
* then, 11 days had to be dropped. 1752 September 3 to 1752 September
13 never
* happened. However, you can modify constants in BigDate to use the
British
*

That used to read:

Are the following quirks of the calendar considered in this code?<br>
<dl compact>
<dt>yes</dt>
<dd>1900 is not a leap year (mod 100).</dd>
<dt>yes</dt>
<dd>2000 is a leap year (mod 400).</dd>
<dt>yes</dt>
<dd>The 10 missing days in 1582 October. (Pope Gregory's correction)
1582 Oct 5 to 1582 Oct 14 never happened.</dd>
<dt>partly</dt>
<dd>Britain and its territories (including the USA and Canada)
adopted the Gregorian correction in 1752. By then, 11 days had to be
dropped. 1752 September 3 to 1752 September 13 never * happened.
However, you can modify constants in BigDate to use the British...

It is even more scrambled if there are blank lines.

Is there a way to get it to stop doing that or to reformat the HTML
much like an HTML editor would?
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages

  • Re: Does DOCTYPE affects CSS display
    ... causes standards-mode rendering, not quirks (Henri Sivonen's page may ... "quirks" rendering will fix-up CSS syntax errors ... that cause the CSS rule to be ignored totally under "standards" mode. ... Validate your HTML ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Problem: FF and IE handle padding differently?
    ... >>provided to learn about Quirks versus Standards mode and possibly learn ... Your code still renders in Quirks mode, ... <HTML> ... <HEAD> ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: IE and Geocities
    ... Same content with a comment line before DOCTYPE, just one is in HTML format the other in XHTML ... For Firefox and other *both* will announce that they are in strict mode, but IE, any IE, will be *strict mode* for HTML but *quirks mode* for XHTML. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Why doesnt IE show full html source?
    ... Why does IE not show the full html source when I try to view the source?? ... mean why does it hide a few features. ... pretty irritating to work around IE's quirks and its non standard way of ... conforming to web standards. ...
    (microsoft.public.dotnet.framework.aspnet)