Command Line Create New BBEdit Document Paste

2014-12-15 Thread Rich F
Hi folks. I’d like to have BBEdit receive text that I have parked in a Ruby variable coming out of open-uri. Is there a way to create a new document that’s unsaved, then copy that variable to that document? I’m assuming I’ll use the bbedit command line interface for this, but I can’t seem to

Re: Command Line Create New BBEdit Document Paste

2014-12-15 Thread John Delacour
On 15 Dec 2014, at 18:05, Rich F li...@viaduct-productions.com wrote: I’d like to have BBEdit receive text that I have parked in a Ruby variable coming out of open-uri. Is there a way to create a new document that’s unsaved, then copy that variable to that document? I’m assuming I’ll use

Re: Command Line Create New BBEdit Document Paste

2014-12-15 Thread Jeffrey Jones
On Dec 15, 2014, at 1:36 PM, John Delacour j...@bd8.com wrote: echo some_text x.txt; open -a bbedit x.txt It's easier than that. echo some_text | bbedit --new-window See the bbedit man page for other useful options. -- This is the BBEdit Talk public discussion group. If you have a

Re: save dialog higher than window

2014-12-15 Thread Mark Hagers
I have that issue, I'm happy to hear that it's already fixed, when will the update be released? The current BBEdit version is 11.0.1, I usually keep to the release versions. MH On Friday, December 5, 2014 4:06:49 PM UTC+1, François Schiettecatte wrote: Something very similar to this was

Re: save dialog higher than window

2014-12-15 Thread Patrick Woolsey
On 12/15/14 at 5:51 PM, markchag...@gmail.com (Mark Hagers) wrote: I have that issue, I'm happy to hear that it's already fixed, when will the update be released? The next update will be available soon. :-) Next, please note the below change will *not* automatically return the Save panel to

Re: another TOC-regex related question

2014-12-15 Thread Vlad Ghitulescu
Hi, Rick! That works! Thanks! I have one question: Am 15.12.2014 um 07:53 schrieb Rick Gordon li...@rickgordon.com: --But you'd probably capture it with a selection. How you do this in AppleScript? Thanks again! Regards, Vlad -- This is the BBEdit Talk public discussion group. If