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
Hi,
im uisng Code Composer Studio v5.5 with the C++ Compiler.
I basically want to highlight the "type" of a custom generated class.
I found the highlighting settings and went through all but didnt find a good solution.
The picture below shows that i want the type "TestClass" be highlighted/colored.
Is there any solution for this problem?
Thanks in advance.
Sincerely
Brayan,
It should be similar to typedef. Here is where you would set the option for typedef. Note that you have to click on show advanced settings at the bottom of the preferences dialog to enable the "C/C++" section in the preferences.
I will try setup a C++ example. There is a classes item in the Element list.
John