Re: Inserting a breakpoint above the current line

2019-01-15 Thread Christopher Stone
On 01/15/2019, at 19:25, Venkat mailto:gvenkata1...@gmail.com>> wrote: > Thank you so much! I don't know AppleScript very well, so I can't ask further > questions to understand what exactly you're doing šŸ˜… . Hey Venkat, Here's a commented version that may help. -- Best Regards, Chris

Re: How to Create Finder Folders from BBEdit Text List

2019-01-15 Thread Dave
If you have a space in a folder name, youā€™ll get two folders unless you quote it. Not what Iā€™d call ā€œblowing up.ā€ I only tried it with 330 names. Iā€™m sure thereā€™s a limit, but I donā€™t know what it is. If you need more folders, make more lists. Or use a loop if it makes you happy. -- This is

Re: Inserting a breakpoint above the current line

2019-01-15 Thread Venkat
Thank you so much! I don't know AppleScript very well, so I can't ask further questions to understand what exactly you're doing šŸ˜… . On Tuesday, 15 January 2019 18:14:35 UTC-5, Venkat wrote: > > I'm trying to replicate a behavior as close as possible to a package in > Sublime Text. This concerns

Re: Inserting a breakpoint above the current line

2019-01-15 Thread Christopher Stone
On 01/15/2019, at 17:13, Venkat mailto:gvenkata1...@gmail.com>> wrote: > What I want to do is if my cursor is anywhere on the c+=1 line, I want to > place a breakpoint line directly above it using a quick keyboard shortcut to > a clipping, so as to get this: Hey Venkat, That's a little bit tri

Inserting a breakpoint above the current line

2019-01-15 Thread Venkat
I'm trying to replicate a behavior as close as possible to a package in Sublime Text. This concerns python, but I'm guessing it can be extended to other programming languages as well. I want to insert a breakpoint at the point at which I place a cursor. So in the current code block for a in ran

Re: Applescript problem inserting COPY NAME and looping it

2019-01-15 Thread Dante Majorana
Thanks Chris it works perfectly, unfortunately I am not an Applescript expert ā€¦ and I used TextWranglers and now Bbedit trying to adjust the Applescript recordings with the little I knew ā€¦ Dante > On 11 Jan 2019, at 22:31, Christopher Stone > wrote: > > On 01/11/2019, at 14:43, Dante Majorana

Re: How to Create Finder Folders from BBEdit Text List

2019-01-15 Thread ThePorgie
I couldn't get this to workSo as an absolute last resort I peeked at the manual. ;-). According to the manual "Control-Return" should be used. That worked like a charm for me. On Wednesday, January 9, 2019 at 8:54:54 PM UTC-5, jajls wrote: > > On 2019 Jan 9, at 20:27, Bill Kochman > > wrote

Re: How to Create Finder Folders from BBEdit Text List

2019-01-15 Thread Sam Hathaway
On 15 Jan 2019, at 8:04, Dave wrote: mkdir accepts multiple arguments, so assuming you have a list of names called ā€œfoldernames.txt,ā€ you can just enter: mkdir `cat foldernames.txt` instead of using a loop. This will blow up if your list of folder names is too long, or if your folder names c

How to Create Finder Folders from BBEdit Text List

2019-01-15 Thread Dave
mkdir accepts multiple arguments, so assuming you have a list of names called ā€œfoldernames.txt,ā€ you can just enter: mkdir `cat foldernames.txt` instead of using a loop. -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "s