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.
Hi,
Like in Ultraedit/Visual Studio and other handy editors, one can “find/search” for a keyword and highlight all its occurrences.
In CCS in one particular file the search is like previous/next, not “highlight all”. Is it actually supported?
Is there any compatible‼ eclipse plugin to do this?
Matt
It looks the the standard Eclipse functionality in the CCS 6.1 editor can help with highlighting.
If the select a variable or function the editor highlights the matching symbols. E.g. I selected the declaration of the ui32Loop local variable and references to it were highlighted - with different colors depending if the variable was read or written:
Also, if the File Search is used lines which match show an arrow in the left column: