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
I am missing an important feature in Code Compser 5: Search in Folder.
That is something I need all the time, search for a string in all files in a specific folder on the drive. Without the need, that the file is somehow known to CCS (in project. etc).
How can this be done?
Regards, Daniel
Hi Daniel,
unfortunately this is something missing in Eclipse in general.
There are a couple options however it appears from a quick check on the eclipse forums
Have a look here. I appears you can either link the folders in (not very convenient, I know) or it appears there might be at lease on plug-in available that adds this functionality.
http://www.eclipse.org/forums/index.php/m/558325/
I hope this helps.
Best Regards,
Lisa
Daniel,
You may want to try the following steps to see whether it meets your needs. Steps (1) and (2) basically make the 'Search' menu to show up in your perspective, and Step (3) tells how you can start the search.
1) In main menu, select Windows->Customize Perspective menu item. (See step1.png).
2) In the opened Customized Perspective Dialog, select 'Menu Visibility' tab. Then check the check box 'Search'. Then Click OK button to apply the change. (See step2.png)
3) Now, the main menu should have 'Search' main menu, which has a few different menu items. You can select one of them to start your search, depending on your need. Typical good ones are (a) Search->Search..., (b) Search->File Search... (c) Search->C/C++
Any one of these search menu items brings up a dialog, where you can enter your searches. (See step3.png)
Since the 'visiblity of search menu item' is set per perspective, you may want to repeat (1) to (2) for both CCS Edit Perspective and CCS Debug Perspective.
Thanks very much!
Remote System Explorer did the trick. I found a Ti manual about it: http://processors.wiki.ti.com/index.php/How_to_setup_Remote_System_Explorer_plug-in
Regards, Daniel