Scripting ListDisplayFont

2012-09-30 Thread John Delacour
I'd like to be able to change ListDisplayFont on the fly using a script, shell or AppleScript. The nearest I've got to anything useful is setting the preferences window to open with the Appearance pane selected... defaults -currentHost write com.barebones.bbedit BBPreferencesSelectedModule

Re: Scripting ListDisplayFont

2012-09-30 Thread Rich Siegel
On Sunday, September 30, 2012, John Delacour wrote: > I'd like to be able to change ListDisplayFont on the fly using a > script, shell or AppleScript. It's not currently possible; what problem are you trying to solve? R. -- Rich Siegel Bare Bones Software, Inc.

Re: Scripting ListDisplayFont

2012-09-30 Thread John Delacour
At 09:10 -0400 30/9/12, Rich Siegel wrote: It's not currently possible; what problem are you trying to solve? It's not so much a problem as a missing convenience. I'm building a functional "application within an application" using the TextWrangler interface together with a custom Applicatio

Grep pattern for multi line /* ... */ blocks

2012-09-30 Thread kt
Hi I've been futzing around with grep for nearly an hour and can't figure out how to grep multi-line /* ... */ blocks. I have a large Javascript source file with tons of single and multi line comments and I want to strip them all out to reduce file size. I got the single line grep working (\r/

Re: Grep pattern for multi line /* ... */ blocks

2012-09-30 Thread Kendall Conrad
One indirect solution: There's tools for compressing JavaScript files (minifiers). These strip comments and remove all unnecessary white space, which results in much smaller files. I use YUI Compressor for my JS and CSS files saving to -min.js file names. This might be the better approach in the

[ANN] BBEdit 10.5 (3215) pre-release

2012-09-30 Thread Rich Siegel
Good { morning, afternoon, evening }, We've been busy. :-) A new version is in the works, with a whole bunch of new features, refinements, and improvements. We're happy to make a pre-release build available to the list, so that you have a little extra time to play with it before the rest of t

Re: [ANN] BBEdit 10.5 (3215) pre-release

2012-09-30 Thread Miraz Jordan
On Mon, Oct 1, 2012 at 3:00 PM, Rich Siegel wrote: > *** BBEdit 10.5 contains extensive internal rework; the primary goal > is to achieve proper appearance on Macs with the high-resolution > "Retina" displays Having installed and opened, let me just say "A". Gorgeous! Thank you, thank