// I am sick of having to insert line breaks when
// my comments reach 80 characters.
Ctrl+Shift+F doesn’t wrap the comments.
Any clues?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It seems it is not possible. A shame, really.
Source: this mail from the CDT mailing list, dating April 2011 : http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg21675.html
EDIT (March 2013)
It now seems possible, but only for
/* this kind of comments */.Set the desired width in the formatter options, and trigger by
selecting your comment and pressing ctrl + shift + f.