

Any programmer, developer or web designer knows the role a capable editor plays
in the development of content.
I've been using bluefish for all my coding and I'm continually finding out thats it's very
versatile. Bluefish support several mainstream and the not so popular languages
amongst which are PHP, Python, PERL, Ruby,C XML amongst others.
Bluefish comes with certain Linux distros preinstalled but in case you aren't so
fortunate you can install it from the command line. Most repositories contain the
required files and libraries needed to complete the installation.
From Debian;
$ sudo apt-get update
$ sudo apt-get install bluefish
From Redhat-Fedora:
$ sudo yum update
$ sudo yum install bluefish
In case you can't find them in your repos you can download the binaries and compile
them for your system.
Download linux binaries HERE
There's a windows version available with most of the features of the Linux counterpart
Try it here.
Happy Coding!!!