+5 Very useful for when javadoc or inline comments need to be updated because the code has changed.
"Christian Andersson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > > How about joining (<ctrl>+<shift>+<j>) commented lines and removing the comment prefix (if any) and at the same time remove the whitespaces (all but one) between the concatenated lines? > > > For example (caret marked by '|'): > > // Some |comments > // Some more comments > becomes > // Some |comments Some more comments > > > /** > * Some |comments > * Some more comments > */ > becomes > /** > * Some |comments Some more comments > */ > > /* > Some |comments > Some more comments > */ > becomes > /* > Some |comments Some more comments > */ > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
