BBEdit

Last updated
BBEdit
Developer(s) Bare Bones Software
Initial releaseApril 12, 1992;31 years ago (1992-04-12)
Stable release
15.0 [1]   OOjs UI icon edit-ltr-progressive.svg / 9 January 2024
Written in C
Operating system macOS
Type Text editor
License Freemium
Website www.barebones.com/products/bbedit

BBEdit is a proprietary text editor made by Bare Bones Software, originally developed for Macintosh System Software 6, and currently supporting macOS. [2]

Contents

History

The first version of BBEdit was created as a "bare bones" text editor to serve as a "proof of concept"; the intention was to demonstrate the programming capabilities of an experimental version of Pascal for the Macintosh. The original prototypes of BBEdit used the TextEdit control available in versions of the classic Mac OS of the time. The TextEdit control could not load files larger than 32 KB. The Macintosh Pascal project was ultimately terminated, but the demonstration program was reworked to use the THINK Technologies "PE" text editing engine used for THINK C, which was much faster and could read larger files. BBEdit was the first freestanding text editor to use the "PE" editing engine, and is the only one still being developed.

BBEdit was available at no charge upon its initial release in 1992 but was commercialized in May 1993 with the release of version 2.5. [3] At the same time, Bare Bones Software also made a less-featured version of BBEdit 2.5 called BBEdit Lite available at no cost. BBEdit Lite lacked plugin support, scriptability, syntax coloring and other features then deemed as mainly for advanced users. Bare Bones Software discontinued BBEdit Lite at version 6.1 and replaced it with TextWrangler, which was available for a fee, although significantly less than BBEdit. In 2005, TextWrangler 2.0 was released as freeware and subsequent versions continued to be distributed as such [4] up until 2017, when it was sunsetted and incorporated into BBEdit. [5]

Throughout its history, BBEdit has supported many Apple technologies that failed to gain traction, including OpenDoc and PowerTalk. The failure of PowerTalk, and the desire of developers to have email integrated to their text editor, led to the development of Mailsmith, an email client that uses BBEdit's editor component. Formerly developed by Bare Bones as a commercial application, in 2009 Mailsmith was transferred to Stickshift Software LLC and would continue to be developed as a labor of love and released as freeware. [6] Development of Mailsmith ceased in 2018. [7]

In 1994, taking advantage of BBEdit's then-novel plugin support, third party developers started writing plug-ins to easily create and format HTML code. In fact, the developers at Bare Bones Software first learned of the existence of HTML through users inquiring about these plug-ins. Barebones later bought the rights to the plugin code from their author and included them as part of the standard BBEdit package. The tools were included as an optional palette in version 4, and were progressively more integrated, gaining their own menu in version 5.0. [8] In version 4.5, Bare Bones introduced BBEdit Table Builder as an additional tool for web designers and developers to visually design HTML tables, then the main technique for layout control on web pages. [9] [10] Table Builder was removed in version 6.0, since enhancing it would involve replicating the features of existing visual HTML editors, and BBEdit was at this time bundled with Dreamweaver. [11] BBEdit's plugin support was removed in version 9.6, in favor of the expanded selection of scripting languages available on Mac OS X.

BBEdit was one of the first applications to be made available for Mac OS X, as a Carbon app. On macOS, BBEdit takes advantage of the operating system's Unix underpinnings by integrating scripts written in Python, Perl, or other common Unix scripting languages, as well as adding features such as shell worksheets that provide a screen editor interface to command line functionality similar to MPW Worksheets and Emacs shell buffers.

BBEdit's creator code R*ch refers to Rich Siegel, one of Bare Bones Software's founders and the original author of BBEdit.

Features

BBEdit is designed for use by software developers and web designers. [2] It has native support for many programming languages and custom modules can be created by users to support any language. BBEdit is not a word processor, meaning it does not have text formatting or page layout features.

