If I have:
foo();
/*
bar();
baz();
*/
buz();
and select the whole block and choose "Comment with Block Comment", I get
this:
/*
foo();
/*
bar();
baz();
*/
buz();
*/
which is not a valid comment block.
It would be nice if IDEA did something with the internal set of comment
characters so that the entire block really would be commented. Perhaps this:
/*
foo();
// bar();
// baz();
buz();
*/
or:
/*
foo();
/@
bar();
baz();
@/
buz();
*/
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features