Question about multi line comment

John Dubchak johndubchak at yahoo.com
Sat Jan 26 04:29:19 GMT 2002


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«



More information about the KDevelop mailing list