views:

13

answers:

0

Firebug is great for javascript development, but doesn't allow to edit the code (the 'edit html' in the firebug is not usable, doesn't save the file and even if it did, it is just an plain text editor without any coloring).

I usually have my editor opened next to Firefox, but the constant switching feels aarrgh! To have the editor inside Firefox could be better. Does anyone know of some solution to embed my preferred editor inside a Firefox tab? Or are there better options to edit the javascript code semi-interactively? Perhaps some js plugin?

I found this for linux: http://mozplugger.mozdev.org/ but not sure if that would on Mac OS X.