Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Peter Haworth
On Thu, Sep 18, 2014 at 1:18 PM, Thierry Douez wrote: > and around 6 months ago it was still working as I suggest to someone to > use it and he was successful with it. > Seems to be working for me today using Textmate. I really like Textmate but there's one thing I really miss from the IDE edit

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Peter Haworth
Thank you Thierry and Richard. That's perfect. And looks like it comes with a Textmate bundle. Pete Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Thu, Sep 18, 2014 at 1:06 P

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Thierry Douez
2014-09-18 22:06 GMT+02:00 Richard Gaskin : > Thierry wrote: > >> but there is already a plugin for this... available since years! >> >> I forgot where and who did it but it exists; I've send the link last year >> to someone... sorry, I'm getting old and it's late here :) > > This one?: >

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Richard Gaskin
Thierry wrote: but there is already a plugin for this... available since years! I forgot where and who did it but it exists; I've send the link last year to someone... sorry, I'm getting old and it's late here :) This one?:

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Thierry Douez
2014-09-18 21:35 GMT+02:00 Peter Haworth : > I spent a few minutes looking into this. It's pretty easy to grab a > script, write it to a temp file, then invoke the user's editor of choice > passing it the temp file name assuming the editor has a command line option > to do that. > Peter, but the

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Peter Haworth
I spent a few minutes looking into this. It's pretty easy to grab a script, write it to a temp file, then invoke the user's editor of choice passing it the temp file name assuming the editor has a command line option to do that. But I couldn't figure out how to automatically get the edited file b

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Charles E Buchwald
I'd be happy with a button in the properties palette, kind of like the one for images: "Edit in External Editor" I'm imagining this would open up the script in my choice of default text editor, and when done editing, save it back to my stack. Maybe even a plugin could do this without too much tro

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Peter Haworth
Didn't know that, I'd love to know what the hooks are, although it sound like perhaps they change from release to release. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Thu, S

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Andrew Kluthe
Looked into making a sublime package today. Its done with regex for the most part. I'm not very good with regex and tend to avoid using it in my applications for the most part. Maybe it's the universe's way of telling me to get better at it. Andrew On Sep 18, 2014 12:16 AM, "Mark Wieder" wrote:

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Mark Wieder
Peter Haworth writes: > > Hooks would be great too. To be clear about this, there *are* some hooks, but what's needed is a documented and standardized interface that won't change with successive releases. -- Mark Wieder ahsoftw...@gmail.com _

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Peter Haworth
Hooks would be great too. Pete lcSQL Software On Sep 17, 2014 10:16 PM, "Mark Wieder" wrote: > Pete- > > Wednesday, September 17, 2014, 9:29:57 PM, you wrote: > > > If only RunRev would come up with a script editor that had code folding, > > auto-complete, etc, we wouldn;t need to be messing wit

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Mark Wieder
Pete- Wednesday, September 17, 2014, 9:29:57 PM, you wrote: > If only RunRev would come up with a script editor that had code folding, > auto-complete, etc, we wouldn;t need to be messing with these other editors. I doubt it. Everyone wants something different out of a script editor. Having hook

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Mark Wieder
Andrew- Wednesday, September 17, 2014, 12:27:32 PM, you wrote: > After this and the highlighting for ultraedit, I might just have to figure > out how to make a package for sublime text that does this. Please do. I'd love to be able to use Sublime as an external editor. -- -Mark Wieder ahsoftw

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Peter Haworth
ntime-revolution.278305.n4.nabble.com/Coda-2-Syntax-highlighting-for-LC-now-working-tp4683352p4683363.html > Sent from the Revolution - User mailing list archive at Nabble.com. > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Peter Alcibiades
If only someone would do a plug-in for Geany. I know, dream on Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Coda-2-Syntax-highlighting-for-LC-now-working-tp4683352p4683363.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread J. Landman Gay
On 9/17/2014, 2:56 PM, Matthias Rebbe | M-R-D wrote: Am 17.09.2014 um 21:27 schrieb Andrew Kluthe: >After this and the highlighting for ultraedit, I might just have to figure >out how to make a package for sublime text that does this. > >In the past, for small scripts, I have just done without.

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Matthias Rebbe | M-R-D
Am 17.09.2014 um 21:27 schrieb Andrew Kluthe : > After this and the highlighting for ultraedit, I might just have to figure > out how to make a package for sublime text that does this. > > In the past, for small scripts, I have just done without. > > Hmmm. > Don“t count on me. ;) > On Wed,

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Andrew Kluthe
After this and the highlighting for ultraedit, I might just have to figure out how to make a package for sublime text that does this. In the past, for small scripts, I have just done without. Hmmm. On Wed, Sep 17, 2014 at 1:23 PM, Matthias Rebbe | M-R-D < matthias_livecode_150...@m-r-d.de> wrote

Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Matthias Rebbe | M-R-D
Hi, i created from scratch a Coda 2 mode file for LiveCode. It just supports the LC command. No HTML syntax highlighiting. What is working so far: Auto complete Syntax highlighting for commands, control structures, functions, keywords, messages, objects and properties and comment blocks What