I upgraded from Code Composer 4 to Code Composer 5. Unfortunately, it did not keep my font settings. Where do I find font settings in Code Composer 5? ... just standard C code for an MSP430.
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.
I upgraded from Code Composer 4 to Code Composer 5. Unfortunately, it did not keep my font settings. Where do I find font settings in Code Composer 5? ... just standard C code for an MSP430.
All of the fonts settings are in Windows -> Preferences
If you just want to change the basic font look under General -> Appearance -> Colors and Fonts (you can find that by typing font in the top filter box as well)
Background color and that sort of thing is under General -> Editors -> Text Editors
Syntax specific coloring is under C/C++ -> Editor -> Syntax Coloring
john
I have looked at that (General -> Appearance -> Colors and Fonts) ... but the nomenclature is too obscure. What param represents '#defines'? What param represents 'function names'?
Note that I have tried a few things with no results. For example, I changed 'Header Font' from bold to regular ... which I thought might impact the 'function names' ... no difference.
Syntax coloring is under C/C++ -> Editor -> Syntax Coloring
If you want to change function name coloring then change the settings for "functions".
Below I have changed functions to be red and you can see the call to "john" is red.
I have questions about the attachment.
1) What param do I set so GLOBALS_H are the same color?
2) What param do I set to change the color of <msp430f5529.h>?
3) Why is there a squiggly line under 'int' in the comment?
4) What param do set to change the color of the vector?
5) Why is there a squiggly line under '__interrupt'?