1

Possible Duplicate:
Trying to find a syntax highlighter for ColdFusion in Notepad++

Notepad++ is a great tool that allows you to choose the language you're working with. Unfortunately, ColdFusion is not on their list. (I'm currently using xml instead when dealing with coldfusion code.) Are there any plugins that are simple to use and thorough for adding a CF option to Notepad++?

Community
  • 1
  • 1
froadie
  • 79,995
  • 75
  • 166
  • 235
  • 2
    If you're simply looking for a plugin that adds CFML as a language to Notepad++, you may be looking for http://stackoverflow.com/questions/4194904/trying-to-find-a-syntax-highlighter-for-coldfusion-in-notepad – BoltClock Dec 04 '11 at 21:26
  • No idea about the downvote, but since you agree this is a duplicate, I'll go on and close it. – BoltClock Dec 05 '11 at 15:43

2 Answers2

3

What I ended up using:

https://bitbucket.org/bbluemel/nppcoldfusion/downloads

Does exactly what I'm looking for.

Edit:

I just looked at the post BoltClock linked to, and it suggests this same plugin. I guess that makes this question a duplicate.

froadie
  • 79,995
  • 75
  • 166
  • 235
0

If you're looking for a free IDE with ColdFusion support, ColdFusion Builder has a free version that is pretty great.

Matt Busche
  • 14,216
  • 5
  • 36
  • 61