Bluefish (software): Difference between revisions
m change refrences in further reading to full citations conforming to the style guide |
|||
Line 70: | Line 70: | ||
== Further reading == |
== Further reading == |
||
Books on web development that recommend and/or cover the use of Bluefish: |
Books on web development that recommend and/or cover the use of Bluefish: |
||
* |
* {{cite book |title=Mastering HTML5 Forms |author=Gaurav Gupta |date=2013 |isbn=978-1-78216-466-1 |publisher=Packt Publishing Ltd.}} |
||
* |
* {{cite book |title=Jump Start HTML5 Basics |author=Tiffany B. Brown |date=2013 |publisher=SitePoint Pty. Ltd. |isbn=978-0-9922794-9-3}} |
||
* |
* {{cite book |title=Webseiten gestalten Grundlagen HTML5 und CSS |date=2017 |author=Christoph Rauber, Frank Braun |isbn=978-3-86249-738-6 |language=DE |publisher=Herdt}} |
||
* |
* {{cite book |title=Web Standards - Mastering HTML5, CSS3, and XML |author=Leslie F. Sikos |date=2011 |publisher=Apress Berkeley, CA |isbn=978-1-4302-4041-9}} |
||
* |
* {{cite book |title=HTML and CSS Web Standards Solutions A Web Standardistas' Approach |author=Christopher Murphy and Nicklas Persson |date=2008 |isbn=978-1-4302-1606-3 |publisher=Apress}} |
||
* |
* {{cite book |title=Ajax Construction Kit: Building Plug-and-Play Ajax Applications |author=Michael Morrison |publisher=Prentice Hall |date=2007 |isbn=9780132350082}} |
||
* |
* {{cite book |title=Web Standards Programmer's Reference: HTML, CSS, JavaScript, Perl, Python, and PHP |author=Steve Schafer |date=2005 |publisher=Wrox |isbn=978-0764588204}} |
||
* |
* {{cite book |title=HTML, XHTML & CSS für Einsteiger: Statische Websites systematisch erstellen |author=Helmut Balzert |date=2003 |publisher=Springer |isbn=978-3937137001 |language=DE}} |
||
* |
* {{cite book |title=HTML: Your Visual Blueprint for Designing Effective Web Pages |author=Ruth Maran |publisher=John Wiley & Sons |date=2000 |isbn=978-0764534713}} |
||
Books on Python that recommend and/or cover the use of Bluefish: |
Books on Python that recommend and/or cover the use of Bluefish: |
||
* {{cite book |title=Python for Beginners |author=H. Bhasin |date=2019 |isbn=978-93-86649-49-2 |publisher=New Age International (P) Ltd.}} |
|||
* Python for Beginners<ref name="pythonforbeginners"/> |
|||
* |
* {{cite book |title=Python 3 for Absolute Beginners |author=Tim Hall and J-P Stacey |date=2009 |isbn=978-1-4302-1632-2 |publisher=Apress Berkeley, CA}} |
||
Books on PHP that recommend and/or cover the use of Bluefish: |
Books on PHP that recommend and/or cover the use of Bluefish: |
||
* |
* {{cite book |last=Bacon |first=Jono |author-link=Jono Bacon |date=2007 |title=Practical PHP and MySQL : building eight dynamic web applications |url=https://archive.org/details/practicalphpmysq0000baco/mode/2up |publisher=Prentice Hall |isbn=9780132239974}} |
||
* {{cite book |title=Easy Oracle PHP |date=2006 |publisher=Rampant Tech Press |isbn=9780976157304}} |
|||
* Easy Oracle PHP<ref name="easyoracle"/>. |
|||
Generic books on development on the Linux desktop that recommend and/or cover the use of Bluefish: |
Generic books on development on the Linux desktop that recommend and/or cover the use of Bluefish: |
||
* |
* {{cite book |title=Linux for Developers: Jumpstart Your Linux Programming Skills |author=William Rothwell |date=2017 |publisher=Addison-Wesley |isbn=9780134657288}} |
||
* |
* {{cite book |title=The Official Ubuntu Book |author=Benjamin Mako Hill, Matthew Helmke, Corey Burger |publisher=Prentice Hall |date=2009 |isbn=978-0137021208}} |
||
* |
* {{cite book |title=Debian GNU/Linux Desktop Survival Guide |author=Graham Williams |date=2007 |publisher=Togaware |isbn=978-0-9757109-1-3}} |
||
==External links== |
==External links== |
Revision as of 15:57, 16 August 2024
This article, Bluefish (software), has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
This article, Bluefish (software), has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
Developer(s) | Olivier Sessink |
---|---|
Initial release | 1999 |
Stable release | 2.2.16[1]
/ 22 September 2024 |
Repository | |
Written in | C |
Operating system | Cross-platform (POSIX) |
Type | Text editor |
License | GPL-3.0-or-later |
Website | bluefish |
Bluefish is a free and open-source software advanced source code editor with a variety of tools for programming and website development. It supports editing source code such as C, JavaScript[2], Java, PHP.[3][4], Python[5][6], as well as markup languages such as HTML[7], YAML, XML[8][9]. It is available for many platforms, including Linux[10], macOS, [11] and Windows,[12][13][14] 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,[15][16]. Bluefish is lightweight, fast and easy to learn, while providing many IDE features[17][18][19]. Bluefish was one of the first source code editor on the Linux desktop. It has been translated into 17 languages. The source code is available under the GNU General Public License.
Features
Bluefish's features include syntax highlighting[20] and auto-completion for 47 different markup and code languages (including Mediawiki syntax[21]), customizable via a XML language definition format[22]. It furthermore features code folding, auto-recovery[17], upload/download functionality (on systems where GVfs is available), a code-aware spell-checker[23][17], a Unicode character browser, project support[24], code navigation and bookmarks[25]. It has some advanced search and replace functionality[26] with regular expression support, and multi-file search and replace support. It has a multiple document interface that can quickly load large (hundreds of files) codebases or websites[27][24][28].
For web development it has many a toolbar with specific dialogs and wizards to automatically insert the correct HTML tags[20]. Furthermore autocompletion for all tags and their attributes [26] together with Zencoding/emmet[29] helps for quick web development[30].
Bluefish is extensible via plugins and external tools and scripts[19][24][17][31]. Many scripts come preconfigured, including statical code analysis, and syntax and markup checks for different markup and programming languages such as lint or weblint[32]. Also a simple marco-like feature called "custom menu" helps to speed up repeating actions [33].
History of Bluefish in the early years of the Linux desktop
Bluefish was started by Chris Mazuc and Olivier Sessink in 1998 to facilitate web development professionals on Linux desktop platforms[34]. In 1998 the K Desktop Environment 1.0 was released, and in 1999 the Gnome desktop environment 1.0 was released, so this was in the early days of the Linux desktop[35]. Bluefish was at the time one of the only web development focused editors on the Linux[36][37], and Linux, due to the LAMP stack (first introduced in 1998[38]) was becoming the most popular platform[39]. Bluefish was quickly part of the major Linux distributions, such as Debian Potato (released in 2000)[40], Knoppix 2.1[41][42] (at the time the most important Linux Live distribution) and the first Fedora release[43]. On the early Linux desktop Bluefish was the most important web editor.[44] Various books about web development on Linux therefore cover the use of Bluefish. For example Practical PHP and MySQL by Ubuntu community manager Jono Bacon which even included a customized Ubuntu live CD with Bluefish as primary editor [3][45].
The development of Bluefish was initially inspired by two other editors: the configurable syntax scanning and highlighting was inspired by the NEdit, but the user interface was inspired by Homesite which was only available on windows. The work title for the application development in the very early stages was Thtml editor, but this was considered too cryptic by the small development community; for a short time Prosite was used, but this was abandoned to avoid clashes with web-development companies already using that name[46]. Finally the name Bluefish was chosen after a logo (a child's drawing of a blue fish) was proposed on its mailing list[34].
The 1.0.x branch was released in 2005, and included a new logo. The 1.0 release was featured on Slashdot[47], causing the slashdot effect on the Bluefish website. In 2005 a Bluefish fork of 1.3 was made to create Winefish, a LaTeX editor[48]. The 2.0.x branch[49] was a big rewrite, changing to the GTK-2 GtkTextView widget and a new syntax scanning engine based on a deterministic finite automaton[50]. The 2.2.x branch[51], which is the current stable branch, supports both GTK-2 and GTK-3.
Although Bluefish is not an official part of the Gnome desktop environment, it is often considered so because it uses the GTK toolkit and integrates well in GNOME[44][52].
Source code and development
The open source codebase of Bluefish is available on SourceForge. After a a short period in which the Bluefish developers communicated code patches over email[53] Bluefish joined as one of the early projects on Sourceforge. The community joined in the first few months after launch, mainly promoted by Robin Miller who was a heavy Bluefish user[19] and worked for Geeknet that owned Sourceforge. Initially CVS was used for code version control, later the code was moved to SVN.
Bluefish is written in C and uses the cross-platform GTK library for its GUI widgets[54]. Markup and programming language support is defined in XML files that are loaded with Libxml2. The optional plugins require libenchant, python and libgucharmap[55]. Building a binary is done with Automake and Autoconf 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. On OSX there are ports on Fink[56] and Macports[57], but the offficial binary is built using the Gtk-OSX-Integration[58]
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[24]. Various scripts for javascript, json, CSS and HTML formatting are included in the Bluefish distribution.
Bluefish in comparison
There any many other generic editors, source code editors and IDE's available. In comparison with generic plain text editors Bluefish has many more advanced features. In comparision with advanced (code) editors Bluefish does well[31], and is especially strong in the web development area, where it sets the standard[59]. Compared to web specific IDE's and editors Bluefish is among the best [26][16][27][30][23], although it does not have WYSIWYG capabilities[26]. Compared to code development IDE's Bluefish lacks some of the advanced options such as a built-in debugger[60].
Some notable tools that Bluefish is often compared with:
- Plain text editors, such as Notepad+, Gedit, Kate[32] [61]
- Web specific IDE's and editors, such as Adobe_Dreamweaver[16], Arachnophilia, Quanta plus[61], Aptana, KompoZer, Netbeans[23]
- IDE's for code development, such as Eclipse[23][32], Visual Studio Code[31], CudaText, CodeLite[60]
- Advanced generic editors, such as Sublime Text[31], Geany[60][32], Komodo edit and NEdit [61].
See also
- Comparison of HTML editors
- Comparison of integrated development environments
- List of HTML editors
- List of PHP editors
- List of text editors
- Category:Text editors that use GTK
Further reading
Books on web development that recommend and/or cover the use of Bluefish:
- Gaurav Gupta (2013). Mastering HTML5 Forms. Packt Publishing Ltd. ISBN 978-1-78216-466-1.
- Tiffany B. Brown (2013). Jump Start HTML5 Basics. SitePoint Pty. Ltd. ISBN 978-0-9922794-9-3.
- Christoph Rauber, Frank Braun (2017). Webseiten gestalten Grundlagen HTML5 und CSS (in German). Herdt. ISBN 978-3-86249-738-6.
- Leslie F. Sikos (2011). Web Standards - Mastering HTML5, CSS3, and XML. Apress Berkeley, CA. ISBN 978-1-4302-4041-9.
- Christopher Murphy and Nicklas Persson (2008). HTML and CSS Web Standards Solutions A Web Standardistas' Approach. Apress. ISBN 978-1-4302-1606-3.
- Michael Morrison (2007). Ajax Construction Kit: Building Plug-and-Play Ajax Applications. Prentice Hall. ISBN 9780132350082.
- Steve Schafer (2005). Web Standards Programmer's Reference: HTML, CSS, JavaScript, Perl, Python, and PHP. Wrox. ISBN 978-0764588204.
- Helmut Balzert (2003). HTML, XHTML & CSS für Einsteiger: Statische Websites systematisch erstellen (in German). Springer. ISBN 978-3937137001.
- Ruth Maran (2000). HTML: Your Visual Blueprint for Designing Effective Web Pages. John Wiley & Sons. ISBN 978-0764534713.
Books on Python that recommend and/or cover the use of Bluefish:
- H. Bhasin (2019). Python for Beginners. New Age International (P) Ltd. ISBN 978-93-86649-49-2.
- Tim Hall and J-P Stacey (2009). Python 3 for Absolute Beginners. Apress Berkeley, CA. ISBN 978-1-4302-1632-2.
Books on PHP that recommend and/or cover the use of Bluefish:
- Bacon, Jono (2007). Practical PHP and MySQL : building eight dynamic web applications. Prentice Hall. ISBN 9780132239974.
- Easy Oracle PHP. Rampant Tech Press. 2006. ISBN 9780976157304.
Generic books on development on the Linux desktop that recommend and/or cover the use of Bluefish:
- William Rothwell (2017). Linux for Developers: Jumpstart Your Linux Programming Skills. Addison-Wesley. ISBN 9780134657288.
- Benjamin Mako Hill, Matthew Helmke, Corey Burger (2009). The Official Ubuntu Book. Prentice Hall. ISBN 978-0137021208.
{{cite book}}
: CS1 maint: multiple names: authors list (link) - Graham Williams (2007). Debian GNU/Linux Desktop Survival Guide. Togaware. ISBN 978-0-9757109-1-3.
External links
References
- ^ https://bluefish.openoffice.nl/download.html.
{{cite web}}
: Missing or empty|title=
(help) - ^ Michael Morrison (2007). Ajax Construction Kit: Building Plug-and-Play Ajax Applications. Prentice Hall. ISBN 9780132350082.
- ^ a b Bacon, Jono (2007). Practical PHP and MySQL : building eight dynamic web applications. Prentice Hall. ISBN 9780132239974.
- ^ Easy Oracle PHP. Rampant Tech Press. 2006. ISBN 9780976157304.
- ^ H. Bhasin (2019). Python for Beginners. New Age International (P) Ltd. ISBN 978-93-86649-49-2.
- ^ Tim Hall and J-P Stacey (2009). Python 3 for Absolute Beginners. Apress Berkeley, CA. ISBN 978-1-4302-1632-2.
- ^ Tiffany B. Brown (2013). Jump Start HTML5 Basics. SitePoint Pty. Ltd. ISBN 978-0-9922794-9-3.
- ^ Leslie F. Sikos (2011). Web Standards - Mastering HTML5, CSS3, and XML. Apress Berkeley, CA. ISBN 978-1-4302-4041-9.
- ^ "FOSS v proprietary software: Website creation". ZDNet. 2 July 2012.
- ^ Benjamin Mako Hill, Matthew Helmke, Corey Burger (2009). The Official Ubuntu Book. Prentice Hall. ISBN 978-0137021208.
{{cite book}}
: CS1 maint: multiple names: authors list (link) - ^ "Download Bluefish for Mac - Macupdate". Macupdate. 23 January 2017.
- ^ Bluefish installation instructions
- ^ Joe 'Zonker' Brockmeier (10 March 2010). "Bluefish 2.0: Slim but powerful". Linux Weekly News.
- ^ "Using Linux on Windows with Cygwin". Linux Magazine. July 2014.
- ^ "One Fish, Two Fish, Red Fish, Bluefish". Computerworld. 20 December 2001.
- ^ a b c Nitin Agarwal (November 29, 2011). "Bluefish: A cross-platform HTML Editor – Review".
- ^ a b c d "New to programming? My 5 favorite Linux tools will get you up to speed faster". ZDNet. May 20, 2024.
- ^ Scott Nesbitt (14 October 2020). "Editing HTML (and More) with Bluefish".
- ^ a b c Robin (Roblimo) Miller (10 September 2002). "Bluefish: My favorite Linux HTML editor". Linux.com. Retrieved 3 May 2024.
- ^ a b William Rothwell (2017). Linux for Developers: Jumpstart Your Linux Programming Skills. Addison-Wesley. ISBN 9780134657288.
- ^ Wikipedia:Text editor support § Bluefish
- ^ "Writing language definition files". 5 January 2023.
- ^ a b c d "Popular Open Source IDEs for Web Development". Open Source for You. 9 May 2015.
- ^ a b c d Mark Harris (2 November 2016). "Using Bluefish as Your Web Editor". Retrieved 2 May 2024.
- ^ "Bluefish features". Retrieved 2024-05-03.
- ^ a b c d Mihai Marinof (18 April 2007). "Bluefish Review". Softpedia. Retrieved 7 December 2016.
- ^ a b Curtiss (22 April 2012). "Bluefish Editor, HtmlCenter blog". HTMLCenter.
- ^ "The Bluefish HTML editor and integrated IDE". Linux Magazine. May 2005.
- ^ Olivier Sessink (2012). "Bluefish 2.2.1 released". bluefish-dev (Mailing list).
- ^ a b Steve Litt (2013). "Bluefish: Quality and Speed". Linux Productivity Magazine.
- ^ a b c d "The best PHP editors and PHP IDEs". Ionos. 2023.
- ^ a b c d Sohail (16 March 2016). "Best Linux IDEs Or Code Editors".
- ^ "Bluefish-The Feature Rich Editor". OpenSourceForU. 11 December 2013.
- ^ a b Dave Crouse. "An interview with Oliver Sessink - Bluefish Developer". USA Linux user group. Archived from the original on 2010-06-20. Retrieved 2024-05-03.
- ^ "How the Linux desktop has grown". opensource.com. Retrieved 2024-05-23.
- ^ Martin Skjøldenrand (July 2000). "Bluefish HTML Editor". Linux Gazette. Retrieved 14 August 2024.
- ^ Omara Howard (8 July 2021). "Bluefish / for perfect coding". Retrieved 2024-08-15.
- ^ Kunze, Michael (December 1998). "LAMP: Freeware Web Publishing System with Database Support". c't. Archived from the original on 1999-02-03. Retrieved 2024-06-15.
- ^ Ernie Smith (2021-09-01). "The LAMP stack history".
- ^ "bluefish-0.3.5-1 - snapshots.debian.org".
- ^ "KNOPPIX Release V2.1-BETA-12-09-2001". debian-knoppix (Mailing list). 12 September 2001.
- ^ "Hands-on with Knoppix Linux". ZDNet.
- ^ "Releases - rpms/bluefish".
- ^ a b Graham Williams (2007). Debian GNU/Linux Desktop Survival Guide. Togaware. ISBN 978-0-9757109-1-3.
- ^ Sharon Machlis (25 January 2007). "Review: Practical PHP and MySQL". computerworld.
- ^ "Bluefish history". Retrieved 2024-05-02.
- ^ "News for nerds, stuff that matters - Bluefish 1.0 Released". Slashdot.org. 13 January 2005. Retrieved 2024-05-02.
- ^ "Winefish". GitHub. Retrieved 2024-05-02.
- ^ "Bluefish 2.0.0 released!". bluefish-dev (Mailing list). February 2010.
- ^ Olivier Sessink (14 August 2010). "Bluefish editor widget design". Retrieved 2024-05-02.
- ^ "Bluefish 2.2.0 source code released - please help with binaries". bluefish-dev (Mailing list). November 2011.
- ^ "Desktop deliverance: an overview of GNOME 2.20". Ars Technica. 25 September 2007.
- ^ van Wendel de Joode, Ruben (September 26, 2005). "The Organization of Open Source Communities". SSRN 695902.
- ^ "Bluefish Code".
- ^ "Free software directory - Bluefish". Free Software Foundation. 12 February 2002.
- ^ "Fink Package Bluefish". 3 July 2022.
- ^ "Bluefish - Macports".
- ^ "GTK-OSX Successes".
- ^ Jack Wallen (29 October 2010). "Use Bluefish as your HTML editor".
- ^ a b c "6 Best Free Linux GUI Code Editors for Programming". Linuxiac. 1 November 2023.
- ^ a b c "Linux text editors: Do any make the grade?". Computerworld. 17 August 2007.
- Pending AfC submissions
- Pending AfC submissions in article space
- AfC submissions by date/18 June 2024
- AfC submissions by date/03 May 2024
- Text editors that use GTK
- Free software programmed in C
- Software using the GPL license
- Software that uses GTK
- Free text editors
- Free integrated development environments
- GNOME Applications
- HTML editors
- Free HTML editors
- Web development software
- Linux integrated development environments
- Linux text editors
- MacOS text editors