Bluefish (software)

Bluefish
Bluefish 2.0.0 with default toolbars & HTML
Developer(s) Bluefish Dev Team
Stable release
2.2.10 / January 27, 2017 (2017-01-27)
Repository Edit this at Wikidata
Written in C
Operating system Cross-platform (POSIX)
Type Text editor
License GPL
Website sourceforge.net/projects/bluefish/

Bluefish is a free software advanced text editor with a variety of tools for programming in general and the development of dynamic websites. Bluefish supports development in (among others) HTML, XHTML, CSS, XML, PHP, C, C++, JavaScript, Java, Google Go, Vala, Ada, D, SQL, Perl, ColdFusion, JSP, Python, Ruby and shell.[1] Bluefish is available for many platforms, including Linux, Solaris, macOS, and Windows.[2] Bluefish can be used via integration with GNOME or run as a standalone application. Bluefish fills the niche market between the plain text editors and the full IDE: Bluefish is relatively lightweight and easy to learn, while still providing many features of an integrated development environment to support both programming and the development of websites. Bluefish has been translated into 17 languages.

Features

Users are able to use wizard to assist in task completion.[3] Syntax highlighting, auto-completion, code folding as well as auto-recovery, upload/download functionality and a unicode character browser are all included. A Programming code aware in-line spell checker, support for Multiple document and projects are catered for. Code navigation and bookmarks are supported. Multiple encoding and zencoding are supported. The program is extensible via plugins and scripts. The SASS style language has been added since in the 2.2.8 release.

History

Bluefish was started by Chris Mazuc and Olivier Sessink in 1997 to facilitate web development professionals on Linux desktop platforms. Bluefish has been developed ever since by a changing group of professional web developers under lead of Olivier Sessink. The project has had different names. The initial name Thtml editor was abandoned for being too cryptic. The following name Prosite was abandoned to avoid clashes with multiple web development companies that used this name in a commercial context in various countries. The name Bluefish was chosen after a logo (a child's drawing of a fish, in blue) was proposed on the mailing list. Since the 1.0 release the original logo was replaced with a new, more polished logo.

Source code and development

Bluefish uses GTK+ for its GUI widgets and is written in C. It does have a plugin API in C, but this has been mainly used to separate non-maintained parts (such as the infobrowser-plugin) from maintained parts. A few python plugins exist as well, but these need a C plugin to interact with the main program. Bluefish also supports very loosely coupled plugins: external scripts that read stdin and return their results via stdout can be configured by the user in the preferences panel. Bluefish uses autoconf/automake to configure and set-up the build environment, both llvm and gcc can be used to compile Bluefish. On Windows MingW is used to build the binaries.

Reception

A Softpedia review found the software was powerful, feature rich and easy to use.[3]

See also

References

  1. Bluefish features
  2. Bluefish installation instructions
  3. 1 2 Mihai Marinof (18 April 2007). "Bluefish Review". Softpedia. Retrieved 7 December 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.