标题: 有没有适用于Fortran语言的自动排版的编辑软件? [打印本页] 作者: paopaoai11 时间: 2015-11-4 15:22 标题: 有没有适用于Fortran语言的自动排版的编辑软件? RT,各位网友,我想问一下有没有给Fortran程序自动排版的编辑软件? 作者: vvt 时间: 2015-11-4 16:14
Visual Studio 就可以自动排版。
依次按下 Ctrl + A , Ctrl + K , Ctrl + F 就可以了。
如果你没有 VS,可以访问 http://quill.fcode.cn 这个在线工具也可以自动排版。作者: paopaoai11 时间: 2015-11-4 19:39
我在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
Format Selction 就是自动排版。如果你的 VS 显示 not currently available 说明版本比较低。
你可以考虑升级一下。