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.

CCS 4.0 search questions

Is there a way to search and have the results be displayed in context like it was in CCS 3.1?

How can I get my search to show results in .h files that are included in my project but are not in my project directory?  The search results are showing up in .h files within the project directory, but not in another directory at the same level as the directory that contains the project.  The other directory does show up in my workspace in one of the Includes directories and my project successfully compiles. 

Is there a way to show all the functions within a file/class?

  • Tara,

    The search will only return results for items that are in your project, i.e. they either have to be added or linked resources in your project.

    As far as viewing all functions within a file/class one option is the modules view.  Go to View -> Other, type in modules in the box and open the modules view.  This will parse your .out and gives you the same info as the symbol browser in CCSv3.x.

     

    Regards,

    John