SUPPORT : BBEdit : Archived Release Notes : BBEdit 8.2.6 Release Notes
BBEdit 8.2.6 Release Notes
This page documents all feature enhancements and bug fixes included in the BBEdit 8.2.6 update.
For information on changes made in previous versions of BBEdit, please see the release notes archive.
Requirements
-
This version of BBEdit is a Universal Binary: it runs natively on both PowerPC-based Macs with Mac OS X 10.3.5 or later, and on all Intel-based Macs.
Additions & Changes
-
When printing, BBEdit now limits the size of the font used in the page headers. The factory default is 14 point; you can adjust this from the command line if desired:
defaults write com.barebones.bbedit Printing:MaximumHeaderFontSize 14
Added "self" to the list of colored Python keywords.
Fixes
The following problems have been corrected in BBEdit 8.2.6:
Corrected an omission where it wasn't possible to specify the window position signature for Mach-O floating tools.
Fixed a bug in SVN Compare where standard error output was erroneously appended to the end of the contents of the file being to.
Fixed a bug where editing a CSS ruleset would insert extra whitespace after the selector if the ruleset was auto indented.
Fixed a crash in the URL resolver which could occur if the HTML Web Site's server URL was blank.
Fixed an off-by-1 bug in the quoted text rewrapper where it didn't use all of the characters alloted to each line when rewrapping.
Fixed bug in the handling of HTML palette prefs on Intel Macs which would prevent changes from being recognized.
-
The PHP function scanner now handles classes that implement interfaces:
class Foo implements Bar { /*...*/ } Fixed a bug in which performing certain edits with "Remove leading white space from indented line" (Editing: General) turned -on- would result in a crash; at times the crash wouldn't occur until some time after the edit had taken place.
The "No occurrences found" sheet used for multi-file searches is now suppressed if the search was initiated by an external AppleEvent (usually a script command). This change prevents BBEdit from unnecessarily blocking the script until the user dismisses the sheet.
Worked around a system bug in which application printing settings were handled inconsistently when printing presets other than "Default" were in use. Now, BBEdit's settings will always be used to populate the "Text Printing" settings, regardless of what preset you select.
Worked around a system bug where clicking on a relative link in a BBEdit Preview window to a non-existent file could result in a crash.
The "Print Selection Only" option in the print dialog should have been disabled when there was no selection; now it is.
Fixed rubber-stamp rotation when printing on Intel Macs.
Fixed bugs in the FTP Dialogs and FTP Browsers when trying to follow symlinks on SFTP servers.
Worked around a system behavior which caused window proxy icon drags from Cocoa applications to act as if the Command key was held down when they were dropped in a text view.
Fixed bug in which negated file filter tests (e.g. "File Name Does Not End With") didn't work on Intel Macs.
Fixed a bug where the Paste command appeared disabled in Navigation Services dialogs.
Fixed bug in which markers created on PowerPC Macs loaded as garbage characters on Intel Macs. Note that as a result of this change, if you're running on an Intel Mac and had previously corrected the markers, you'll need to correct them one last time.
Modified the file filtering for items in the Glossary folder, such that any file which is not a script, and not invisible, will show up in the Glossary palette. This eliminates any problem in which glossary items become invisible due to loss of HFS metadata from the files in the Glossary folder.
Fixed a bug in the menu keys table which made it impossible to correctly assign keyboard equivalents to the CSS Background and Effects commands.