Bluefish Editor and IDE ======================= WHAT IS BLUEFISH? ----------------- It is a text editor with: - open multiple files at once, with tabs. - line numbers, syntax coloring. - powerful search and replace. - unicode support. It is an IDE (Integrated Development Environment) with: - view of your files and folders. - organise your programs into projects. - php, html, and css reference. - insert php, html, and css code. - make your own toolbars and menus. There are versions for windows, mac, linux. It is free and open source. More on "What is Bluefish?" at: http://bluefish.openoffice.nl/manual/pr01s02.html More on Using Bluefish at http://bluefish.openoffice.nl/manual/pt02.html HOW TO INSTALL? --------------- - Windows XP: - First install GTK - double-click on gtk+-2.10/13-setup.exe - Reboot if it asks you to - then install Bluefish - double-click on Bluefish-win32-xxxx.exe (If you have any trouble installing GTK, and you are online, the Bluefish installer will will get GTK and install it.) - Linux: - Install it through your "Add/Remove Software", "Software Manager", whatever it's called on your linux. (You will already have GTK, comes with linux.) - Mac: See http://pdb.finkproject.org/pdb/package.php/bluefish More on download and install at http://bluefish.openoffice.nl/download.html WHERE IS MORE? ------------- Home page: http://bluefish.openoffice.nl/ Bluefish manual: http://bluefish.openoffice.nl/manual/pr01.html --0--