Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans as an editor for ColdFusion scripts?

Is there any known NetBeans plug-in for editing, formatting and colour-coding of ColdFusion scripts?

like image 427
Alex Avatar asked Sep 08 '09 09:09

Alex


People also ask

Is ColdFusion written in Java?

(ColdFusion was written in C and C++ until version 6.0 — the first Java-based version of ColdFusion — was released in 2002.)

Is ColdFusion still relevant?

It's been over two decades since ColdFusion made its way to the developer community. With thousands of programming languages, ColdFusion is still alive and thriving.

How do I enable completion code in Netbeans?

For windows : Go to Tools > Options > Editor > Code Completion. Select Language Java from dropdown. Auto pop-up on typing any Java identifier part.


2 Answers

I am afraid not. Some people have hacked together very basic syntax coloring and proper comments, but no plugin, and no cfml support.

Your best bet is the eclipse based CFEclipse or Adobe's ColdFusion Builder beta.

Also if you like JEdit I've had good results with that as well.

I know you asked about Netbeans but seriously unless things have changed you are better off elsewhere.

like image 196
ethyreal Avatar answered Sep 25 '22 03:09

ethyreal


Sublime Text 2 and Notepad++ have code coloring as add-ons (ColdFusion for Sublime and Netbeans), and you can get code completion for java functions, but you can't run the code like java in NetBeans, CFEclispse - mentioned above - can do that I think, but I have yet to get that to work (takes more time and devotion than I have to spare).

I prefer sublime because it's a little more customizable than Notepad++, but they're both great options, and lighter than Dreamweaver.

PS: Both Sublime and Notepad are free, but sublime wants you to spend $60, and reminds you every once in a while, which is kinda annoying, but I still use it over everything else.

like image 44
Travis Heeter Avatar answered Sep 26 '22 03:09

Travis Heeter