currently "comment with block comment" simply adds /* and */ before and after the selected text. This is good enough in many cases, however in the case when you select a (large) block which already contains block comments (including javadoc) the result you get is not very good since java does not support nested comments. Would it be possible to instead surround each continous non-comment with /* and */ ? that would produce the correct result. Also when I select a block of text _inside_ a comment and press "comment with block" the current result does not make a lot of sense. What I suggest it would do instead is _uncomment_ the selected text i.e. surround it with */ and /* instead.
Does this all make sense? -- fedor. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
