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.
29285 Discussions

Source code browser in IVF 10.0 and searching project files

Kalgutkar__Rajdeep
1,059 Views

Hi,

How does one search for text in multiple fortran source code files in a single project when using VS2005 with IVF 10.0?

Also, Is the source code browser enabled in IVF 10.0. I remember some discussions here about it being enabled in "future" versions.

Thanks!

0 Kudos
7 Replies
Steven_L_Intel1
Employee
1,059 Views
Use the search tool in the toolbar - you can search the entire solution or specific folders.

The Source Browser is still not available, but it's still something we'd like to do.
0 Kudos
Kalgutkar__Rajdeep
1,059 Views

Thanks for the source code browser update.

When I try to click the find button on the toolbar or via Edit -> Find and Replace -> Find in Files, VS2005 simply ignores the command and my cursor goes to where it was in the Fortran file. It works just fine in VS2005 C++ so what's happening here?

Thanks.

0 Kudos
Steven_L_Intel1
Employee
1,059 Views
I don't know - I've never seen that behavior myself nor do I recall seeing it reported by others. I suppose you could try doing an uninstall and reinstall of the Intel Fortran Integration into Microsoft Visual Studio and see if it helps. If not, please file a report at Intel Premier Support.
0 Kudos
Kalgutkar__Rajdeep
1,059 Views

OK, I'll remove and reinstall only the IVF integration in VS 2005.

Hopefully that works. Else I'll send a note to Premier Support

Thanks.

0 Kudos
Kalgutkar__Rajdeep
1,059 Views

OK, I sort of figured what was wrong... Basically, when I reset my Visual Studio settings Sad smiley [:(] under Tools -> Import and Export Settings, I am able to call up the Find in Files and related dialog boxes again. Not sure why it broke in the first place...

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=798652&SiteID=1

0 Kudos
Steven_L_Intel1
Employee
1,059 Views
Interesting - thanks for telling us the solution.
0 Kudos
John4
Valued Contributor I
1,059 Views
I had the same problem once before, and it seems to me that it's related to an inconsistent behavior between the close button in the Find/Replace widget (the X) and the Esc key.

Installing the Service Pack 1 solved the problem for me.
0 Kudos
Reply