Changing setup ?

2015-06-15 Thread Jan Erik Moström
This is probably something I should already know but ...

I use BBEdit for a lot of different stuff and I've noticed that I like
different settings depending on what I'm doing, for example: if I'm writing
documents (in markdown or latex) I like a larger font size and also a
different font, if I'm writing code then I like a smaller font size and a
standard font, etc.

Unfortunately, I haven't figured out how to quickly change the settings so
I usually use single setting.

My question: is there a simple way to change font, font-size, color scheme
that is better than an applescript? (and how to change color scheme using
Applescript??)

*tell* *application* BBEdit

*tell* *window* 1

*set* display font *to* Bitstream Vera Sans Mono

*set* display font size *to* 15

*set* display font style *to* *italic* -- This doesn't seem to work

*get* display font style -- results in missing value

*end* *tell*

*end* *tell*

-- 
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: http://www.twitter.com/bbedit

--- 
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.


[ANN] BBEdit 11.1.2 (3733) pre-release

2015-06-15 Thread Rich Siegel

Good { morning, afternoon, evening },

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 the changes in the software since the 
11.1.1 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. 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 supp...@barebones.com 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.1.2 (3733)   (2015-06-15)

Additions
-

o   (none in this build)

Changes
---

o   (none in this build)

Fixes
-

*   [308617] Fixed bug in which keyboard equivalent tooltips weren't
displayed in the Find window for the option checkboxes.

*   Turned on the async drag attribute for our document windows,
to improve compatibility with future OS releases.

*   Fixed (for future compatibility) a layout glitch in the FTP/SFTP
connection sheet.

*   [255719] Fixed bug in which Delete Line would leave the last
character on the line if applied to the last line in a document
which did not end with a line break.

*   [304361] When the differences list has focus in a Differences
window, commands on the View - Text Display submenu will be
enabled appropriately and the changes they make will apply to
both of the displayed documents.

*   [308325] When generating markup for `textarea` using the
Markup Builder panel, BBEdit no longer puts a blank line in
between the tags.

*   [307625] Fixed bug in which dismissing the Markup Builder panel
with a combo box up would leave a phantom combo box on the screen.

*   Updated the default worksheet stationery to remove anachronisms
and account for current features and behaviors.

*   [306919] Fixed bug in which the CSS language module would scan
beyond the bounds of a `style`..`/style` pair in HTML
documents, leading to unexpected effects.

*   [306103] If you use `--create` (or `-c`) with the command-line
tool but don't specify any files, it will now report an
appropriate error and then exit.

*   [298531] Fixed bug in which switching between a color scheme
which used custom highlight colors (such as a dark 
scheme) and

a scheme which did not would fail to adjust the highlight colors
correctly.

*   [306918] Fixed bug in which Process Duplicate Lines on a
selection within a document would not correctly include the last
carriage return in the selection, leading to an extra line break
inserted when replacing the selection with the processed text.

*   Fixed bug in which interactive or scripted Process Duplicate
Lines operations would leak their results.

*   [306593] Git Remove operations now pass `-r` in order to
resolve an error when removing directories.

*   [308155] Added `override` and `final` to the C++/Objective-C++
keyword lists.

*   [306632] Fixed bug in which choosing a remote file from the
Recent popup under the sidebar in project or multi-document
windows would have no effect.

*   [307754] Made a change to ensure that keyboard focus is on the
text field in single-entry text and password dialogs.

*   [296717] Fixed bug in which Print All would succeed and then
report a -1708 error.

*   [302453] Updated the scripting dictionary to include the new
options for `zap gremlins`.

*   [289537] Fixed bug in which Move to New Window on the View
menu was enabled when it shouldn't have been (and did nothing
when selected).

*   [306334] Display of rare font ligatures is now off by default,
even when font ligatures are enabled for a particular font. This
may be turned on with an expert preference; complete 
details are

in the Expert Preferences help.

*   [306053] Fixed bug in which uncommenting a line with the
insertion point at the beginning would cause the insertion point
to migrate to 

Re: Changing setup ?

2015-06-15 Thread Jan Erik Moström
As usual ... BBSW has already implemented the stuff I'm looking for, it's
just me that fails to find the options :D

On Mon, Jun 15, 2015 at 3:52 PM, Patrick Woolsey pwool...@barebones.com
wrote:

 On 6/15/15 at 7:04 AM, li...@mostrom.pp.se (Jan Erik Moström) wrote:

  This is probably something I should already know but ...

 I use BBEdit for a lot of different stuff and I've noticed that I like
 different settings depending on what I'm doing, for example: if I'm
 writing
 documents (in markdown or latex) I like a larger font size and also a
 different font, if I'm writing code then I like a smaller font size and a
 standard font, etc.

 Unfortunately, I haven't figured out how to quickly change the settings so
 I usually use single setting.

 My question: is there a simple way to change font, font-size, color scheme
 that is better than an applescript? (and how to change color scheme using
 Applescript??)



 As of BBEdit 11, you can configure each of these properties (font, font
 size, and color scheme) on a per-language basis by adding custom language
 preference(s) in the Languages preference pane. :-)


 [PS: Font settings are in the Editor section of the language prefs sheet,
 and color scheme in the Display section.]


 Regards,

  Patrick Woolsey
 ==
 Bare Bones Software, Inc. http://www.barebones.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: http://www.twitter.com/bbedit

 --- 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: http://www.twitter.com/bbedit

--- 
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.