Bluefish Editor 2.2.11 for Ubuntu Linux. Here is how to install Bluefish Editor 2.2.11 in Ubuntu. Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code.
Bluefish supports many programming and markup languages.
Bluefish Features
Bluefish has many features, this list will give you an overview of the most important or outstanding features in Bluefish 2.2. Not all features are (yet) available on Windows or Mac OSX.
- Lightweight – Bluefish tries to be lean and clean, as far as possible given it is a GUI editor.
- Fast – Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds.
- Multiple document interface, easily opens 500+ documents (tested >10000 documents simultaneously)
- Project support, enables you to work efficiently on multiple projects, and automatically restores settings for each project.
- Multi-threaded support for remote files using gvfs, supporting FTP, SFTP, HTTP, HTTPS, WebDAV, CIFS and more1
- Very powerful search and replace, with support for Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk.
- Open files recursively based on filename patterns and/or content patterns
- Snippets sidebar – specify custom dialogs, search and replace patterns or insert patterns and bind them to a shortkut key combination of your liking to speed up your development process
- Integrate external programs such as make, lint, weblint, xmllint, tidy, javac, or your own program or script to handle advanced text processing or error detection
- Integrate external filters of your liking, pipe your document (or just the current selected text) through sort, sed, awk or any custom script
- Unlimited undo/redo functionality
- In-line spell checker which is programing language aware (spell check comments and strings, but not code), requires libenchant during compilation2
- Auto-recovery of changes in modified documents after a crash, kill or shutdown
- Character map of all unicode characters (requires libgucharmap during compilation)3
- Site upload / download1
- Full screen editing
- Many tools such as tabs to spaces, join lines, lines to columns, strip whitespace, etc. etc.
- Customizable programming language support:
- In-line reference information (move your mouse over a function name or tag name) for various programming languages
- Code block folding
- Highlighting matching block start and end markers (both brackets and tags)
- Auto-completion and auto-tag-closing for many programming languages, with reference information, and even for nested languages (e.g. css and javascript inside html code that is inside a php document)
- Ada
- ASP .NET and VBS
- C/C++
- CSS
- CFML
- Clojure
- D
- gettext PO
- Google Go
- HTML, XHTML and HTML5
- Java and JSP
- JavaScript and jQuery
- Lua
- Octave/MATLAB
- MediaWiki
- NSIS
- Pascal
- Perl
- PHP
- Python
- R
- Ruby
- SASS
- Shell
- Scheme
- SQL
- SVG
- Vala
- WordPress
- XML
- Multiple encodings support. Bluefish works internally with UTF8, but can save your documents in any desired encoding.
- Bookmarks functionality
- HTML toolbar and tearable menu’s
- Dialogs and wizards for many HTML tags, with all their attributes
- Fully featured image insert dialog
- Thumbnail creation and automatically linking of the thumbnail with the original image, and multi-thumbnail creation
- User-customizable toolbar for quick access to often used functions
- ZenCoding support1,4
- Compliance with the Gnome and KDE user interface guidelines where possible
- Translations into 17 languages
Bluefish 2.2.11 Release
Bluefish 2.2.11 is a minor maintenance release and minor feature release. The only exception to that is the python 3 compatibility which is a major change. If you compile Bluefish with python 3, you might experience new bugs.
There are various minor changes as well. Double click selection has been improved (for example selecting a function name that has underscores), and is now configurable per language. Bluefish now has a feature to fill a line with spaces up to a mouse click, so you can start typing in any position on the screen (with a fixed width font).
A crash when running very large replace actions on disk on many files has been fixed. Search and replace now ignores backup files by default. Cursor highlighting and line highlighting have been fixed for a rare bug. A small new feature has been added, to insert output from an external command in the current cursor position. Many language files have seen updates, most notably CSS, Python and HTML.
A data loss bug – when an unknown encoding was selected – was fixed, the fallback is now to save as UTF-8. A bug when saving with unknown characters in the filename has also been fixed. Printing has been improved such as printing in landscape.
Some small tweaks to the UI have been implemented. For example you can now search in files in the filebrowser (right click a directory). Search results can now be shown in the output pane. The current identifier can be selected using .
Install Bluefish Editor 2.2.11
Run the following commands in terminal to install Bluefish Editor 2.2.11 in Ubuntu :
sudo add-apt-repository ppa:klaus-vormweg/bluefish
sudo apt-get update
sudo apt install bluefish
Once installed, open Bluefish from Ubuntu Dash.