Scratchpad location

2011-02-08 Thread Patrick Teng
Hi, I was wondering where is the location of the scratchpad file, and if I can change the location of that file. I would like to store the scratchpad file in my Dropbox folder so that I can access it anywhere. -- You received this message because you are subscribed to the BBEdit Talk

Re: Scratchpad location

2011-02-08 Thread John Delacour
At 21:09 -0800 07/02/2011, Patrick Teng wrote: I was wondering where is the location of the scratchpad file, and if I can change the location of that file. I would like to store the scratchpad file in my Dropbox folder so that I can access it anywhere. It is in ~/Library/Application

Re: Mac OS X Command-Line List? What about Perl?

2011-02-08 Thread Doug McNutt
At 23:49 -0700 2/7/11, LuKreme wrote: I think bash is the most commonly used shell. I used zsh one upon a time, but then encountered a server cluster that didn't have zsh and had to unlearn some stuff, so I've stuck with csh (90s to early 2000s) or bash ever since, and mostly bash. BBEdit

Re: Mac OS X Command-Line List? What about Perl?

2011-02-08 Thread Rod Buchanan
On Feb 8, 2011, at 9:17 AM, Doug McNutt wrote: At 23:49 -0700 2/7/11, LuKreme wrote: I think bash is the most commonly used shell. I used zsh one upon a time, but then encountered a server cluster that didn't have zsh and had to unlearn some stuff, so I've stuck with csh (90s to early

Re: Scratchpad location

2011-02-08 Thread Greg Shenaut
On Feb 8, 2011, at 5:56 AM, John Delacour wrote: At 21:09 -0800 07/02/2011, Patrick Teng wrote: I was wondering where is the location of the scratchpad file, and if I can change the location of that file. I would like to store the scratchpad file in my Dropbox folder so that I can access

Applescript: Execute a line in a worksheet

2011-02-08 Thread Christopher Stone
Hey Folks, Is there a way to execute a line in a worksheet via Applescript? I've got a script that preassembles a command and opens it in a new worksheet, and I'd like for the script to execute the line as well to save me a step. TIA -- Best Regards, Chris -- You received this message

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Doug McNutt
At 12:18 -0600 2/8/11, Christopher Stone wrote: Is there a way to execute a line in a worksheet via Applescript? I've got a script that preassembles a command and opens it in a new worksheet, and I'd like for the script to execute the line as well to save me a step. There certainly is a way to

Re: Scratchpad location

2011-02-08 Thread Patrick Woolsey
Patrick Teng patrickct...@gmail.com sez: I was wondering where is the location of the scratchpad file, and if I can change the location of that file. I would like to store the scratchpad file in my Dropbox folder so that I can access it anywhere. Following up on Rich's post, BBEdit's scratchpad

Re: Scratchpad location

2011-02-08 Thread François Schiettecatte
Evernote? http://www.evernote.com/ François On Feb 8, 2011, at 2:46 PM, Patrick Teng wrote: Thanks for all the replies guys. I use the scratchpad as place to collect links and notes throughout the day. When I get home I'll usually review those links and notes. Right now, I'll try to dump

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Bruce Van Allen
On 2011-02-08, Christopher Stone wrote: Hey Folks, Is there a way to execute a line in a worksheet via Applescript? I've got a script that preassembles a command and opens it in a new worksheet, and I'd like for the script to execute the line as well to save me a step. Not sure if this

Re: HTML5 Form Elements

2011-02-08 Thread BeeRich
I recently wrote a simple HTML5 form test page and I noticed the following in Mac Safari (5.0.3): - a numbers field won't use the increment/decrement toggle buttons for decimals. - datetime, datetime-local and date are only demonstrating a text input. I believe Opera displays a proper

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread John Delacour
At 12:18 -0600 08/02/2011, Christopher Stone wrote: Is there a way to execute a line in a worksheet via Applescript? I've got a script that preassembles a command and opens it in a new worksheet, and I'd like for the script to execute the line as well to save me a step. You do mean

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Bruce Van Allen
On 2011-02-08, John Delacour wrote: You do mean document/window, I suppose, and not worksheet, which is an Excel thing? John -- You don't know about BBEdit (shell) worksheets? - Bruce _bruce__van_allen__santa_cruz_ca_ -- You received this message because you are subscribed to the

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Christopher Stone
On Feb 08, 2011, at 15:33, Bruce Van Allen wrote: Here is the applescript (watch out for email-induced line breaks): __ Hey Bruce, Interesting. That's not quite what I had in mind, but it gives me a few ideas that'll make the

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Steve Piercy
On Feb 8, 4:35 pm, Fritz Anderson fri...@manoverboard.org wrote: You're in for a treat. Select File New Shell Worksheet, and read what's in the window that appears. (MacOS Error code: -4960) Where's my treat? --steve -- You received this message because you are subscribed to the BBEdit

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Fritz Anderson
On 8 Feb 2011, at 6:58 PM, Steve Piercy wrote: On Feb 8, 4:35 pm, Fritz Anderson fri...@manoverboard.org wrote: You're in for a treat. Select File New Shell Worksheet, and read what's in the window that appears. (MacOS Error code: -4960) Where's my treat? Your treat is that you have

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Bruce Van Allen
On 2011-02-08, Christopher Stone wrote: Playing a bit with your script: Nice. I modified the second one to delete starting one character later, to preserve the end-of-line after #-#-#, so the output starts on its own line. That's the '+ 1'. tell application BBEdit try tell text of

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Christopher Stone
On Feb 08, 2011, at 19:40, Bruce Van Allen wrote: I modified the second one to delete starting one character later, to preserve the end-of-line after #-#-#, so the output starts on its own line. That's the '+ 1'. __ Aha!

Re: Applescript: Execute a line in a worksheet

2011-02-08 Thread Doug McNutt
At 19:03 -0600 2/8/11, Fritz Anderson wrote: On 8 Feb 2011, at 6:58 PM, Steve Piercy wrote: On Feb 8, 4:35 pm, Fritz Anderson fri...@manoverboard.org wrote: You're in for a treat. Select File New Shell Worksheet, and read what's in the window that appears. (MacOS Error code: -4960)