Re: BBEdit Language Module for LiveCode

2014-12-22 Thread Ben Rubinstein
It's not possible, I'm afraid. This is a Codeless Language Module, which works by just declaring keywords and grep patterns. It's limited in what it can achieve; and in particular the structural elements only work for languages which have a single block delimiter. Documentation: Many

Re: BBEdit Language Module for LiveCode

2014-12-22 Thread J. Landman Gay
Wouldn't if and end if be a code block delimiter? And the same for switch and end switch? On December 22, 2014 5:28:01 AM CST, Ben Rubinstein benr...@cogapp.com wrote: It's not possible, I'm afraid. This is a Codeless Language Module, which works by just declaring keywords and grep patterns.

Re: BBEdit Language Module for LiveCode

2014-12-22 Thread Ben Rubinstein
On 22/12/2014 16:56, J. Landman Gay wrote: Wouldn't if and end if be a code block delimiter? And the same for switch and end switch? single block delimiter = one open, one close. At least that's my understanding. In theory we could therefore select one block to fold inside functions - but

Re: BBEdit Language Module for LiveCode

2014-12-20 Thread Brahmanathaswami
re: if and switch folding... I tried. in the plist I had added this: under the language features section/dict keyOpen Statement Blocks/key stringcommand/string keyClose Statement Blocks/key stringend/string keyOpen Statement Blocks/key stringfunction/string keyClose Statement Blocks/key

Re: BBEdit Language Module for LiveCode

2014-12-20 Thread Brahmanathaswami
re: if and switch folding... I tried. in the plist I had added this: under the language features section/dict keyOpen Statement Blocks/key stringcommand/string keyClose Statement Blocks/key stringend/string keyOpen Statement Blocks/key stringfunction/string keyClose Statement Blocks/key

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread Ben Rubinstein
anyone else to the collaborators list if you a) know how GitHub works (I'm just learning myself. highly recommend the ebook version of ProGit) b) think you can make a contribution to make the module work better. Just let me know. BR https://github.com/Brahmanathaswami/LiveCode-BBEdit-Language

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread J. Landman Gay
you can make a contribution to make the module work better. Just let me know. BR https://github.com/Brahmanathaswami/LiveCode-BBEdit-Language-Module a public repository. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread Devin Asay
On Dec 3, 2014, at 12:39 PM, J. Landman Gay jac...@hyperactivesw.com wrote: Clicking the Download ZIP button works, thanks. I was one of the people who couldn't load the original in BBEdit under Mavericks, but the last two versions have worked fine for me so I think you can probably remove

Re: BBEdit Language Module for LiveCode

2014-12-02 Thread Brahmanathaswami
works (I'm just learning myself. highly recommend the ebook version of ProGit) b) think you can make a contribution to make the module work better. Just let me know. BR https://github.com/Brahmanathaswami/LiveCode-BBEdit-Language-Module a public repository

Re: BBEdit Language Module for LiveCode

2014-11-30 Thread Kay C Lan
Thank you. On Wed, Nov 26, 2014 at 4:51 AM, Brahmanathaswami bra...@hindu.org wrote: Done: https://github.com/Brahmanathaswami/LiveCode-BBEdit-Language-Module a public repository. Devin Asay wrote: So after the confusion, is there now a separate github account set up for the BBEdit

Re: BBEdit Language Module for LiveCode

2014-11-25 Thread Brahmanathaswami
Done: https://github.com/Brahmanathaswami/LiveCode-BBEdit-Language-Module a public repository. Devin Asay wrote: So after the confusion, is there now a separate github account set up for the BBEdit-LiveCode language module? I’m looking for it but can’t find it. Devin

Re: BBEdit Language Module for LiveCode

2014-11-18 Thread Devin Asay
is... and be pleasantly surprised that it's something they really like. So after the confusion, is there now a separate github account set up for the BBEdit-LiveCode language module? I’m looking for it but can’t find it. Devin Devin Asay Learn to code with LiveCode University http

Re: BBEdit Language Module for LiveCode

2014-11-17 Thread Ben Rubinstein
On 17/11/2014 06:50, Kay C Lan wrote: On Mon, Nov 17, 2014 at 7:11 AM, Ben Rubinstein benr...@cogapp.com wrote: Locally: I changed the file name to LiveCode.plist We've been through so many changes of language name that I didn't even notice the name! I don't wish to rain on your parade but

Re: BBEdit Language Module for LiveCode

2014-11-17 Thread Kay C Lan
Hi Ben, Yes it is fortuitous that the Livescript language has similarities to LiveCode. Who knows, maybe you innocent blunder and polite retreat may cause a few Livescripters to find out what the heck LiveCode is... and be pleasantly surprised that it's something they really like. On Tue, Nov

Re: BBEdit Language Module for LiveCode

2014-11-17 Thread Peter Haworth
Maybe I'm confused, but isn't Livescript just the language for Livecode scripts on a server? Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Mon, Nov 17, 2014 at 6:15 PM, Kay C Lan

Re: BBEdit Language Module for LiveCode

2014-11-17 Thread Brahmanathaswami
Nope... LiveScript is a JS IDE thingy in another universe. http://livescript.net/ *LiveScript* is a language which *compiles to JavaScript*. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many

Re: BBEdit Language Module for LiveCode

2014-11-17 Thread Brahmanathaswami
Mike Kerner wrote: we really need to get a group effort going on the script editor. If we had SFTP then we could a) safely download lc libraries on the web server b) edit inside the script editor (and ideally use the debugger) c) upload back to the server. for desktop, the script editor

