Search This Blog

Friday, August 03, 2012

Install Bluefish Text Editor 2.2.0 in Ubuntu 11.10 [PPA]

Install Bluefish Text Editor 2.2.0 in Ubuntu 11.10 [PPA]

Bluefish Text Editor 2.2.0 released with GTK3 support. Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites.

Changes in Bluefish 2.2.0:

  • Support GTK3
  • Redesigned search and replace function which now supports search and replace in files on disk
  • The search is integrated into the main window
  • Faster syntax scanner
  • Context-aware toggle comment function
  • Autocompletion of user-defined functions
  • Jump function that immediately brings you to the definition function
  • Support for new languages such as Google Go, Vala and Ada
bluefish 2.2

Install Bluefish 2.2.0 in Ubuntu

Run following commands in the terminal window (Applications -> Accessories -> Terminal)
sudo add-apt-repository ppa:klaus-vormweg/ppa
sudo apt-get update
sudo apt-get install bluefish
  • For Fedora, Mac and Windows, you can download Bluefish from HERE.
  • For other Linux distributors download Bluefish bineries from Here.

Incoming search terms:

  • bluefish ubuntu 11 10
  • bluefish ppa
  • ubuntu 11 10 bluefish
  • ppa bluefish
  • text editor for ubuntu 11 10
  • install bluefish ubuntu 11 10
  • instalar bluefish en ubuntu 11 10
  • how to install bluefish in ubuntu
  • install bluefish ubuntu
  • how to install bluefish using ubuntu terminal

No Need for Dreamweaver on Ubuntu: Bluefish FTP

No Need for Dreamweaver on Ubuntu: Bluefish FTP

I installed Ubuntu on my main laptop (the ThinkPad Z61t), and I want to do some PHP development, so I looked into installing Dreamweaver on it. I have a student license for Studio 8. Most of the pages I pulled up with Google show that installing Dreamweaver 8 on Ubuntu is pretty easy. You can right-click the installer .exe and run it with WINE (after you install WINE, if necessary). I didn’t do it, but I’m impressed. Nowadays it’s getting easier and easier to use Linux. Unfortunately, wireless is still tricky. I did get WPA-PSK to work, but it was a little tricky, even on the latest version of Ubuntu. (But that’s another story.)

Anyway, I was also interested in finding a Linux alternative to Dreamweaver, and I found an editor called Bluefish. You can download it from the official Bluefish website, and it’s available for many platforms. It looks excellent, though I haven’t used it extensively yet (but here’s a good review of Bluefish). The thing I really wanted was the ability to edit remote files directly, as I did with Dreamweaver. Usually this is over FTP, but you can use other protocols like SFTP too.
It was hard to figure out how to directly open a remote file. Inside Bluefish, there’s an option that says “Open URL…” That’s not what you want. You actually want to use Ubuntu’s built-in Places to connect to your remote site. At the top, choose Places, then Connect to Server… Once the remote location is mounted, you can simply open files in Bluefish. Awesome! This is actually much better than the Windows way, IMHO, where you’d actually have to do your FTP settings inside of Dreamweaver instead of the OS. Thanks, Ubuntu/Bluefish!