Good { morning, afternoon, evening },

Since the 10.1 release, we've incorporated a few fixes and refinements. A pre-release build is now available with those changes. (This build incorporates the changes from 3115, which you can read about here: <http://groups.google.com/group/bbedit/msg/4c0b645d7f886f30>.)

Note that this is a _pre-release_ version. The intent is to fix bugs and address areas of improvement based on what our customers have reported. However, since the software is at this point not fully tested, there _may_ be bugs and regressions. If this prospect makes you nervous, then sticking with the public release versions is your best course of action. Nobody will be offended if you choose to do so; you're under no obligation to install and use anything but a public release. :-)

Following is a summary of the changes in the software since the last public release. The change notes are organized into additions, changes, and fixes, and are annotated where appropriate with case numbers. So if you recognize a number corresponding to a support case that was opened for you, you can now verify that it's been fixed correctly.

One final note: If you run into a bug in a pre-release version, PLEASE DO NOT REPORT THE BUG TO THE LIST. This includes asking about whether others have seen the same problem. Instead, please send a bug report to <[email protected]> and we will deal with it there. This will help us keep the list discussion on topic and productive for all list members.

============================================================================

version 10.1.1 (3117)   (11/21/2011)

Additions
-------

o   (none in this build)

Changes
-------

*   [211621] BBEdit now makes a reasonable guess at a filename
    extension when using "Save As" for a new document.

Language modules can specify a "`BBLMPreferredFilenameExtension`" key,
    with a string value. This will be used if necessary. If it is
    absent, the first item in the BBLMSuffixMap array is used.

    You can also use an expert preference to set the preferred extension
    on a per-language basis:

`defaults write com.barebones.bbedit PreferredFilenameExtension_<LanguageName> -string "abc"`

    Replace `<LanguageName>` with the actual language name; for example:

`defaults write com.barebones.bbedit PreferredFilenameExtension_C++ -string "cxx"` `defaults write com.barebones.bbedit PreferredFilenameExtension_YAML -string "yaml"`

Note that the extension you specify should *not* include the leading period.

Fixes
-----

*   [213065] Clicking on a project list item that is already selected
    will now cause it to be opened, in the case where it had previously
been closed by clicking on the "X" widget and nothing else had been
    selected in the meantime.

*   [222362] Fixed bug in which revealing a file in the project list
would sometimes twist open the wrong ancestor, in cases where the
    ancestor's name was a prefix of the file's actual ancestor directory
    name.

*   [various] Fixed bug in which clicking on a project list item would
    cause it to open in a new window when the project window's editor
    view was collapsed.

*   [224492] Quieted a console warning about an autoreleased
`NSCFLocale`, which occurred when doing a single-file Replace All.

* [113907, 224526] Fixed crash which would occur when attempting to use a font with defective metrics, such that it reported a zero line
    height.

*   Fixed bug in which manually selecting a tag name from the markup
    panel's combo box did not correctly autofill the panel's attribute
    list.

=end=

The package can be downloaded from our web server:

    <http://pine.barebones.com/seeding/bbedit-1011_3117.dmg>

Enjoy,

R.
--
Rich Siegel                                 Bare Bones Software, Inc.
<[email protected]>                      <http://www.barebones.com/>

--
You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to