paopaoai11 发表于 2015-11-4 15:22:05

有没有适用于Fortran语言的自动排版的编辑软件?

RT,各位网友,我想问一下有没有给Fortran程序自动排版的编辑软件?

vvt 发表于 2015-11-4 16:14:38

Visual Studio 就可以自动排版。
依次按下 Ctrl + A , Ctrl + K , Ctrl + F 就可以了。

如果你没有 VS,可以访问 http://quill.fcode.cn 这个在线工具也可以自动排版。

paopaoai11 发表于 2015-11-4 19:39:15

我在VS中试了一下,好像不管用啊
信息是这样的
(Ctrl+K)was pressed. Waiting for second key of chord...
The key combination(Ctrl+K,Ctrl+F) is bound to command (Format Selction) which is not currently available.

vvt 发表于 2015-11-4 21:09:57

Format Selction 就是自动排版。如果你的 VS 显示 not currently available 说明版本比较低。
你可以考虑升级一下。

我这里是VS2013+IVF2013,可以用。(但我不知道具体那个版本开始支持)

你也可以选择 quill.fcode.cn 的排版。

hanshikai 发表于 2015-11-19 20:48:19

vvt 发表于 2015-11-4 16:14
Visual Studio 就可以自动排版。
依次按下 Ctrl + A , Ctrl + K , Ctrl + F 就可以了。



原来还可以这样,还是小看VS了:-L
页: [1]
查看完整版本: 有没有适用于Fortran语言的自动排版的编辑软件?