[off]sublimeText update

Mike Kerner MikeKerner at roadrunner.com
Wed Mar 13 10:58:24 EDT 2019


Navigator also has an exporter, and Monte wrote "Scriptifier", which is
included in the LC bundle, for exporting scripts to SOS's.  Once they're in
SOS's, there's no reason to put them back in the stack, since you can edit
them using the LC SE or in an external editor.  I thought about writing
something to export the properties of objects in a stack into text files,
and then at startup using that information to build the stack, but that's
as far as it's gotten is thinking about it.

On Wed, Mar 13, 2019 at 10:28 AM Brian Milby via use-livecode <
use-livecode at lists.runrev.com> wrote:

> I have a tool that exports the scripts of a stack and can facilitate
> editing in any external editor.  I want to hook it up in Atom like ST, but
> have not figured out how to rewrite the module in JS.  ScriptTracker works
> by watching a directory for changes to the files.  The ST plugin works by
> sending messages to a server process running in the IDE.
>
> forums.livecode.com/viewtopic.php?f=77&t=31079
> github.com/bwmilby/lc-misc/tree/master/ScriptTracker
> github.com/bwmilby/lc-misc/blob/master/ScriptTracker/ScriptTracker.md
>
> Thanks,
> Brian
> On Mar 13, 2019, 10:18 AM -0400, Mike Kerner via use-livecode <
> use-livecode at lists.runrev.com>, wrote:
> > The new sublimeText update dropped this morning, and it's pretty sweet.
> > It now has things like git status integration, which is very cool.
> > It would be really cool if we could get better integration between
> external
> > text editors and ST. The ST kluge works great for updating scripts live
> in
> > LC, except when it doesn't, and I don't think we have a way to do it with
> > Atom, yet.
> > It would also be cool if we had a better way to have stack files be
> > represented as text files instead of binary files for easier version
> > control and editing.
> > Anyway,
> > https://www.sublimetext.com/blog/articles/sublime-text-3-point-2
> >
> > --
> > On the first day, God created the heavens and the Earth
> > On the second day, God created the oceans.
> > On the third day, God put the animals on hold for a few hours,
> > and did a little diving.
> > And God said, "This is good."
> > _______________________________________________
> > 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
> _______________________________________________
> 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



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."



More information about the use-livecode mailing list