trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Include levureLoadExternalEditorServer in quickstart project #11

Closed macMikey closed 7 years ago

macMikey commented 7 years ago

https://github.com/trevordevore/levure/wiki/Using-Sublime-Text-with-Levure#notifying-livecode-of-script-only-stack-updates

Add to the quickstart project

command PreloadApplication
    if the environment is "development" then levureLoadExternalEditorServer #listen for ST changes
end PreloadApplication
trevordevore commented 7 years ago

Already done!