OK, how about this:

    // one two |three

If you press return, you should get:

    // one two
    // |three

Right now you get:

    // one two
   |three

Of course, full word-wrapping support for both single- and multi-line
comments would be great.  There is still the issue of what to do with:

    // one two three|

Should pressing return result in this:

    // one two three
    // |

or this:

    // one two three
    |

I would suggest the second case should be performed, unless you start
with this:

    // one two three|
    // four five six

in which case I would suggest that the result be:

    // one two three
    // |
    // four five six

Or if you type beyond the right margin, forcing a word-wrap, then the
next line should also start with a comment.

cc


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to