What is Bluefish?: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
No edit summary
(Removed the Contact Us section in order to create a new page with these details)
Line 78: Line 78:
We appreciate any and all contributions! Please tell us if Bluefish crashes on you :-).
We appreciate any and all contributions! Please tell us if Bluefish crashes on you :-).


== 2.4. Contact Us ==
We, the Bluefish development team, welcome all comments, user requests, constructive criticisms, and contributions. Are you curious or seeking information regarding Bluefish? Would you like to contribute by translating Bluefish or its manual? Here are your options:


* [http://bluefish.openoffice.nl/ http://bluefish.openoffice.nl/] - The main website where you will find news, updates, manual and more information.
* [http://bfwiki.tellefsen.net/ http://bfwiki.tellefsen.net/] - The Bluefish WiKi is the notebook for the developers, containing a lot of information. This includes, but is not limited to: updated project road maps, status of translations.
* For bug reports and features requests, related to bluefish, its web site, and its manual, please fill the appropriate bug type at [https://sourceforge.net/p/bluefish/tickets/ https://sourceforge.net/p/bluefish/tickets/], the bluefish bugzilla page - for instructions, see [ch10s02|Section 2, “Filling a bug report”].
* You can subscribe to the users' Bluefish mailing list by sending an email containing “subscribe bluefish-users” to [mailto:bluefish-users-request@lists.ems.ru bluefish-users-request@lists.ems.ru].
* You can subscribe to the developers' Bluefish mailing list by sending an email containing “subscribe bluefish-dev” to [mailto:bluefish-dev-request@lists.ems.ru bluefish-dev-request@lists.ems.ru].
* Do you want to help translate Bluefish? Please let us know by dropping an email to <del>Walter Echarri [mailto:wecharri(at)arnet.com.ar wecharri(at)arnet.com.ar]</del>, our friendly translation maintainer.
* If you want to help improve the manual or write new sections, please send an email to the Bluefish manual maintainer, <del>Michèle Garoche [mailto:michele.garoche(at)easyconnect.fr michele.garoche(at)easyconnect.fr]</del>. Guidelines for this manual can be found in [[Man 2 apc|Appendix C, Guidelines for Writing this Manual]]
* If you have a general question, drop an email to [mailto:bluefish(at)bluefish.openoffice.nl bluefish(at)bluefish.openoffice.nl].






<references/>
<references />





Revision as of 10:53, 22 December 2022


Bluefish is a powerful editor for experienced web designers and programmers based on the GTK2 GUI interface. Bluefish supports many programming and markup languages, but focuses on editing dynamic and interactive websites.

Bluefish is not a WYSIWYG<ref>What You See Is What You Get</ref> text editor. This is deliberate, allowing the programmer to stay in full control. To facilitate the editing process, a large number of features are at your disposal. For inserting markup and code, there are tool bars, dialogs, and predefined/user-customized menus. Syntax highlighting, advanced search/replace functionality, scalability and language function references make Bluefish a powerful tool for development.

2.2. Main Features of Bluefish

This list will give you an overview of the most important or outstanding features found in Bluefish:

  • A What You Write Is What You Get interface
  • Multiple document interface, will easily open 500+ documents (tested 3500 with documents simultaneously).
  • Customizable syntax highlighting based on Perl compatible regular expressions, with subpattern support. Default patterns are included for:
    • C
    • cfml
    • ChangeLog
    • CSS stylesheet
    • Gettext po
    • HTML
    • Java
    • JScript
    • JavaScript
    • Octave
    • Pascal
    • Perl
    • PHP
    • Python
    • R
    • Shell
    • SQL
    • Tcl
    • Ruby
    • XML
  • Anti-aliased text window
  • Multiple encodings support, can convert between different character sets, supports multibyte characters, Unicode, UTF8, etc.
  • Nice wizards for startup, tables, frames, and others
  • Dialogs for many HTML tags, with all their attributes
  • HTML tool bar and tear-off menus
  • User-customizable tool bar for quick access to often used functions
  • Open files based on filename patterns and/or content, from selection or URIs
  • 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 screen shot pages
  • Line numbers along the document
  • Bookmarks for lines across multiple documents, with bookmark browser
  • A custom menu, specify your own tags or sets of code, and define your own dialogs
  • Custom search and replace pattern support for the Custom menu
  • Very powerful search and replace, allowing POSIX and Perl Compatible regular expressions and sub-pattern replacing
  • Excellent undo/redo functionality
  • Configurable recent documents and recent directories functionality
  • Spell checking
  • Translations in twenty languages
  • User customizable integration with many programs, including weblint, tidy, make, javac, etc.
  • XML based function reference. Currently, references are included for Apache, DHTML, DocBook, HTML, PHP, and SQL. A GTK reference is available, and support for Perl and Python will be added. You may also create your own function reference. The XML format is described later in the manual.
  • XML based reference library for CSS2, HTML, PHP, and Python.
  • Projects management.

As Bluefish is a part of a larger desktop environment, we have focused on making the GUI consistent with the Gnome HIG<ref>GNOME Human Interface Guidelines, accessible at http://developer.gnome.org/projects/gup/hig/</ref>. However, we prefer not following it in every detail, as some parts are intended for the end user, while Bluefish is for the programmer.

2.3. How Stable is Bluefish?

Quite stable! The Bluefish developers aim to produce code that neither crashes nor leaks memory. Of course, that is not always easy to do. Leaks and crashes are often fixed in CVS as soon as they are discovered and hunted down. In addition to Bluefish's large user base, the developers use Bluefish for their daily work. So, fixing bugs and preventing crashes is always a major priority. However, some nags still exist. One example being the issue of slightly sluggish copy/paste functions.

For an updated list of open bugs, please go to the bluefish page on bugzilla gnome.

We appreciate any and all contributions! Please tell us if Bluefish crashes on you :-).



<references />