[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: Sun, 18 Apr 2010 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