Question about multi line comment

Jens Zurheide jens.zurheide at gmx.de
Sat Jan 26 18:48:08 GMT 2002


Hi John,

This feature is implemented (Oh, I really love it).
Mark the lines and press Ctrl-M. To uncomment just mark the lines and press 
Ctrl+Alt-M.

Have fun,
Jens

Saturday 26 January 2002 05:29 John Dubchak
>Hi,
>
>Does KDevelop have functionality to select a group of
>lines and then comment them out?
>
>For instance,
>
>int i = 13;
>double d = 12.2;
>cout << i << d << endl;
>
>then I select this entire block of code and click a
>button to change it to:
>
>//int i = 13;
>//double d = 12.2;
>//cout << i << d << endl;
>
>or
>
>/*int i = 13;
>double d = 12.2;
>cout << i << d << endl; */
>
>Thank you for a great product!
>
>John
>
>
>
>
>__________________________________________________
>Do You Yahoo!?
>Great stuff seeking new owners in Yahoo! Auctions!
>http://auctions.yahoo.com
>
>-
>to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list