This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
Is there any option in CCS by which I can check the maximum character in any line not exceeding a particular number for example 80 characters?
Kishan,
Are you asking if you can set the maximum width in the editor in Code Composer Studio? It is not possible to enforce a maximum width but you can display the print margin. If you go to the preferences as shown below you can check the box to show the print margin. It defaults to 80. This will display a vertical line in the editor so that you know if text is outside of the printable area.
Regards,
John