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 "[email protected]" 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 [email protected]. To post to this group, send email to [email protected].