Re: BBEdit Language Module for LiveCode

2014-11-17 Thread Richard Gaskin
Brahmanathaswami wrote: If we had SFTP then we could a) safely download lc libraries on the web server b) edit inside the script editor (and ideally use the debugger) c) upload back to the server. If you've set up shared keys with the server for your other admin tasks, you'll find that

Re: BBEdit Language Module for LiveCode

2014-11-17 Thread Brahmanathaswami
great thought! Richard Gaskin wrote: If you've set up shared keys with the server for your other admin tasks, you'll find that using scp or rsync within LC is often just a one-liner. rsync blows the pants of any FTP for efficient transfer. put rsync -avz quote tPathToLocalFile quote \

Re: BBEdit Language Module for LiveCode

2014-11-16 Thread Ben Rubinstein
Thanks for doing this. Glad you got code folding working. now you get code foldingtwo anomalies: the code folding arrow is *below* the opening command statement line and the end of statement line is folded up also into the collapsed node. I think these are probably to do with the

Re: BBEdit Language Module for LiveCode

2014-11-16 Thread Mike Kerner
we really need to get a group effort going on the script editor. On Sun, Nov 16, 2014 at 6:11 PM, Ben Rubinstein benr...@cogapp.com wrote: Thanks for doing this. Glad you got code folding working. now you get code foldingtwo anomalies: the code folding arrow is *below* the opening

Re: BBEdit Language Module for LiveCode

2014-11-16 Thread Kay C Lan
On Mon, Nov 17, 2014 at 7:11 AM, Ben Rubinstein benr...@cogapp.com wrote: Locally: I changed the file name to LiveCode.plist We've been through so many changes of language name that I didn't even notice the name! I don't wish to rain on your parade but I think you are hijacking a

Re: BBEdit Language Module for LiveCode

2014-11-14 Thread Ben Rubinstein
developed a codeless (ergo livecode-language.plist) language module for BBEdit? BBedit 11 came out and though it costs $... I've never really been happy with anything else I have tried. (Sublime2, Atom etc) If not I will get to work on my own. Is there an existing convention for the 4ltr application

Re: BBEdit Language Module for LiveCode

2014-11-14 Thread Brahmanathaswami
OK will try it... I took a course on GitHub from Lynda.com... most of it left my head a few days after taking the course (instructor was going really fast!) and setting up my repositories (hehe) Andre suggested this: http://git-scm.com/book/en/v2 free... I keep it open in Calibre and it

Re: BBEdit Language Module for LiveCode

2014-11-14 Thread J. Landman Gay
On 11/14/2014, 12:34 PM, Ben Rubinstein wrote: Funny coincidence, it's just what I'm looking at now. I found this one a few days ago https://github.com/tumble/bbedit-livescript and I've started to add to it (mainly to fix the function scanner). Too cool. When you guys get it figured out,

Re: BBEdit Language Module for LiveCode

2014-11-14 Thread Brahmanathaswami
I got it working and code folding too! I'm going here for my starter kit as this is three hours old and I think it is the one ben is working on and not Jackie...I will send you off list... I don't have time to mess with Git Hub right now, because the file name is wrong LiveScript.plist and I

