Is there an option in Eclipse or CDT to display the number of characters in each line of code or to highlight lines of code that exceed a specific length?
I am programming in C on Eclipse 3.7
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.
I found it. Go to Windows -> Preferences. Select Text Editors in the dialog box, and check the “Show print margin” option. This will display a marker at a given column number that can allow the author to avoid exceeding a specific line length.