Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Search-in-files

billaustralia
Beginner
661 Views
I have several programs that have overlapping source code. So some source code files are in 1 program, some in 2 some in all etc.

The best arrangement I have come up with so far is to have one workspace with all projects, and all source code in one directory.

But I would like to be able to only search-in-files of files in a single project.

Any way?
0 Kudos
2 Replies
larkov
Beginner
661 Views
Billaustralia,
I've encountered this problem too.
I'm not sure, but, as far as I know, you can only search a folder/subfolders in MSDEV/DFDEV that is used by CVF, not a project.
Possibly, Steve Lionel will give us some suggestion.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
661 Views
Here you can find VS Add-in which does similar, but not identical thing -- it does Replace accross directory or project files. The good thing is that source code is available, and the bad thing is that it's written in MFC with some COM flavors. I played with it a little yesterday, but I don't really have time to modify it. If someone feels challenged...

Btw, the above site contains a bunch of useful VS macros and Add-ins.

Jugoslav
0 Kudos
Reply