Sam Farmer

Growing up I never imagined I would play bass guitar for the Dave Matthews Band. And indeed it never happened.

Codey: A Scribble Pad for ColdFusion Builder

May 2, 2011

I've written a new ColdFusion Builder extension, called Codey, that opens up as a View. After opening it is a little scribble pad to quickly run a few lines of code. Its inspired partially by how I often use the console log in Chrome -- writing a few lines of JavaScript or jQuery and see what happens.

After installing you can pull it up by either going to Window > Show View > Other > ColdFusion > Codey or Right-Click on a File and select Codey.

Once up enter code in the textarea and click Run. Both tags and script syntax are supported and the latter without defining cfscript first. This allows you to write code like:

a=now();
#a#

and have it work.

Errors are trapped within the code and the error returned.

The extension is on github and details are on RIAForge.


2 Comments

Hi Sam - I just get a 404 error in the view pane?

By: Andy K 05/03/2011 6:46 PM
Not sure what is going on...can you send me a screenshot?

By: Sam Farmer 05/04/2011 7:09 AM
Some comments have been lost over the years due to moving hosts.

More


More blog entries that I have written.

Code coloring by PRISM.