BBEdit 11.1.3 Release Notes

BBEdit 11.1.3 is a focused maintenance update which includes fixes for reported issues.

For details on all the new features and enhancements available in BBEdit 11, please see its release notes.

For detailed information on using any of BBEdit's features, please refer to the user manual (choose "User Manual" from BBEdit's Help menu).

Requirements

BBEdit 11.1.3 requires Mac OS X 10.8.5 or later, and is compatible with OS X 10.11 "El Capitan".

Additions

  • This release consists entirely of fixes for reported issues, and contains no new features.

Fixes

  • "Convert to Table" now generates <thead> and <tbody> containers when "First Line is Header" is turned on.

  • Fixed bug in which some options in the Text Options sheet were inappropriately enabled for the Find and the Multi-File Search windows.

  • Fixed a performance bug in which status bar items were spending far too much time drawing themselves.

  • Fixed some questionable code in ctags which could be the cause of occasional garbage paths being generated in tags files when using --tag-relative=yes.

  • The --verbose option to ctags will now also print out the current working directory.

  • Fixed bug in which title bar icon drags from FTP/SFTP documents would report an error when trying to drag them into the sidebar of a project window.

  • Made some changes to reduce the overhead involved in deriving a file's encoding from its contents. This will further increase the performance of multi-file searching and other large-batch operations.

  • Fixed crash which would sometimes occur when typing HTML tags (such as <pre>) in the middle of Markdown documents.

  • Fixed bug in which custom highlight colors were applied even when the "Use custom highlight colors" setting was turned off in the "Text Colors" preferences; and related, fixed bug in which turning the setting off did not correctly apply the system text highlight colors.

  • Progress dialogs now remember their positions after having been moved.

  • Fixed a cosmetic bug in Text Factory windows in which buttons in items would be drawn outside of the bounds of the scrolling list of actions (in cases where the list itself was long enough to require scrolling).

  • Fixed bug in which Text Factory list item actions would draw incorrectly when there were enough items in the factory to require scrolling.

  • When making a new FTP/SFTP browser window, the initial state of the "SFTP" setting in the connection panel is now set using the SFTP state of your most recent successful connection.

  • Fixed a bug in which the Markup Builder panel would appear and then immediately disappear.

  • Fixed a bug which would cause syntax coloring of PHP embedded in HTML to get out of whack when making edits in the embedded PHP.

  • Fixed bug in which Subversion revision data was not read correctly from the output of svn cat, which would result in incorrect comparison results in cases where the revision being compared against was UTF-16.

  • Fixed the blurry antialiased blinking insertion point.

  • Fixed bug in which Tab didn't work correctly when typing in a column selection.

  • Added boolval to the PHP keyword list.

  • Color values in language modules and color schemes of the form rgb(r,g,b) are now loaded using the CSS color space (0-255 per value) rather than the legacy preferences range (0-65535). This fixes a bug in which color values written using rgb notation would load as indistinguishable from black.

  • In CSS, decimal numbers without zeroes before the decimal are now detected and colored. Example: .5em

  • IDs in selectors will no longer be syntax-colored as though they were hex colors when they happen to begin with hexadecimal characters. For example:

    #feature { font-weight: bold; }

    ... will no longer show the "#fea" as a color.

  • Fixed bug in which the codeless language module loader would warn about BBLMColorsSyntax being turned on but having no keywords, in cases where the language module used the newer (BBLMKeywords) keyword list format.

  • Corrected alignment of edit fields in the "Customize Language Options" panel.

  • In order to work around a crash on OS X 10.11 (22523205), code which loads, saves, and interprets printing options in saved document state has been removed. (It is in fact the case that these settings were never actually used once loaded.)

  • Worked around a bug in OS X 10.11 (22636752) in which the font panel would open and be unresponsive to clicks, or changes in the font panel would not affect settings in the Preferences window.

  • Fixed bug in which the front document window would be left inactive after certain dismissals of the markup panel or file info panel.

  • Fixed a crash which would occur when closing a project window just after it opened, before certain housekeeping tasks completed.

  • Added public.css as a supported content type so that CSS files are seen by the OS as eligible for opening in BBEdit or TextWrangler.

  • Worked around a bug in OS X 10.11 (22872931) in which the application was not notified correctly when files were added, removed, or renamed within folders (Clippings, Scripts, Text Filters, and Stationery).

fin