In the past I have made great use of search results being displayed in a list with columns that stated filename, line#, and content. Is there a way to produce this in code composer 4.
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.
In the past I have made great use of search results being displayed in a list with columns that stated filename, line#, and content. Is there a way to produce this in code composer 4.
Alexander,
In v4 it doesn't give you a lot of details in the search results

CCSv5 will give you more details

It will also allow you to do different types of searches, where v4 only allows a file search you can do a C/C++ based search in v5.
Here I am selecting to only show me hits in function names:


By selecting the view menu, circled in red I can also change it from a tree view to a list. You can select the list in v4 as well but it doesn't organize it very well.

Regards,
John
There are some early builds of CCSv5.1 available now here: http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5
The official beta will be next month. We are trying to release a new build each month with incremental changes.
John