The application contains multi-file text searching capabilities including support for Perl-compatible regular expressions. BBEdit allows previewing and built-in validation of HTML markup and also provides prototypes for most HTML constructs that can be entered into a dialog box. It also includes FTP and SFTP tools and integrates with code management systems. BBEdit shows differences between file versions and allows for the merging of changes. Support for version control, including Git, Perforce, and Subversion is built in. [2]

A number of applications and developer tools provide direct support for using BBEdit as a third-party source-code editor.

BBEdit supports the Open Scripting Architecture and can be scripted and recorded using AppleScript and other languages, as well as having the ability to execute AppleScripts itself. [12]

Language support

BBEdit supports syntax highlighting for a wide variety of popular computer languages. As of version 10.1, these include: ANSI C, C++, CSS, Fortran 95, HTML, Java, JavaScript, JSP, Lasso, Object Pascal, Objective-C, Objective-C++, Perl, PHP, Python, Rez, Ruby, Setext, SQL (including Transact-SQL, PL/SQL, MySQL, and PostgreSQL), Tcl, TeX, UNIX shell scripts, XML, and YAML. BBEdit's SDK allows users to develop additional language modules. [13]

With the release of version 14.0, BBEdit offered support for the Language Server Protocol allowing users to employ their own programming language servers or to utilise preexisting servers. [14]

Freeware versions

BBEdit Lite

BBEdit Lite was a freeware stripped-down version of BBEdit, [15] [16] that ceased development in 2003. BBEdit Lite had many of the same features as BBEdit such as regular expressions, a plug-in architecture and the same text editing engine, but no programming and web-oriented tools such as syntax highlighting, command line shell, HTML tools or FTP support. BBEdit Lite 6.1 comes in two forms: a Classic version for use under Mac OS 7.5.5 to Mac OS 9, and a Carbon version that runs under Mac OS X natively. Note: the Classic version does not run under the Classic environment. [17]

TextWrangler

TextWrangler
Developer(s) Bare Bones Software
Initial releaseFebruary 25, 2003;21 years ago (2003-02-25)
Stable release
5.5.2 / September 20, 2016 (2016-09-20)
Operating system macOS
Type Text editor
License Proprietary
Website www.barebones.com/products/textwrangler/

In 2003, Bare Bones introduced the commercial text editor TextWrangler, an enhanced version of BBEdit Lite, [16] [18] which ceased further development. Later TextWrangler 2.0 was made available free of charge. [19] In 2016, BBEdit 11.6 introduced a free mode that matched TextWrangler's feature set, and in 2017, Bare Bones sunsetted support and development for TextWrangler. [20]

A plain text editor like BBEdit, TextWrangler did not have a robust set of formatting and style options. It has features common to most programming text editors, such as syntax highlighting for various programming languages, a find and replace function with regular expression support, spell check, and data comparison. TextWrangler also included scripting support using AppleScript, Python, Perl, shell scripts, and BBEdit's native Text Factories. It supported text reformatting, and could read and save files in encodings including various Unicode encodings, ASCII, Latin-1 and Latin-9.

BBEdit 11.6 and up

In the Summer of 2016, with the release of BBEdit 11.6, Bare Bones Software introduced a free mode of BBEdit [21] that even after the expiration of the 30-day evaluation period of BBEdit's full features would continue to offer TextWrangler's features and some additional features beyond TextWrangler's. [22] In response to a user question, author Rich Siegel confirmed that TextWrangler would eventually be phased out, given that the free mode of BBEdit now incorporates all functions of TextWrangler. [23] [24]

Related Research Articles

An integrated development environment (IDE) is a software application that provides comprehensive facilities for software development. An IDE normally consists of at least a source-code editor, build automation tools, and a debugger. Some IDEs, such as IntelliJ IDEA, Eclipse and Lazarus contain the necessary compiler, interpreter or both; others, such as SharpDevelop and NetBeans, do not.

<span class="mw-page-title-main">Adobe Flash</span> Discontinued multimedia platform used to add animation and interactivity to websites

Adobe Flash is a discontinued multimedia software platform used for production of animations, rich internet applications, desktop applications, mobile apps, mobile games, and embedded web browser video players.

