| CARVIEW |
- Watch reactions from Twitter
- |
- Follow me on Twitter
- |
- Subscribe to news from BinaryAge
- |
- About BinaryAge
FireRainbow
javascript syntax highlighting for Firebug
Features
- Mixed syntax highlighting powered by CodeMirror
- Javascript
- HTML
- CSS
- Advanced features:
- Color theme can be modified using Firebug's CSS panel
- Highlighting is applied incrementally (good performance)
- Color themes available on GitHub
- Uses WebWorkers to perform parsing in a non-blocking fashion
Compatibility
Both Firefox and Firebug are moving targets. Please make sure you use compatible versions. I'm unable to test all possible combinations.
- Version 1.2 is tested to work with official Firebug 1.5 and Firebug 1.6 (Firefox 3.5 - 4.0)
- Version 1.1 is tested to work with official Firebug 1.5 (Firefox 3.5 and 3.6) <- it is not compatible with Firebug 1.4 anymore!
- Version 1.0 is tested to work with official Firebug 1.4 (Firefox 3.0 and 3.5)
- Version 0.9 is tested to work with official Firebug 1.3
- Version 0.8 is tested to work with alpha Firebug 1.3
- Version 0.7 is tested to work with official Firebug 1.2
Installation
Install this Firefox extension via addons.mozilla.com.
You need Firebug 1.5+ for the latest version to work.
Troubles?
If you are still stuck with Firebug 1.4, install version 1.0.
If you are still stuck with Firebug 1.2, install version 0.7.
Note: Some people have reported they are unable to download and install the extension via addons.mozilla.com. In this case you may try this workaround.
Install bleeding edge version from source
git clone git://github.com/darwin/firerainbow.git
cd firerainbow
rake
If everything went ok, you should be able to find your fresh XPI under build/firerainbow-X.Y.xpi.
You can install XPI file in Firefox by opening it via File -> Open File ...
Themes
Themes are available at https://github.com/darwin/firerainbow/tree/master/themes
Feel free to fork the project and contribute your very own theme.
Changelog
Contributors
- Marijn Haverbeke - this extension uses his great CodeMirror for javascript/html/css parsing.
History
v1.2 (02.11.2010)
- [darwin] compatibility with Firebug 1.6 and early Firebug 1.7 alpha
- [darwin] updated CodeMirror to v0.9
- [darwin] CodeMirror wrapped into its own namespace (should resolve conflicts with other extensions)
- [darwin] using WebWorkers to compute highlighting (better performance)
- [darwin] fixed bug when coloring was not triggered for file when scrolled to the top
v1.1 (20.01.2010)
v1.0 (24.05.2009)
v0.9 (29.01.2009)
v0.8 (15.11.2008)
v0.7 (27.08.2008)
v0.6 (14.06.2008)


