Re: hi, is there a nice IDE used to edit lua script file in linux ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: hi, is there a nice IDE used to edit lua script file in linux ?
- From: Michal Kottman <k0mpjut0r@...>
- Date: 2010年4月18日 21:41:43 +0200
On Ne, 2010年04月18日 at 21:27 +0200, Imagine Mailing Lists wrote:
>
> Ah that's quite useful actually, easy to write your own lexer. Thanks for
> the link!
>
Actually, the author of TextAdept also wrote Scintillua [1], which is
patch for SciTE replacing all built-in lexers with a single Lpeg-based
lexer and a set of external lexers written in Lua, which you can modify
and add without rebuilding SciTE.
I use a combination of SciTE + Scintillua + scite-debug + custom
modifications, and it is my favorite Lua editor, because it provides
everything I need for Lua programming.
Michal
[1] http://code.google.com/p/scintillua/
- References:
- hi, is there a nice IDE used to edit lua script file in linux ?, Silence
- Re: hi, is there a nice IDE used to edit lua script file in linux ?, "J.Jørgen von Bargen"
- Re: hi, is there a nice IDE used to edit lua script file in linux ?, steve donovan
- Re: hi, is there a nice IDE used to edit lua script file in linux ?, Patrick
- Re: hi, is there a nice IDE used to edit lua script file in linux ?, Imagine Mailing Lists