<span class="mw-page-title-main">Vim (text editor)</span> Improved version of the Vi keyboard-oriented text editor

Vim is a free and open-source, screen-based text editor program. It is an improved clone of Bill Joy's vi. Vim's author, Bram Moolenaar, derived Vim from a port of the Stevie editor for Amiga and released a version to the public in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. Since its release for the Amiga, cross-platform development has made it available on many other systems. In 2018, it was voted the most popular editor amongst Linux Journal readers; in 2015 the Stack Overflow developer survey found it to be the third most popular text editor, and in 2019 the fifth most popular development environment.

HTML-Kit is a proprietary HTML editor for Microsoft Windows made by chami.com. The application is a full-featured HTML editor designed to edit, format, validate, preview and publish web pages in HTML, XHTML and XML -languages.

FileMaker is a cross-platform relational database application developed by Claris International, a subsidiary of Apple Inc. It integrates a database engine with a graphical user interface (GUI) and security features, allowing users to visually modify a database. Versions for desktops, servers, iOS and web-delivery have been released.

<span class="mw-page-title-main">WebObjects</span> Java web application server and framework originally developed by NeXT Software

WebObjects is a discontinued Java web application server and a server-based web application framework originally developed by NeXT Software, Inc.

HomeSite was an HTML editor originally developed by Nick Bradbury. Unlike WYSIWYG HTML editors such as FrontPage and Dreamweaver, HomeSite was designed for direct editing, or "hand coding", of HTML and other website languages.

jEdit Cross platform text editor

jEdit is a free software text editor available under GPL-2.0-or-later. It is written in Java and runs on any operating system with Java support, including BSD, Linux, macOS and Windows.

This article provides basic comparisons for notable text editors. More feature details for text editors are available from the Category of text editor features and from the individual products' articles. This article may not be up-to-date or necessarily all-inclusive.

<span class="mw-page-title-main">LAMP (software bundle)</span> Acronym for a common web hosting solution

LAMP is an acronym denoting one of the most common software stacks for the web's most popular applications. Its generic software stack model has largely interchangeable components.

Bare Bones Software is a private North Chelmsford, Massachusetts, United States software company developing software tools for the Apple Macintosh platform. The company develops the BBEdit text editor, marketed under the registered trademark "It doesn't suck", and has been mentioned as a "top-tier Mac developer" by Mac OS X journalist John Siracusa.

<span class="mw-page-title-main">Komodo Edit</span> Text editor for dynamic programming languages

Komodo Edit is a free and open source text editor for dynamic programming languages. It was introduced in January 2007 to complement ActiveState's commercial Komodo IDE. As of version 4.3, Komodo Edit is built atop the Open Komodo project. Komodo IDE is no longer supported and maintained by developers for Python.

<span class="mw-page-title-main">MySQL Workbench</span> Database design graphical tool

MySQL Workbench is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single integrated development environment for the MySQL database system. It is the successor to DBDesigner 4 from fabFORCE.net, and replaces the previous package of software, MySQL GUI Tools Bundle.

<span class="mw-page-title-main">SlickEdit</span>

SlickEdit, previously known as Visual SlickEdit, is a cross-platform commercial source code editor, text editor, and Integrated Development Environment developed by SlickEdit, Inc. SlickEdit has integrated debuggers for GNU C/C++, Java, WinDbg, Clang C/C++ LLDB, Groovy, Google Go, Python, Perl, Ruby, Scala, PHP, Xcode, and Android JVM/NDK. SlickEdit includes features such as built-in "beautifiers" that can enhance code as you type, code navigation, context tagging, symbol references, third-party tool integration, DIFFZilla, syntax highlighting, and 15 emulations.

<span class="mw-page-title-main">Etherpad</span> Open-source web-based collaborative real-time editor

Etherpad is an open-source, web-based collaborative real-time editor, allowing authors to simultaneously edit a text document, and see all of the participants' edits in real-time, with the ability to display each author's text in their own color. There is also a chat box in the sidebar to allow meta communication.

