Tool/software:
I recently upgraded to CCS 20 from CCS 12. I am having trouble with some editor features that worked fine in CCS 20.
1. Highlighting problems and building Problems view from compiler output
If I manually clean and rebuild the project, the Problems view populates properly. If I just build after making changes, the Problem list doesn't refresh, it continues to show the errors and warnings of the original build. The Output view shows the new compiler messages, but the color highlighting is gone and I have to find errors by searching for line numbers. How can I get the Problem view and Output windows to refresh properly after each build?
2. Tabs when multiple files are open
When I have more files open then can fit on the tab row, how do I get to the files that don't show their filename? In CCS 12 there was a drop down list of all files. I can't find that in CCS 20. How do I select a different open file if it is not shown in the tabs?
3. Folding code blocks in #ifdef sections
I often leave large blocks of code in my source that is surrounded by an #if 0 ... #endif. How can I get CCS 20 to collapse this section into one line like folding of the actual C code?