This post brought to you by ...

Purdy on 2007-01-24T18:37:30

ActiveState has released version 4.0 of their Komodo IDE, which supports multiple languages (Perl, PHP, etc), including TemplateToolkit. It has tons of other features, including vi key bindings and extensive configuration options to make it bend to your will. I've been playing around with the betas for the last few months and the new excitement for me is the capability to edit files remotely over SSH.

They also have XPI support, so we could develop add-ons much like those for Firefox & Thunderbird.

I was surprised that my fellow folks on #cgiapp haven't heard about it, so I wanted to share its goodness here. They also have a free version with some functionality stripped out. If you're using some other editor (Crimson Editor, jEdit, etc), Komodo (Edit) is definitely worth your replacement consideration.

Also to share my latest webdev bounty, make sure you have Firebug. There was a great article in Dr. Dobbs about how it can be used and I've found it priceless when trying to debug javascript & css/layout stuff.

Anyway, enough shilling for now. ;)

Peace,

Jason


50/50

sigzero on 2007-01-24T19:23:39

I am toying with the "free" version. Some of the stuff I can replace with commands and snippets but I wish they would have left the in:

RX toolkit
Code browser

If they would have left those 2 things in I would have given up $50.

Robert

Re:50/50

Purdy on 2007-01-24T19:50:05

Agreed - I really like the Rx Toolkit. A while ago, I came across an open source Rx Toolkit application, but can't find it again. A Google search comes up with RegEx Coach, though - it is a separate program, but perhaps there's a way to integrate it in?

- Jason

Re:50/50

sigzero on 2007-01-24T20:19:10

You can create a command in the toolbox to launch it. You can even create a custom toolbar and add it to there with its own icon if you so choose. RX Toolkit was really good though. : \

Also I am on OSX so some of the free ones aren't going to work. I know of a good Tcl based one as well. I will do a search tonight.

A turning point.

jk2addict on 2007-01-25T01:47:17

Version 4.0 may be a turning point for me. I've hated all previous versions...esp the code complete because it almost always never works most of the time.

I just tried 4.0 Edit..and I rather like it now. The prefs are saner. Much to my surprise, I could run server type perl scripts , have the output go to the console real time for requests. Add a browser pain on top of that, and Catalyst development just got a lot easier.

Re:A turning point.

jk2addict on 2007-01-26T14:40:33

I lied. I had to stop using it. Simple things like add/moving files didn't work. IF would add a file to the root project, even though I told it to add it to a specific folder. And moving it around does DWIM. Maybe a bug, but a dangerous one at that.

Re:A turning point.

sigzero on 2007-01-26T15:37:53

I hope you either report a bug or asked AS about it.

Firebug is the bee's knee!

Yanick on 2007-01-26T19:13:11

I went to have a peek at that Firebug thingy and, wow, I think I'm in love. :-)

I had been forever looking for something to help me debug javascript, and I think that the search is finally over.

Thanks for sharing!