<span class="mw-page-title-main">CSS HTML Validator</span>

CSS HTML Validator is an HTML editor and CSS editor for Windows that helps web developers create syntactically correct and accessible HTML/HTML5, XHTML, and CSS documents by locating errors, potential problems like browser compatibility issues, and common mistakes. It is also able to check links, check spelling, suggest improvements, alert developers to deprecated, obsolete, or proprietary tags, attributes, and CSS properties, and find issues that can affect search engine optimization.

The following outline is provided as an overview of and topical guide to the Perl programming language:

References

  1. "BBEdit 15.0 Release Notes (English)".
  2. 1 2 3 Bare Bones Software (2008). "Bare Bones Software - BBEdit 9". Archived from the original on 20 September 2008. Retrieved 2008-09-20.
  3. "MacTech | The journal of Apple technology". preserve.mactech.com. Retrieved 2019-08-09.
  4. "TextWrangler aims to set the standard for text editors". Macworld. 2005-01-18. Retrieved 2019-08-09.
  5. "We've officially sunsetted TextWrangler and it's not compatible with High Sierra. Time to switch!". Twitter. 2017-10-12. Retrieved 2019-08-09.
  6. "Free Mailsmith Is the BBEdit of Email Clients".
  7. "Mailsmith Updates".
  8. "Review of BBEdit 5.0". With BBEdit version 5.0, in a move sure to win applause from many long-time users, the HTML tools have been moved into their own Markup menu (the palette is still available as well).
  9. "BBEdit 4.5". 15 February 2022. Ironically, Bare Bones has added a visual HTML tool to BBEdit 4.5, known as the BBEdit Table Builder. The Table Builder is a separate application and as the name implies, it is used to construct HTML tables.
  10. "Bare Bones Software Company History".
  11. "BBEdit 6.5 manual" (PDF). Archived from the original (PDF) on 2016-10-11. Retrieved 2016-06-10. Starting with BBEdit 6.0, Table Builder is no longer included in the BBEdit package. After thorough consideration, we decided that in order to expand Table Builder's capabilities sufficiently to meet the needs of a majority of our customers, it would be necessary to replicate much of the functionality presently provided by existing visual HTML editors.
  12. Bare Bones Software. "BBEdit's Other Useful Features". Archived from the original on 4 September 2007. Retrieved 2007-09-03.
  13. Bare Bones Software. "BBEdit's Display Features". Archived from the original on 19 August 2007. Retrieved 2007-09-03.
  14. Snell, Jason (July 19, 2021). "BBEdit 14.0 arrives with Notes and LSP support". SixColors. Retrieved 21 December 2022.
  15. MacTech July 1993 Newsbits, http://www.mactech.com/articles/mactech/Vol.09/09.07/Jul93Newsbits/index.html
  16. 1 2 Bare Bones Company History, http://www.barebones.com/company/history.html
  17. Gruber, J., Kindall, J., Borenstein, P., Jester, S., Siegel, R., & Woolsey, P. (2001). BBEdit Lite 6.1 User Manual. Bedford, MA: Bare Bones Software, Inc.
  18. MacWorld, BBEdit, February 2003. http://www.macworld.com/article/9341/2003/02/bbedit.html Archived 2018-12-08 at the Wayback Machine
  19. Bare Bones TextWrangler FAQ http://www.barebones.com/support/textwrangler/faqs.html
  20. ""Bare Bones Drops TextWrangler for BBEdit's "Free Forever" Demo"". 3 March 2017.
  21. "TextWrangler". Bare Bones Software. Archived from the original on 5 August 2016. Retrieved 26 August 2016.
  22. "BBEdit Comparison Chart". Bare Bones Software. Archived from the original on 2016-08-26. Retrieved 26 August 2016.
  23. "Re: Why is TextWrangler still available/developed given the recent addition of free mode to BBEdit?". Google Groups. 2 August 2016. Retrieved 26 August 2016.
  24. "TextWrangler to Be Retired as Bare Bones Software Focuses Development on BBEdit" . Retrieved 2017-07-28.