SUPPORT : BBEdit : Archived Release Notes : BBEdit 7.1.1 Release Notes
BBEdit 7.1.1 Release Notes
This page documents all feature enhancements and bug fixes included in the BBEdit 7.1.1 maintenance update.
The BBEdit 7.1 release notes detail the fixes and improvements made in BBEdit 7.1.
Additions
-
There's a new command on the Markup menu: "Refresh BBEdit Preview". How it behaves depends on the situation in which it's invoked:
- if the front window is a BBEdit Preview window, its contents will be updated, and any files which were changed behind the preview window's back (e.g. images, linked CSS files) will be reloaded.
- if the front window is a text document, and there exists a preview window previously created by a "Preview in BBEdit" command on that document, then the associated preview window is reloaded.
- if the front window is a text document, and any preview windows are open, the frontmost preview window is reloaded, even if it doesn't necessarily belong to the front document.
BBEdit Preview windows now have a "Reload" button in them, which does the same thing as the "Refresh BBEdit Preview" menu command (see above).
When saving a CSS file, any open BBEdit Preview windows are reloaded, which saves you the trouble of doing it yourself if any of them referred to the CSS file.
Fixes
Fixed bug that prevented opening a "UTF-16 with no BOM" file.
Fixed crash which would occur sometimes when reporting an error that occurred during an FTP operation.
Restored curious cursor up/down behavior where if you moved up or down from a particular column position, typed something (even backspace), and then moved up or down again with a cursor key, the insertion point would be placed on the same column where you started typing instead of where you finished.
Fixed bug in which the "File:" option in the Hex Dump dialog couldn't be selected if a window was open.
Fixed bug in which BBEdit might mistakenly use the wrong connection (SFTP vs. FTP) when opening a directory URL from a file group window.
Undid previous fixes to C and VBScript related to newline detection
Restored missing "Configure TeX Coloring" plug-in.
Fixed a bug where clicking on the zoom box in a BBEdit Preview window didn't work correctly.
Preview in BBEdit now uses an appropriate window title for the preview window when the source file contained non-ASCII characters.
Fixed a regression where Tag Maker didn't show all properties for CSS rulesets.
When a BBEdit Preview window is refreshed, BBEdit will try to maintain the prior viewing position.
Fixed bug in which the name of a file in the FTP list would sometimes end up on the Clipboard after using Open from FTP/SFTP Server.
Fixed bug in which pasting into a string term in a filter criteria list would cause a -2505 error to be reported.
Fixed an OB1B in LineSort.
Fixed bug in which FTP uploads could stall if the upload took long enough to overlap with a periodic server ping. (Thus, it tended not to happen with small files being uploaded to servers on the LAN.)