SUPPORT : BBEdit : Archived Release Notes : BBEdit 7.1.3 Release Notes
BBEdit 7.1.3 Release Notes
This page documents all feature enhancements and bug fixes included in the BBEdit 7.1.3 maintenance update.
For information on changes made in previous versions, please see the release notes archive.
Additions
The name of the "Resolve URL" command (on the Text menu) is now "Open URL".
The "Auto-Connect" setting in the FTP dialogs no longer requires that "Remember Password" be turned on. This is useful if you have previously set up to use public-key authentication for SSH (in which case no password is required).
Fixes
Corrected a bug where onload and onunload were missing from the XHTML 1.1 language table specification for the body element.
Fixed a bug where the Anchor dialog would crash on Mac OS 9 if the selection contained whitespace.
Fixed a bug in the new auto-indent whitespace behavior where the undo stack was incorrect if the document was represented internally as unicode.
Corrected a mistake in the Perl syntax coloring scanner that would cause it to almost always break runs at the end of a line. A side-effect of correcting this is that the '/' operator is no longer treated differently if it appears on the second or subsequent line of an expression, i.e., it will not mistakenly be treated as a string delimiter if it would not have been had the entire expression been on a single line (pardon the legalese :-).
Fixed ancient bug in which the meanings of the "List Text Files Only" and "Skip (...) Folders" switches were reversed in the Find Differences dialog.
Fixed bug in which the resource fork of a shell worksheet document was left open, which would lead to -192 errors when subsequently saving other documents.
Fixed bug in which an error would occur when trying to save a file opened using SFTP on an alternate port.
Fixed bug in which the FTP dialog would include the port number in the host name when selecting an SFTP host via Rendezvous. It now only does so when the port is not the default SFTP port.
Rendezvous initialization for FTP server browsing is now deferred until the first time the FTP dialogs are used.
Fixed a bug where pasting into the Anchor (and friends) dialog URL field would result in the field contents being selected after the paste.
Fixed bug in which renaming a file in the Open from FTP/SFTP dialog when connected to an SFTP server would end up moving the renamed file to the logged-in user's home directory.
When checking to see whether an FTP/SFTP file is already open, BBEdit now includes the user name in the test, so that files which have the same host and path, but different user login, are handled correctly.
Fixed a bug where Open by Name would open ~/... as /...
If CodeWarrior is busy when BBEdit tries to update its state, BBEdit will now wait three seconds to retry (rather than the previous ten seconds). This improves the responsiveness of the UI a bit.
Updated the PHP keyword list
Fixed bug in which the visible "SFTP" indicator in FTP browsers didn't change when choosing a bookmark caused the SFTP setting to change.
Fixed a memory leak in the Apple Event guts.
Fixed bug in which path information wasn't saved when using "Add Bookmark..." from the FTP dialog or FTP browser, and the dialog/browser was not currently connected to a server.
Fixed a bug where if you included a non-MacRoman document in a MacRoman document, the data was inserted incorrectly.
Some SFTP servers seem to get upset if you ask them how big a file is immediately before opening it for download. So we don't do that anymore. This resolves SFTP timeouts when opening files via SFTP from the Open Recent menu.
Fixed a bug where the shell path would sometimes get garbled when re-opening a saved shell worksheet.
Fixed bug in which BBEdit would crash if the saved split position for a disk browser got hammered.
Fixed a bug where scripted results of process lines containing were incorrect if the input data was unicode. (A non-unicode string was returned in which every other byte was a NULL.)
The spelling checker now adjusts its start and end points as necessary to avoid checking partial words if the selection range starts and/or ends in the middle of a word.
Fixed bug in which making a new directory on an SFTP server would report an error or otherwise behave strangely.
Tweaked the error message text for SSH_FX_FAILURE.
BBEdit will now alert you if a language module cannot be used because it's not Unicode-savvy.
The world is once again safe for democracy: the titles have been restored to the FTP/SFTP open and save dialogs.
Fixed bug in the file filter UI in which pasting into a string term didn't mark the filter as changed.
Clarified scripting dictionary description of the "encoding" property of the "text document" class.
Fixed bug in which menu scripts attached to the "Markup -> Preview" command stopped working (because the title of that menu command became dynamic).
BBEdit now puts the same information in a drag from the Windows palette as it does in a drag of the window's title bar icon. This means that if you drag the an FTP/SFTP document's window from the window palette, you'll now get a URL instead of a reference to the temporary file.
-
Educate Quotes now correctly handles the case of a quote immediately following a right-angle bracket, as in:
<p>"this is a test"</p>
-
The yen key on JIS keyboards now behaves much better. Typing yen still yields a yen character (which still appears as a box in Osaka-mono, but the correct Unicode char is being used here - 0xA5) and to get a backslash you need only type option-yen (which appears as yen in Osaka-mono, but the correct Unicode char is being used here as well - 0x5C, ASCII backslash).
This applies, to my knowledge, to Mac OS 9.2.2 with the Japanese Language Kit using the US Keyboard layout, as well as Mac OS X 10.3.2 with US and Japanese Romaji (half-width Roman) Keyboard layouts. The Katakana and Hiragana layouts take both yen and option-yen to be a full-width yen character (not much I can do about that).