尝试在记事本中找到 ColdFusion 的语法荧光笔++

发布于 2024-10-02 07:59:49 字数 133 浏览 1 评论 0原文

我在大多数项目和繁重的工作中使用 CFEclipse,但有时我发现需要在项目范围之外的页面上进行快速修复,这在简单的文本编辑器中更容易完成。

我已经用谷歌搜索过,但似乎找不到答案,所以无论是下载链接还是如何构建我自己的链接都很棒。谢谢。

I use CFEclipse for most of my projects and heavy lifting but sometimes I find the need to do a quick fix on pages outside the project scope that is easier to accomplish in a simple text editor.

I have googled but can't seem to find an answer so either a link to a download or a link to how to build my own would be awesome. thanks.

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

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

发布评论

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

评论(6

梦中的蝴蝶 2024-10-09 07:59:49

更新:Brien Malone 下面的回答以及 charlie arehart 的评论是人们此时应该使用的内容,因为 nppColdFusion 自 2011 年 9 月 23 日起不再维护。

忽略

nppColdFusion 得到积极维护

Update: Brien Malone's answer below along with charlie arehart's comments are what people should use at this point as nppColdFusion is no longer maintained as of 23 Sept 2011.

Disregard

nppColdFusion is actively maintained

过气美图社 2024-10-09 07:59:49

在记事本++中,转到“插件”> '插件管理器'> “显示插件管理器”。 “Coldfusion Lexer”被列为可用插件

In notepadd ++, go to 'Plugins'> 'Plugin Manager'> 'show plugin manager'. 'Coldfusion Lexer' is listed as available plugin

沧桑㈠ 2024-10-09 07:59:49

这个问题已经有几年了,不幸的是,涉及 nppColdFusion 的公认答案不再有效,因为该插件在 5.xx 版本之后无法与 NP++ 一起使用,并且不再得到维护。 (当 Notepad++ 在版本 6.xx 中切换其插件挂钩机制时,它停止工作)

Notepad++ 站点指向几乎所有可用语言荧光笔的库:
http://sourceforge.net/apps/mediawiki/notepad-plus /index.php?title=User_Defined_Language_Files

ColdFusion(特别是 CF9)已列出:
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_CF9.xml

它不如nppColdFusion这样的完整插件,但比黑文本的页面要好。

This question is a few years old now, and unfortunately, the accepted answer involving nppColdFusion is no longer valid because the plug-in doesn't work with NP++ after version 5.x.x and is not being maintained. (It stopped working when Notepad++ switched their plug-in hooking mechanism in version 6.x.x)

The Notepad++ site points to a library of nearly every language highlighter available:
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Language_Files

ColdFusion (specifically CF9) is listed:
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_CF9.xml

It's not as good as a full plug-in like nppColdFusion, but it is better than pages of black text.

£噩梦荏苒 2024-10-09 07:59:49

只是对 Tony 的回答(2014 年 8 月 22 日 13:00)的评论:他写道“在 notepadd ++ 中,转到“插件”>“插件管理器”>“显示插件管理器”。

但是,在版本中。 6.8(也许从之前),菜单栏上没有“插件”菜单项。我必须做的是:
1- 来自用户定义语言页面
http://docs.notepad-plus-plus.org/ index.php?title=User_Defined_Language_Files
下载 ColdFusion 用户定义语言文件
http://notepad-plus.sourceforge.net/commun/userDefinedLang/ userDefineLang_CF9.xml
进入 Notepad++ 文件夹

2- 从“用户定义语言”面板中导入该文件:
语言 > 定义您的语言...然后按导入按钮

ColdFusion将出现在语言菜单的底部项目选择列表,NotePad++ 将自动将其用于您打开的任何 .CF 文件。

Just a comment about Tony's answer (Aug 22 '14 at 13:00) : he wrote "In notepadd ++, go to 'Plugins'> 'Plugin Manager'> 'show plugin manager'."

However, in ver. 6.8 (maybe since before), there's no "Plugins" menu item on the menu bar. What I had to do is:
1- From the User Defined Language Page
http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files
Download the ColdFusion User Defined Language file
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_CF9.xml
Into the Notepad++ Folder

2- From the User Defined Language panel, import that file:
Language > Define your language... then press the Import button

ColdFusion will then appear at the bottom of the Language menu item selection list, and NotePad++ will automatically use it for any .CF file you open.

俯瞰星空 2024-10-09 07:59:49

此链接可能有帮助: http://howardscholz.wordpress .com/2007/06/01/notepad-support-for-coldfusion-8/

免责声明:我自己还没有尝试过。

This link might help: http://howardscholz.wordpress.com/2007/06/01/notepad-support-for-coldfusion-8/

Disclaimer: I haven't tried it myself.

别忘他 2024-10-09 07:59:49

我发现 nppColdFusion 运行良好,直到我将 NP++ 更新到版本 7.6.6。我已经尝试了几乎所有方法来让它工作,但没有成功。

我尝试了 Delire Web 的解决方案,效果非常好。

不过,不同的格式(字体和背景颜色)需要一些时间来适应。

I found that nppColdFusion was working well, until I updated NP++ to version 7.6.6. I have tried just about everything to get it working, but to no avail.

I tried Delire Web's solution and it worked perfectly.

The different formatting (font and background colors) takes a bit of getting used to though.

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