I'm not a desktop applications developer so I was wondering if someone heard about an extension that actually writes on the file system. it would be great if you open firebug like extension and do some modifications e.g. adding CSS rules and they will be added automatically in the CSS file. how hard would it be to build such an extension?
|
|
The closest I've found is XRefresh which actively monitors files for changes, then automatically refreshes Firefox. It feels very similar to editing live with FireBug. I think an extension like this would be possible, but it would be pretty hard to map DOM changes to a specific stylesheet. |
||
|
|
|
|
You can could use the Web Developer Toolbar for this. The changes you make in its CSS editor ( It's a pretty basic text field, though, that just displays the plain CSS file. It doesn't have any syntax highlighting nor organize the CSS rules according to the cascade etc. like Firebug does. Also see this related question: |
||
|
|
