[ANN] BBEdit 11.5 (3835) pre-release

2016-01-08 Thread Rich Siegel

Good morning folks,

We're working on an update to BBEdit 11 which will add some new 
features and address a few recently reported issues.


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 changes that have been made since the 
previous pre-release build. Its notes are available here: .


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. Please take the time to review the changes before 
using the new build -- it'll be worth your time.


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  and we will deal 
with it there. This will help us keep the list discussion on 
topic and productive for all list members.




version 11.5 (3835) (2016-01-08)

Additions
-

o   (none in this build)

Changes
---

*   [NFR] Changed the factory keyboard equivalent for Paste & Match
Indentation to Command-Option-Shift-V. (Existing 
pre-release 11.5
installations will remain with the old default; use the 
Menus &

Shortcuts preferences to adjust.)

*   [NFR] When pasting on a line with no leading whitespace, "Paste
& Match Indentation" will now match that indentation (by removing
it from the pasted text), rather than pasting the text as-is
(with possibly mismatched indentation).

*   [NFR] When pasting at the beginning of a line which consists
entirely of non-whitespace characters, "Paste & Match
Indentation" will act as though you had pasted on an empty line,
thus matching indentation with an appropriate preceding line.
(This is more generally useful.)

Fixes
-

*   [NFR] [317439] Fixed bug in which runs specified language
modules with `BBLMBalanceSpecialRunKinds` runs did not use the
correct logic when balancing while typing, leading to incorrect
"unbalanced" warnings.

*   [NFR] [317471] Fixed regression which broke automatic lookup of
credentials in the FTP/SFTP connection panel. (This one's going
to cost me dinner.)

*   [204070] The hierarchical HTML formatters (Pretty Print and
Strict Hierarchical) no longer enforce strict containment rules,
which allows them to generate better results when given 
HTML code
that is invalid due to containment mistakes but is 
otherwise well

formed. This change also addresses inconsistencies in indentation
between self-closed XML-style tags (e.g. "``") and inline
tags which are implicitly closed (e.g. ``).

*   [213685] Fixed bug in which tags with "protected" content
(`script`, `style`, `pre`, `textarea`) did not have line breaks
placed after the closing tag when using "Pretty Print" markup
source formatting.

*   Fixed cases in which list items that should have been drawn in
the italicized system font were not, on 10.10 and later. This
affects applied differences, aliases in disk browser, and the
"empty line" items in the Jump Points and other navigation
palettes.

==end==

The package can be downloaded from our web server:



Enjoy,

Rich Siegel
==
Bare Bones Software, Inc. 

--
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email

"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Getting just the differences.

2016-01-08 Thread Lee Hinde
I'm doing a Find Differences between two files. I want to copy just the
lines that are different, from both files, into a new document so I can
send that to someone.

Is there a way to do that?

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Getting just the differences.

2016-01-08 Thread Oliver Boermans
Hi Lee,

this may work for you if you are happy sharing the whole line containing
the difference and the two documents are mostly the same.

1. Make a copy of each file and remove any obvious unimportant difference
between them. (Particularly line breaks)

2. Ensure the lines within each document are unique – prefix each line of
both documents with a number

Text > Add/Remove Line Numbers…
✓Insert – with other settings to your taste.

3. Copy and paste the contents of the first document into the end of the
second.

4. Remove duplicate lines:

 Text > Process Duplicate lines
 ✓Matching All and ✓Delete duplicate lines

5. Sort lines to unite the different lines

 Text > Sort Lines…

Hope that helps

Cheers
Ollie

On 9 January 2016 at 10:34, Lee Hinde  wrote:

> I'm doing a Find Differences between two files. I want to copy just the
> lines that are different, from both files, into a new document so I can
> send that to someone.
>
> Is there a way to do that?
>
> --
> This is the BBEdit Talk public discussion group. If you have a
> feature request or would like to report a problem, please email
> "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 
>
> ---
> You received this message because you are subscribed to the Google Groups
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Getting just the differences.

2016-01-08 Thread Oliver Boermans
Oops missed settings for Sort Lines…

✓ Numbers match by value
✓ Sorted lines replace selection

Enjoy

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Massaging CSV Data

2016-01-08 Thread Jaimie Lancaster
Hello,

I need some help from the group please. My Bbedit skill are limited when it 
comes to programming and data manipulation.

I recently received a list of contacts in a csv format. (About 1400 pages) 
and I'm trying to get them into Filemaker pro.

All is fine except the address part, rather than being Address, City, 
State, Zip is all one block of information. It all imports into just one 
field.

Here is a sample record from the csv data:

253,Joe's Pool Hall FWB ,"999 Veterans Memorial Dr
Anytown, AL 39044-1550
",06/19/2008,01/01/1991,001107,$ 84.45,$ 84.45,


Here's the header row:  Account Number,Recognition Name,Address Block,Date 
of Donation,First Gift Date,Designation Short Display Name,Amt,Total Adj 
Amt,Comment

I did figure out that in the Address block I needed to change and add 
Address, City, State, Zip.

I thought if I just stripped out the " " marks that it would take care of 
it but I need a comma before the City.

Any help or a point in the direction to research more would be appreciated.

Thanks,

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Cats

2016-01-08 Thread Steven Kleiman
Hi,

I'm getting ctags references for places outside my BBEdit project (old 
archived versions) in a sibling directory. I've tried removing all the tags 
files in my tree (find ~ -name tags ...) even the siblings, but the 
references persist. How can I find where BBEdit is getting the tags from?

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.