Re: Why can't it be easier to change font size on the fly?

2017-11-07 Thread Everywhere is Nowhere
Love it. Thanks. CMD +/- just like browsers. Works like a charm. Thanks!

On Friday, November 3, 2017 at 9:13:30 AM UTC-7, Rich Siegel wrote:
>
> On 11/3/17 at 12:09 PM, reflec...@gmail.com  (Everywhere is 
> Nowhere) wrote: 
>
> >And besides all of that, why do I have to change the default 
> >size just to make a momentary change in the font size? 
>
> Well, because you don't. :-) 
>
> >More and more modern tools allow Command + or Command - to 
> >adjust the font size since it's of such ubiquitous utility. 
>
> Try View => Text Display => Zoom In/Zoom Out. You can assign 
> whatever keyboard equivalents you like using the Menus and 
> Shortcuts preferences. 
>
> Try the Magnification item in the status bar at the bottom of 
> the window. (It has a keyboard equivalent as well, see again the 
> Menus & Shortcuts preferences.) 
>
> R. 
> -- 
> Rich Siegel Bare Bones Software, Inc. 
>   <
> http://www.barebones.com/> 
>
> Someday I'll look back on all this and laugh... until they 
> sedate me. 
>
>

-- 
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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Why can't it be easier to change font size on the fly?

2017-11-05 Thread Christopher Stone
On 11/05/2017, at 01:00, Jeffrey Jones > 
wrote:
> Another way to change fonts is with the Fonts panel: View > Text Display > 
> Show Fonts


Let's not forget:

View > Text Display > Zoom In

View > Text Display > Zoom Out

If you give these keyboard shortcuts then you're a keystroke away from changing 
the magnification level.

You can also set view attributes instantly via AppleScript:

--

tell application "BBEdit"
tell front text window
set display font to "Times"
set display font size to 18
set display magnification to 2.0
end tell
end tell

--

Give your script a keyboard shortcut and again — you're a keystroke away from a 
change.

There's a lot of flexibility.

--
Best Regards,
Chris

-- 
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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Why can't it be easier to change font size on the fly?

2017-11-05 Thread Jeffrey Jones
On Nov 3, 2017, at 12:09 PM, Everywhere is Nowhere  
wrote:
> 
> And besides all of that, why do I have to change the default size just to 
> make a momentary change in the font size?

Another way to change fonts is with the Fonts panel: View > Text Display > Show 
Fonts

-- 
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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Why can't it be easier to change font size on the fly?

2017-11-04 Thread Vlad Ghitulescu

Thanks!

On 5 Nov 2017, at 6:11, Oliver Boermans wrote:


See attached:

[image: Inline images 1]

On 5 November 2017 at 15:37, Vlad Ghitulescu  
wrote:



On 3 Nov 2017, at 17:13, Rich Siegel wrote:

Try the Magnification item in the status bar at the bottom of the 
window.


Where is this?

Thanks!


Regards,
Vlad


--
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.
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 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.
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 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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Why can't it be easier to change font size on the fly?

2017-11-04 Thread Oliver Boermans
See attached:

[image: Inline images 1]

On 5 November 2017 at 15:37, Vlad Ghitulescu  wrote:

> On 3 Nov 2017, at 17:13, Rich Siegel wrote:
>
> > Try the Magnification item in the status bar at the bottom of the window.
>
> Where is this?
>
> Thanks!
>
>
> Regards,
> Vlad
>
>
> --
> 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.
> 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 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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Why can't it be easier to change font size on the fly?

2017-11-04 Thread Vlad Ghitulescu
On 3 Nov 2017, at 17:13, Rich Siegel wrote:

> Try the Magnification item in the status bar at the bottom of the window.

Where is this?

Thanks!


Regards,
Vlad


-- 
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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Why can't it be easier to change font size on the fly?

2017-11-03 Thread Rich Siegel
On 11/3/17 at 12:09 PM, reflectiv...@gmail.com (Everywhere is 
Nowhere) wrote:


And besides all of that, why do I have to change the default 
size just to make a momentary change in the font size?


Well, because you don't. :-)

More and more modern tools allow Command + or Command - to 
adjust the font size since it's of such ubiquitous utility.


Try View => Text Display => Zoom In/Zoom Out. You can assign 
whatever keyboard equivalents you like using the Menus and 
Shortcuts preferences.


Try the Magnification item in the status bar at the bottom of 
the window. (It has a keyboard equivalent as well, see again the 
Menus & Shortcuts preferences.)


R.
--
Rich Siegel Bare Bones Software, Inc.
  

Someday I'll look back on all this and laugh... until they 
sedate me.


--
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.
Visit this group at https://groups.google.com/group/bbedit.