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

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 wrote: >It's not possible, I'm afraid. > >This is a "Codeless Language Module", which works by just declaring >keywords >and grep patterns. It'

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 lang

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 Open Statement Blocks command Close Statement Blocks end Open Statement Blocks function Close Statement Blocks end Open Statement Blocks on Close Statement Blocks end Open Stateme

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 Open Statement Blocks command Close Statement Blocks end Open Statement Blocks function Close Statement Blocks end Open Statement Blocks on Close Statement Blocks end Open Statemen

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread Devin Asay
On Dec 3, 2014, at 12:39 PM, J. Landman Gay 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 that > warning in t

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread J. Landman Gay
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 that warning in the Read Me. Maybe. I think. Nice to see some syntax coloring

Re: BBEdit Language Module for LiveCode

2014-12-03 Thread Ben Rubinstein
For those who just want to get the file, and don't want to learn anything about Git or GitHub: if you go the link that Brahmanathaswami gives below, on the right of the page you'll find a button "Download ZIP" - that gets you the latest version. Instructions are in the readme and the LiveCode.p

Re: BBEdit Language Module for LiveCode

2014-12-02 Thread Brahmanathaswami
Currently only myself and Ben have direct access, (i.e. can make changes and push a new version to the head of origin master) anyone else would have to fork the file and send a pull request. I would be more than happy to add anyone else to the collaborators list if you a) know how GitHub works

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 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-LiveCo

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
On Nov 17, 2014, at 7:15 PM, Kay C Lan wrote: > 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 sur

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 ""e& tPathToLocalFile "e& \ "e&"

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 usin

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 shou

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 f

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 Home of lcStackBrowser and SQLiteAdmin On Mon, Nov 17, 2014 at 6:15 PM, Kay

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 18,

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 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 h

Re: BBEdit Language Module for LiveCode

2014-11-16 Thread Kay C Lan
On Mon, Nov 17, 2014 at 7:11 AM, Ben Rubinstein 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 completely differen

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 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 command statement

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 'functio

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 Home of lcStackBrowser and SQLiteAdmin On Fri, Nov 14, 2014 at 1:38 PM, Brahmanathaswami wrote: > hhmmm

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 scann

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 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, gimm

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 he

Re: BBEdit Language Module for LiveCode

2014-11-14 Thread Ben Rubinstein
Hi Brahmanathaswami 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). It's sort of working now, but I think the next thing is to stop adding keyw

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 ___ use-liv

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 mailto:mk...@rogers.com>> wrote: Ralf

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

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 wrote: > Has anyone developed a codeless (ergo livecode-language.plist) language > module for BBEdit? > > BBedit 11 came out a

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 wrote: > > Has anyone developed a codeless (ergo livecode-language.plist) language > module for BBEdit? > > BBe

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 for

Re: BBEdit language module for LiveCode

2011-10-12 Thread Trevor DeVore
On Wed, Oct 12, 2011 at 6:50 PM, Devin Asay 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 use version 8 s

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 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 wrote: > 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 t

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 H