VS 2008 + 英特尔 Fortran 问题

发布于 2024-07-20 16:45:26 字数 607 浏览 2 评论 0原文

我正在使用 VS 2008 和 Intel 的 Visual Fortran 编译器。 它与 VS 的集成非常好,但还有一些事情我仍然想解决。 希望你能帮助我解决其中一些问题。

  1. 有没有办法在 VS 中定义新的大纲(折叠)规则,以便它自动从 CALL SUBROUTINE 折叠到 END SUBROUTINE ?
  2. 有没有办法重新定义VS的键盘快捷键。 我想将评论快捷方式从默认值重新定义为更简单的东西,例如 Alt-C ?
  3. 我经常制作一个项目,其中必须在配置属性下添加一些额外的依赖项以及一些库。 有没有一种方法可以以某种方式定义新项目(你知道,当我转到“新项目”时,我就会有 MyNiceProject),所以我已经预定义了这些设置。
  4. 我已经安装了英特尔的Array Visualizer。 作为一个独立的应用程序,这是一件好事,但是当我进入调试模式时,我似乎无法可视化任何数组。 调试工具栏下的“查看数组”选项保持灰色。 有任何想法吗 ?

对其中任何一个的帮助将不胜感激。

我知道这是同一个标题下的 4 个问题,但没有多少人在这里使用 fortran 和 vs ,所以我认为最好不要用 4 个单独的问题“窒息”主页。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我也只是我 2024-07-27 16:45:26

我知道一个关于数组可视化器的答案,我打赌你的操作系统是 64 位的。 阵列可视化工具与 VS 2008 的集成不适用于 64 位操作系统。

I know one answer about the array visualizer, I bet your operating system is 64 bits. The array visualizer integration with VS 2008 does not work for the 64 operating systems.

等数载,海棠开 2024-07-27 16:45:26
  1. 不知道。

  2. 是的 - 工具 | 选项| 环境 | 键盘

  3. 不知道。

  4. 不知道。

但我对你的问题的回答不够充分,这激励我尝试了解更多信息。 我承认我通常使用 Emacs 来编辑 Fortran 源文件,只是使用 VS 作为 Windows 的构建工具。

  1. Dunno.

  2. Yes - Tools | Options | Environment | Keyboard

  3. Dunno.

  4. Dunno.

But my inadequate answers to your questions inspire me to try to find out a bit more. I confess I usually use Emacs to edit Fortran source files, just use VS as a build tool for Windows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文