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) instructions for doing this (or have i just not 
seen where they are)?

James



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 http://2108.co.uk  

PointandSee is a FREE simple but full featured under cursor colour picker / 
finder.
http://www.pointandsee.co.uk  - made with LiveCode
--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 that my use of 
Atom certainly pales to what the LC staff would be doing on a routine basis.
On May 28, 2018, 10:31 PM -0500, Monte Goulding via use-livecode 
, wrote:
> 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
>
> > On 29 May 2018, at 12:35 pm, Trevor DeVore via use-livecode 
> >  wrote:
> >
> > 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 replace your existing plugin folder with the contents of the
> > following branch:
> >
> > https://github.com/trevordevore/sublimelinter-contrib-livecodelint/tree/tkd-lcb-linter
> >
> > If you need more help with installation let me know and I can provide more
> > detailed instructions.
> >
> > --
> > Trevor DeVore
> > ScreenSteps
> > www.screensteps.com
> > ___
> > use-livecode mailing list
> > use-livecode@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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
than in Atom.


> 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.
>

Thanks for pointing that out. I’ve updated the README. It should find
`lc-community-server` if it can be found using PATH but otherwise it must
be specified.

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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

> On 29 May 2018, at 12:35 pm, Trevor DeVore via use-livecode 
>  wrote:
> 
> 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 replace your existing plugin folder with the contents of the
> following branch:
> 
> https://github.com/trevordevore/sublimelinter-contrib-livecodelint/tree/tkd-lcb-linter
> 
> If you need more help with installation let me know and I can provide more
> detailed instructions.
> 
> -- 
> Trevor DeVore
> ScreenSteps
> www.screensteps.com
> ___
> use-livecode mailing list
> use-livecode@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 replace your existing plugin folder with the contents of the
following branch:

https://github.com/trevordevore/sublimelinter-contrib-livecodelint/tree/tkd-lcb-linter

If you need more help with installation let me know and I can provide more
detailed instructions.

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode