lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Mar 26, 2009 at 3:15 PM, Joao Eduardo Hornburg
<joao.hornburg@gmail.com> wrote:
> Is there any other option? Which tools are you using?

Just a heavily customized version of SciTE, here.

The trouble is that Eclipse and Java are such a brilliant combination,
and ultimately it's due to how relatively easy it's to find sufficient
static type information from parsing Java.  Dynamic languages make it
harder, in fact the general problem is probably insolvable. Common
cases, like code completing 'string.f', should be relatively easy, but
once you have your own objects floating around, then things are messy.

steve d.