I have some old files where block comments are not formmated the way I want.
They are like this:

/**
*
*
*/

The stars are flush left.  Instead I want this:

/**
 *
 *
 */

Now, JDE correctly indents this way when I type new comments.  However, I
would like to reformat my old code automagically using indent-region.  This
might have been working, I don't remember.  But recently I changed my
settings and downloaded a new JDE (2.2.8beta3), and now it's not working.
Maybe it never did this, I don't know.  Anyway, does anyone know what
settings control this?  Is this more of of cc-mode question?  If so, sorry
for asking here.

Thanks!

Steve Molitor
[EMAIL PROTECTED]

Reply via email to