1

I'm using VS 2008 with Intel's Visual Fortran compiler. Its integration with VS is prettty good, but there are few things I'd still like to sort out. Hoping you could help me with some of them.

  1. Is there a way to define new outlining (folding) rules in VS, so that it automatically folds from, let's say, CALL SUBROUTINE till END SUBROUTINE ?
  2. Is there a way to redefine VS's keyboard shortcuts. I'd like to redefine commenting shortcut from default to something simpler, like Alt-C ?
  3. I'm often making a project in which I have to add some additional dependencies under configuration properties, and some libraries as well. Is there a way I could define new project somehow (you know, when I go to New Project then I'd have MyNiceProject), so I have predefined those settings.
  4. I've installed Intel's Array Visualizer. A nice thing as a standalone application, but when I go in debug mode, I can't seem to be able to visualize any array. The option "View Array" under Debug toolbar just stays greyed out. Any ideas ?

Help on any of these would be much appreciated.

I know these are 4 questions under the one title, but not many people use fortran with vs in here, so I thought it best not to "suffocate" the main page with 4 separate ones.

4

2 に答える 2

2

アレイビジュアライザーについて1つの答えを知っていますが、オペレーティングシステムは64ビットだと思います。アレイビジュアライザーとVS2008の統合は、64オペレーティングシステムでは機能しません。

于 2010-09-15T15:43:33.077 に答える
0
  1. わからない。

  2. はい - ツール | オプション | 環境 | 環境 | キーボード

  3. わからない。

  4. わからない。

しかし、あなたの質問に対する私の不十分な回答は、もう少し調べてみようという気持ちにさせてくれます。私は通常 Emacs を使用して Fortran ソース ファイルを編集し、VS を Windows のビルド ツールとして使用していることを認めます。

于 2010-09-15T16:02:11.963 に答える