JavaDoc Editing Interfered With Even With "Enable JavaDoc formatting" Off
Editing JavaDoc comments even when the Code Style's "Enable JavaDoc formatting" is off is still interfered with by IDEA:
<p/>
1) when one hits enter in a JavaDoc comment, the supplied indent is that of the start of the comment plus one space, rather than being indented to match the preceding line.
<p/>
2) If one types "/*<ENTER>" a blank line and a closing "/" are entered, and they are not aligned to the prevaling indent of the comment opening, but rather have an extra space. Both the blank line between the "/*" and "/" and the "*/" bear an extra space following the prevailing indent.
Randall Schulz
Please sign in to leave a comment.