Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Visual Studio Forum?

chstoyer
Beginner
748 Views
I like this forum and wonder if there might be a similarone for Visual Studio 2010?

There are a couple of things I don't understand/don't like about the VS 2010 behavior and would like to report these and/or findout if there is a setting to change behavior.

Thanks in advance,

Charles
0 Kudos
3 Replies
Steven_L_Intel1
Employee
748 Views
Do you have questions about VS2010 usage with Fortran? Best to ask here, then. If it is generic VS questions that would apply to MSVC, VB, etc., then try http://social.msdn.microsoft.com/Forums/en-US/categories I suggest that if you go to the MSDN forums that you don't utter the word "Fortran"....
0 Kudos
chstoyer
Beginner
748 Views
Steve,

I want to know answers to stuff like

Why does VS not have drag and drop copy (right mouse button) like VS v 6 did and Word 2010 does?
Why is the watch still limited to 1000 elements? This is ten years or more later now?
Why does the Find and Replace dialog box grow to the right each time I open it?

I'll try your suggestion.

Charles
0 Kudos
Steven_L_Intel1
Employee
748 Views
The second question is Fortran-specific. We limit whole arrays to 1000 elements for performance, but you can view arbitrary-sized array slices, such as A(1:10000) if you like.

I can drag and drop source code in VS2010 (have not tried other versions.) Is that what you meant? When I select text I can left-click drag.

The other question is perhaps suitable for the MSDN forum.
0 Kudos
Reply