Re: BBEdit Language Module for LiveCode

2014-11-14 Thread Brahmanathaswami
hhmmm do think we need to set up our own repository... LiveScript is a different language.. shall I do that? I could would instantiate my latest version to start up... it would be named LiveCode.plist BR Ben Rubinstein wrote: and I've started to add to it (mainly to fix the function

Re: BBEdit Language Module for LiveCode

2014-11-14 Thread Peter Haworth
Right, you need .rev and .livecode as the recognized extensions. Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Fri, Nov 14, 2014 at 1:38 PM, Brahmanathaswami bra...@hindu.org

Re: BBEdit Language Module for LiveCode

2014-11-13 Thread Brahmanathaswami
Bob Sneidar wrote: I am uncertain how this helps me code in Livecode. Am I missing something? I downloaded TextMate and the bundles and installed the bundles, but I do not see anything for Livecode. Is this just for RevIgniter? Bob S ___

Re: BBEdit Language Module for LiveCode

2014-11-12 Thread Bob Sneidar
I am uncertain how this helps me code in Livecode. Am I missing something? I downloaded TextMate and the bundles and installed the bundles, but I do not see anything for Livecode. Is this just for RevIgniter? Bob S On Nov 11, 2014, at 08:24 , Martin Koob

Re: BBEdit Language Module for LiveCode

2014-11-11 Thread Martin Koob
Ralf Bitter who makes revIgniter has a bundle for the TextMate editor. http://revigniter.com/accessory Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/BBEdit-Language-Module-for-LiveCode-tp4685643p4685671.html Sent from the Revolution - User mailing

BBEdit Language Module for LiveCode

2014-11-10 Thread Brahmanathaswami
Has anyone developed a codeless (ergo livecode-language.plist) language module for BBEdit? BBedit 11 came out and though it costs $... I've never really been happy with anything else I have tried. (Sublime2, Atom etc) If not I will get to work on my own. Is there an existing convention

Re: BBEdit Language Module for LiveCode

2014-11-10 Thread Rick Harrison
Hi there, Have you tried TextWrangler? That is free! BBEdit’s little brother. lol If you find something better, let us know! Rick On Nov 10, 2014, at 3:42 PM, Brahmanathaswami bra...@hindu.org wrote: Has anyone developed a codeless (ergo livecode-language.plist) language module

Re: BBEdit Language Module for LiveCode

2014-11-10 Thread Kay C Lan
Trevor DeVore created a language module a while back but I think it broke at v9 of BBEdit. Not sure if he's updated it. On Tue, Nov 11, 2014 at 4:42 AM, Brahmanathaswami bra...@hindu.org wrote: Has anyone developed a codeless (ergo livecode-language.plist) language module for BBEdit? BBedit

BBEdit language module for LiveCode

2011-10-12 Thread Devin Asay
Is anyone using Trevor Devore's Revolution language module for BBEdit? I've used it for several years, but now it is crashing BBEdit every time I try to edit a .irev or .lc file. It stops crashing if I uninstall the BBEdit plugin. Does anyone still use this? Trevor? Thanks, Devin Devin Asay

Re: BBEdit language module for LiveCode

2011-10-12 Thread stephen barncard
what version of BB Edit are you using? I didn't upgrade (to 9?) last time, and the plug works fine for me. On 12 October 2011 15:27, Devin Asay devin_a...@byu.edu wrote: Is anyone using Trevor Devore's Revolution language module for BBEdit? I've used it for several years, but now it is

Re: BBEdit language module for LiveCode

2011-10-12 Thread Devin Asay
I'm on 9.6.3. I haven't used the Rev language plugin in a few months, and I'm guessing that one of the recent updates broke it. DNA On Oct 12, 2011, at 4:38 PM, stephen barncard wrote: what version of BB Edit are you using? I didn't upgrade (to 9?) last time, and the plug works fine for me.

Re: BBEdit language module for LiveCode

2011-10-12 Thread Trevor DeVore
On Wed, Oct 12, 2011 at 6:50 PM, Devin Asay devin_a...@byu.edu wrote: I'm on 9.6.3. I haven't used the Rev language plugin in a few months, and I'm guessing that one of the recent updates broke it. I heard from someone that an update in BBEdit caused problems with the language module. I still