Search found 4 matches

by Alextp
Sat Jan 07, 2017 6:24 pm
Forum: Off-Topic
Topic: LiveCode lexer for SynWrite/CudaText
Replies: 10
Views: 11897

Re: LiveCode lexer for SynWrite/CudaText

@Richmond
text not hilited, reason: lexer not installed? Click on statusbar "(none)", lexer list shows, no LiveCode in list?
by Alextp
Sat Jan 07, 2017 1:12 pm
Forum: Off-Topic
Topic: LiveCode lexer for SynWrite/CudaText
Replies: 10
Views: 11897

Re: LiveCode lexer for SynWrite/CudaText

Hm, interesting... I see syntax for SublimeText3. It has file extent "livecodescript". Only. Which file extensions should lexer have?
github _ com /trevordevore/livecode-sublimetext/blob/master/LiveCode.sublime-syntax
by Alextp
Sat Jan 07, 2017 11:26 am
Forum: Off-Topic
Topic: LiveCode lexer for SynWrite/CudaText
Replies: 10
Views: 11897

Re: LiveCode lexer for SynWrite/CudaText

Ok, here's details, how to install in CudaText:

- CudaText needs OS's python.
== For MacOS: install any latest 3.x Python from www_python_org (Cudatext must find it in default folder)
== For Linux: Python already installed, only correct option "pylib__linux" in user.json.
== For Windows: Python ...
by Alextp
Fri Jan 06, 2017 5:43 pm
Forum: Off-Topic
Topic: LiveCode lexer for SynWrite/CudaText
Replies: 10
Views: 11897

LiveCode lexer for SynWrite/CudaText

SynWrite/CudaText editor now has lexer for LiveCode,
it supports most keywords hilites (4 colors of them: keywords, funcs, const, operators).
code folding for if/repeat/switch/try + code blocks (on/command/etc).

How to install in CudaText:

- CudaText needs OS's python.
== For MacOS: install any ...