Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

Trevor DeVore lists at mangomultimedia.com
Tue Feb 21 18:02:10 EST 2017


Your are probably thinking about the linter which checks your code for
errors while you type. The  LC server executable is installed locally if
you want Sublime Text to check your code for errors The linter that uses
the server executable is available here:

https://github.com/trevordevore/sublimelinter-contrib-livecodelint

-- 
Trevor DeVore

On Tue, Feb 21, 2017 at 4:29 PM Bob Sneidar via use-livecode <
use-livecode at lists.runrev.com> wrote:

> Oh IC! I was thinking I had to install LC Server! That helps a lot.
>
> Bob S
>
>
> > On Feb 21, 2017, at 10:15 , Trevor DeVore via use-livecode <
> use-livecode at lists.runrev.com> wrote:
> >
> > You're welcome Bob.
> >
> > The "server" is running locally. It is a stack in the LiveCode IDE
> > listening for requests from Sublime Text (of any other editor I suppose).
> > The stack is included in the Levure framework source files. Some
> > enterprising soul could create a plugin for LiveCode that performs the
> same
> > function more generally.
> >
> > --
> > Trevor DeVore
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list