Blog

ColdBox now has Dreamweaver hints

Luis Majano October 15, 2008

Spread the word

Luis Majano

October 15, 2008

Spread the word


Share your thoughts

Thanks to Aaron Roberson, we now have the ColdBox dictionaries on Dreamweaver (For those that still use it). I will be updating a guide in the wiki on this, but have also uploaded it to the SVN. If you wish to download it now, please click here. Here are some screenshots:

Add Your Comment

(3)

Jun 07, 2008 11:08:45 UTC

by Tony Garcia

This is great! I do both design and development and jump back and forth between DW and CFEclipse, so this will really come in handy. Thanks Aaron!

Jun 08, 2008 10:36:42 UTC

by Aaron Roberson

Welcome Tony. Keep an eye out for updates to as I add more hints to the dictionary.

I also do a lot of design work as well as programming so that is why I made the code hints. Glad others will benefit from them too!

Jun 09, 2008 09:39:45 UTC

by Kevin

Um, I'm 11 can you explain the directions.

;)

Nice Work, I work Just like Tony (now with DW CS 4 )

Recent Entries

Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Reasoning-capable models have been usable in BoxLang AI for a while. params passes straight through to the provider body, so params: { thinking: { type: "enabled", budget_tokens: 10000 } } for Claude, or params: { reasoning_effort: "high" } for OpenAI, already reached the API. What never worked was reading the reasoning back. It was parsed out on arrival and silently dropped. In 3.4.0, that's fixed, and it's fixed the same way for every provider.

Luis Majano
Luis Majano
September 15, 2026
BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

You call writeDump() on an ORM entity or a very rich class graph . The browser locks up. Thirty seconds later you get a page with forty thousand rows on it, you scroll for a while, you give up, and you go edit your code to dump a sub-key instead. Or worse, you crash the server.

Luis Majano
Luis Majano
September 11, 2026