Draft:Bluefish (software)

From Wikipedia, the free encyclopedia
Bluefish
Developer(s)Olivier Sessink
Stable release
2.2.14[1] Edit this on Wikidata / 3 June 2023 (3 June 2023)
Written inC
Operating systemCross-platform (POSIX)
TypeText editor
LicenseGPL-3.0-or-later
Websitebluefish.openoffice.nl/index.html

Bluefish is a free and open-source software advanced text editor with a variety of tools for programming and website development. It supports editing source code such as C, JavaScript, Java, PHP, as well as markup languages such as HTML, XHTML, XML [2]. It is available for many platforms, including Linux, macOS and Windows,[3] and can be used via integration with GNOME or run as a stand-alone application. Designed as a compromise between plain text editors and full programming IDEs, Bluefish is lightweight, fast and easy to learn, while providing many IDE features. It has been translated into 17 languages. The source code is available under the GNU General Public License version 2 or later.

Features[edit]

Bluefish's wizards can be used to assist in task completion.[4] Its other features include syntax highlighting, auto-completion, code folding, auto-recovery, upload/download functionality, a code-aware spell-checker, a Unicode character browser, code navigation, and bookmarks. It has a multiple document interface that can quickly load codebases or websites, and it has many tools search-and-replace tools that can be used with scripts and regular expressions. It can store the current states of projects to reopen them in that state. Zencoding/emmet is supported for web development.

Bluefish is extensible via plugins and scripts. Many scripts come preconfigured, including statical code analysis, and syntax and markup checks for many different markup and programming languages.

History[edit]

Bluefish was started by Chris Mazuc and Olivier Sessink in 1997 to facilitate web development professionals on Linux desktop platforms [5]. It's editor design with syntax scanning was inspired by the NEdit, but the user interface was design by Macromedia Homesite. It was originally called Thtml editor, which was considered too cryptic; then Prosite, which was abandoned to avoid clashes with web-development companies already using that name. The name Bluefish was chosen after a logo (a child's drawing of a blue fish) was proposed on its mailing list. Since version 1.0, the original logo was replaced with a new, more polished one. Its development has been continued by a changing group of professional web developers under project organizer Olivier Sessink.

In 2005 a Bluefish fork of 1.3 was made to create Winefish, a LaTeX editor [6], but this fork was later abandoned.

Source code and development[edit]

Bluefish is written in C and uses the cross-platform GTK library for its GUI widgets. Markup and programming language support is defined in XML files. Bluefish has a plugin API in C, but it has been used mainly to separate non-maintained parts (such as the infobrowser-plugin) from maintained parts. A few Python plugins exist as well, but they need a C plugin to interact with the main program. Bluefish also supports very loosely coupled plugins: external scripts that read standard input and return their results via standard output can be configured by the user in the preferences panel. It uses autoconf/automake to configure and set up its build environment. Both llvm and GCC can be used to compile Bluefish. On Windows, MinGW is used to build the binaries.

Reception[edit]

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

See also[edit]

References[edit]

  1. ^ "June 3 2023 - Bluefish 2.2.14 release". 3 June 2023. Retrieved 4 June 2023.
  2. ^ Bluefish features
  3. ^ Bluefish installation instructions
  4. ^ a b Mihai Marinof (18 April 2007). "Bluefish Review". Softpedia. Retrieved 7 December 2016.
  5. ^ Bluefish editor: development. "Bluefish". Retrieved 2024-05-02. {{cite web}}: |last= has generic name (help)
  6. ^ [1]

External links[edit]