[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support
- From: Miles Bader <miles@...>
- Date: Mon, 24 Jun 2013 11:05:36 +0900
Geoff Smith <spammealot1@live.co.uk> writes:
> myTable = {anotherLongVarName=1}
> myTable.aLongVarName = 2
>
> myTable.xxx
>
> Scite will prompt for myTable and at xxx it will prompt for either
> anotherLongVarName or aLongVarName
This seems pretty much impossible to support robustly with a highly
dynamic language like Lua...
One can see how it could work with this particular example, by
analyzing the local context, but I suspect that the _majority_ of
times you want such completion, the information simply isn't
available...
-miles
--
My spirit felt washed. With blood. [Eli Shin, on "The Passion of the Christ"]
- References:
- [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support, Paul K
- RE: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support, Geoff Smith
- Re: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support, Paul K
- RE: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support, Geoff Smith
- Prev by Date:
Re: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support
- Next by Date:
Re: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support
- Previous by thread:
RE: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support
- Next by thread:
Re: [ANN] ZeroBrane Studio v0.38; now with real-time variable indicators, plugin API, improved auto-complete, and LuaJava debugging support
- Index(es):