Re: Setting default Text Magnification

2019-03-15 Thread Keith Irwin
You could also set the default font to something larger.

> On Mar 15, 2019, at 1:06 PM, Christopher Stone  
> wrote:
> 
> On 03/07/2019, at 14:42, Sean Ford  > wrote:
>> I have the same issue (getting old). How can I suggest the addition of an 
>> "Expert Preference" for a default Text Display (Magnification)?
> 
> 
> Hey Sean,
> 
> It's not all that uncommon for apps to have default magnification levels 
> greater than 100%, so it would be reasonable to make a feature request to 
> support for this.
> 
> (A lot of us are getting older...)
> 
> In the the meantime your options are basically:
> 
> A) Set keyboard shortcuts for the BBEdit > View > Text Display > (Zoom-In, 
> Zoom-Out, Actual Size) menu items.
> 
> B) Use hotkey-driven AppleScripts to modify thinks to your liking.
> 
> C) You could attach a script to the documentDidOpen event and have every 
> newly opened document zoom to your desired level automagically.  Attachment 
> scripts are a bit of a pain – but not that bad if you really want the 
> functionality.
> 
> --
> Best Regards,
> Chris
> 
> 
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or need technical support, 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 
> .
> Visit this group at https://groups.google.com/group/bbedit 
> .

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, 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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Close multiple files without saving

2019-03-15 Thread Jon Hill
Sweet! I now have a keyboard shortcut defined for it.

Thank you!

On Friday, March 15, 2019 at 3:16:22 PM UTC-5, Christopher Stone wrote:
>
> On 03/15/2019, at 12:00, Jon Hill > 
> wrote:
>
> Maybe I could script it?
>
> --
>
> Hey Jon,
>
> Sure you can.  Something like this will work:
>
> --
>
> *tell* *application* "BBEdit"
> *set* winList *to* *text documents* *whose* name *contains* "untitled" 
> *and* on disk *is* *false*
> *repeat* *with* i *in* winList
> *close* i *without* saving
> *end* *repeat*
> *end* *tell*
>
> --
>
> And you can get much fancier if you want to.
>
> --
> Best Regards,
> Chris
>
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, 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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Close multiple files without saving

2019-03-15 Thread Christopher Stone
On 03/15/2019, at 12:00, Jon Hill mailto:jon.ilu...@gmail.com>> wrote:
> Maybe I could script it?


Hey Jon,

Sure you can.  Something like this will work:


tell application "BBEdit"
set winList to text documents whose name contains "untitled" and on disk is 
false
repeat with i in winList
close i without saving
end repeat
end tell


And you can get much fancier if you want to.

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, 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.
Visit this group at https://groups.google.com/group/bbedit.


Re: somebody has stollen cmd - K from my BBEdit :-)

2019-03-15 Thread Christopher Stone
On 03/09/2019, at 08:52, Vlad Ghitulescu mailto:v...@ghitulescu.de>> wrote:
> I'm almost sure that it must be BBEdit… only almost, because changing the 
> trigger to something else (and I tried a few other triggers) doesn't work 
> either!
> 
> That's why it's only fair to ask the same question in the Keyboard Maestro 
> forum :-)


Hey Vlad,

It's very unlikely that BBEdit would/could override a Keyboard Maestro keyboard 
shortcut.

The Keyboard Maestro hotkey should take precedence.

It does for me with BBEdit 12.6.2 (412053) on OSX 10.12.6.

--
Take Care,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, 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.
Visit this group at https://groups.google.com/group/bbedit.


[ANN] BBEdit 12.6.2 (412053) pre-release

2019-03-15 Thread Rich Siegel

Good morning folks,

We're currently working on another maintenance update to BBEdit 
12 to 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. :-)


Complete change notes to date for all the pre-release builds in 
this cycle 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.


Here is the list of changes made since the previous pre-release build:



version 12.6.2 (412053) (2019-03-15)

*   This version of BBEdit requires macOS 10.12.6 or later. It will
not run on previous versions of macOS or Mac OS X.

Additions
-

o   (none in this build)

Changes
---

o   (none in this build)

Fixes
-

*   [NFR] [368474] Worked around OS bug (48923334) in which authenticated
saves would fail, due to the application not having a 
read-write access

entitlement for the location. (This applies only to non-app-store
builds.)

*   [368444] Fixed bug in which JavaScript function generators would
confuse the function scanner.

*   [368436] The "Deploy Site" command for projects will now skip
over Google site verification files when preprocessing 
(based on

whether the file has "`google-site-verification: `" at the very
start).

*   [368436] Fixed a bug in generation for `#include` and
`#bbinclude` in which an absolute path was always generated for
files within the site's specified "templates and includes"
directory.

*   [368436] In cases where a site project's "Templates and
Includes" folder is _inside_ the project's "Local Site Root"
folder, the contents of the templates folder will no longer be
preprocessed nor uploaded when deploying.

*   [368447] Fixed a bug in which opening the Functions palette with
keyboard focus in the Live Search box would result in the 
palette being

devoid of items.

*   [368460] Fixed regression in which touching a file's
modification date outside of the application did not cause its
displayed modification date to update in the editing view status
bar.

*   [368460] Fixed a bug in which printing always ignored the time
stamp setting, and used the printing date in the page header.

*fin*

The package can be downloaded from our web server:



Enjoy,

R.

--
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, 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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Close multiple files without saving

2019-03-15 Thread Jon Hill
Maybe I could script it?

On Tuesday, March 12, 2019 at 12:26:20 PM UTC-5, Jon Hill wrote:
>
> Thanks! Is there a way to "Close *Selected* Documents" without asking 
> about saving?
>
> On Tuesday, March 12, 2019 at 11:28:00 AM UTC-5, flet...@cumuli.com wrote:
>>
>> Close All Documents, Cmd-Option-W, brings up a single dialog listing all 
>> the documents so you can select which to save or none. Hold down Option 
>> when you hit the window close box and it seems to do the same thing.
>>
>> Close All Windows, Cmd-Option-Shift-W, is similar but seems to ask about 
>> each document individually.
>>
>> [fletcher]
>>
>>
>> On Mar 12, 2019, at 8:51 AM, Jon Hill  wrote:
>>
>> I frequently open a new text file with the clipboard and eventually end 
>> up with many "untitled text nn" files open. It would be nice if I could 
>> close them en masse without selecting "Don't Save" for each one. I gotta 
>> figure there is a way... Is there?? I can select them all, but when I click 
>> a close box on one of the selected files, it asks if I want to save and 
>> only closes the one file, not all of the selected files.
>>
>> -- 
>> This is the BBEdit Talk public discussion group. If you have a 
>> feature request or need technical support, please email
>> "sup...@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+un...@googlegroups.com.
>> To post to this group, send email to bbe...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/bbedit.
>>
>>
>>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, 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.
Visit this group at https://groups.google.com/group/bbedit.