notepad2 带有自定义添加的 Fortran 突出显示
这里是否有人花费了时间和精力,添加并重新编译了 notepad2 使用 Fortran 突出显示?
我尝试查看notepad2的代码,但不幸的是,没有任何c/c++知识,立刻就迷失在其中了。 如果我向他提供了 fortran 关键字的列表,这里有人愿意添加 fortran 关键字吗?
我非常喜欢这个编辑器,但由于我所有的工作都是 fortran 和 vba,所以没有突出显示是一件令人沮丧的事情。
Is there someone here, that perhaps, took upon himself the time and effort and added and recompiled notepad2 with fortran highlighting?
I tried looking at the code of notepad2, but unfortunately, not having any knowledge of c/c++ was immediately lost in it. Would someone here be willing to add the fortran keywords, if I supplied him with a list of them ?
I absolutely love the editor, but since all my work is fortran and vba, not having the highlighting is a downer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎有 程序员记事本 和 Notepad++ V5.3.1
但是,你尝试过 GVim?
它带有
FORTRAN 77
语法文件 (Vim\vim*\syntax\fortran.vim),是个人最喜欢的。如果不出意外的话,语法文件可能对增强您的 Notepad2 副本很有用。
专门针对 Notepad2 中的 FORTRAN 支持...
Notepad2 基于 Sourceforge 的 Scintilla 项目。
它看起来非常简单,并且可能比其他基于 Scintilla 的编辑器更便携。
有一个 fortran 词法分析器更新参考Scintilla 可能很有用,但您可能必须以某种方式将其集成到 Notepad2 中。
最后,您可以向 Florian Balmer 或 Kai Liu 请求补丁,他们似乎active
:-)
但是,我的最后建议仍然是学习 GVim 或 Cream。
它的使用更为广泛,并且可以跨平台使用。
查看 Stackoverflow 问题:什么是强迫自己掌握 vi 的最佳方法是什么?
There seems to be Programmers Notepad and Notepad++ V5.3.1
But, have you tried GVim?
It comes with the
FORTRAN 77
syntax file (Vim\vim*\syntax\fortran.vim) and is a personal favorite.If nothing else, the syntax file might be useful for enhancing your Notepad2 copy.
Specifically for FORTRAN support in Notepad2...
Notepad2 is based on the Scintilla project at Sourceforge.
It appears to be quite simple and probably more portable than the other Scintilla based editors.
There is a fortran lexer update reference for Scintilla that might be useful, but you will have to probably integrate that into Notepad2 in some way.
Finally, you could request a patch from Florian Balmer or Kai Liu, who seem to be active
:-)
But, my last suggestion is still to learn GVim or Cream.
It is far more widely used and available across platforms.
Look at Stackoverflow question: What is the best way to force yourself to master vi?