Re: LiveCode Builder linter support for Sublime Text

2018-05-29 Thread James At The Hale via use-livecode
Brian wrote : > issues using Atom though and just recently got it configured for linting both > LCS and LCB (all 3 OS versions). I will admit that my use of Atom certainly > pales to what the LC staff would be doing I am sorry but you can’t leave it at that. Are there (or could you share)

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread AndyP via use-livecode
Thanks Trevor, Excellent timing, I've just started my Adventure with lcb and this helps tremendously. - Andy Piddock My software never has bugs. It just develops random features. TinyIDE a Free alternative minimalist IDE Plugin for LiveCode Script editor Themer for LC

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Brian Milby via use-livecode
Just read that Atom 1.28 is getting a bump in Electron from 1.7.11 to 2.0.0 which they claim will provide stability and performance improvements. I have not noticed speed issues using Atom though and just recently got it configured for linting both LCS and LCB (all 3 OS versions). I will admit

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Trevor DeVore via use-livecode
On Mon, May 28, 2018 at 10:31 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor this is cool. > > I’ve recently been evaluating Sublime Text because I find Atom often goes > very slow. That is what I found as well. I also feel more efficient in Sublime Text

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Monte Goulding via use-livecode
Trevor this is cool. I’ve recently been evaluating Sublime Text because I find Atom often goes very slow. One little tweak to the docs you have on that branch is that the `executable` for server needs to be specified in the builder settings also otherwise it won’t find it. Cheers Monte >

LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Trevor DeVore via use-livecode
For anyone writing LiveCode Builder code in Sublime Text I’ve added linter support to the `tkd-lcb-linter` branch on the https://github.com/trevordevore/sublimelinter-contrib-livecodelint project. Sublime Text will alert you to syntax errors without having to compile in LiveCode. To try it out