Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Koneki » About code assistant.
About code assistant. [message #1416531] Thu, 19 July 2012 23:27 Go to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
HI.

i'm using standalone last version tool.


i'm testing about OUTLINE window and CODE_ASSISTANT.

At outline it display only first level items(table, function) and table's field is not display. (it's right? will be update?)

At code assistant. it display global items(table, function) only, and i can't open member list window with '.' access(ex ctrl+space)

are this problems current version's limitation or my fault?
Re: About code assistant. [message #1416543 is a reply to message #1416531] Fri, 27 July 2012 13:04 Go to previous message
Simon Bernard is currently offline Simon BernardFriend
Messages: 345
Registered: July 2009
Senior Member
Hi,

In the last http://eclipse.org/koneki/ldt/#installation (0.8):

The outline display only the first level local variable and the API you could describe with http://wiki.eclipse.org/Koneki/LDT/Technical_Documentation/Documentation_Language.

The should have content assist :
- on local variables.
- on global variables considered as preloaded in your execution environment. (like print in lua 5.1)
- on module documented with luadocumentor.

Did you try the execution environment feature ?
You could http://sierrawireless.github.com/lua-execution-environments/ and http://wiki.eclipse.org/Koneki/LDT/User_Guide#Execution_Environment the Lua 5.1 execution environment support to your project to enable autocompletion for lua 5.1.

HTH
Previous Topic:folding not working
Next Topic:Code Assistance for external lib
Goto Forum:
  


Current Time: Tue Apr 23 15:13:33 GMT 2024

Powered by FUDForum. Page generated in 0.03600 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top