[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua For IntelliJ IDEA 0.9.51
- From: Jon Akhtar <akhtar@...>
- Date: Mon, 7 Feb 2011 07:24:32 -0500
On Mon, Feb 7, 2011 at 6:51 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
> On Mon, Feb 7, 2011 at 10:12 AM, Jon Akhtar <akhtar@mindspring.com> wrote:
>> Just wanted to announce another major milestone in the development of
>> my Lua plugin for IntelliJ. It now has almost all of the features I
>> planned for version 1.0, and is in the final stages before release,
>
> It really is starting to feel slick, Jon, and jumping to definitions
> works fine (although refactor|rename did not work for me)
>
> Once I read the instructions and used ctrl-enter on the Kahlua prompt,
> I could go interactive.
>
> I note that the table package and the function require is not
> available in Kahlua Is it possible to use a regular Lua executable?
>
> Since we mostly build on the shoulders of giants, not having our
> package management system would be a non-starter for many people.
>
> steve d.
>
>
Glad you like it. I'll have a look at refactor|rename - I haven't
tested it recently, and I have done a lot of work refactoring the code
- so I probably broke a couple things here and there along the way.
Fixing the features I have is where I am going to spend the remainder
of my time before releasing 1.0.
But I am open to feature requests in case I left any gaping holes in
the feature-set.
-Jon