Bluefish is a powerful editor targeted towards programmers and web designers, 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.
Bluefish runs on most POSIX compatible operating systems including Mac OS X, FreeBSD, Linux, OpenBSD and Solaris.
Here are some key features of "Bluefish":
· Lightweight - Bluefish tries to be lean and clean, as far as possible given it is a GUI editor. Bluefish uses 30%-45% of the memory compared to other popular web development environments and starts within a second.
· Fast - Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds.
· A What You See Is What You Need interface
· 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 (depending on your gvfs setup, you'll have FTP, SFTP, HTTP, HTTPS, WebDAV, CIFS and more). 1
· Very powerful search and replace, allowing POSIX and Perl Compatible regular expressions and sub-pattern replacing
· 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 shortcut 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.1
· Integrate external filters of your liking, pipe your document (or just the current selected text) through sort, sed, awk or any custom script.1
· Unlimited undo/redo functionality
· In-line spell checker which is programming language aware (spell check comments and strings, but not code), requires libenchant during compilation.
· Auto-recovery of changes in modified documents after a crash, kill or shut-down
· Character map of all unicode characters (requires libgucharmap during compilation)
· Upload / download synchronisation
· Full screen editing
· Many tools such as tabs to spaces, join lines, lines to columns, strip white-space, etc. etc.
· Customisable 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 inside html) with included language definition files for: C/C++, CSS, CFML, gettext PO, HTML, Java, JavaScript, JSP, Perl, PHP, Python, Ruby, Shell, SQL, 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, Nice wizards for HTML documents: tables, frames, and others, Dialogs 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, Multi thumbnail generation for easy creation of photo albums or screenshot pages, User-customizable toolbar for quick access to often used functions
· Compliance with the Gnome and KDE user interface guidelines where possible
· Translations into ten languages - and more are coming for the next releases (bluefish 1.0.7 supports 17 languages).
What's New in This Release: [ read full changelog ]
· Bluefish 2.2.3 has mostly many minor bugfixes and many minor enhancements. There are only few major changes: a corrupted state in the syntax scanner that could lead to a segfault was fixed, code folding had major fixes and improvements, search had major fixes, and a lorem ipsum generator was added. The GUI was restructured in some areas, and some shortcut key combinations were added. Some visibility features were added such as a bigger cursor and cursor highlighting, and some options were improved such as zoom and the custom colors. External commands had some changes such as better cursor positioning after a filter has been used, user supplied arguments for external commands, and an option to restore the default settings. On the multiplatform front: the broken shortcut key S was fixed on OSX, and file recovery was fixed on Windows. On the web front some dialogs were added for HTML5, the thumbnail generator was fixed, and insert color, path and relative path have been added. Many lang...