Indents under javadoc comments
Submitted by Sunday, 8 February, 2004 - 20:50
on
I line up the *s in my javadoc comments which puts them one column to the right of my normal indent. After closing the comment and pressing return, 4.1 would put the cursor in the correct column for starting a method. 4.2 puts the cursor under the *. What option turns it back to the 4.1 behavior? I originally thought it was a problem with deep indent but disabling that did not help.
/** * */ <---- 4.1 puts the cursor in this column <--- 4.2 puts the cursor in this column