Code completion does not work with global variables [message #1416565] |
Thu, 02 August 2012 10:11  |
Eclipse User |
|
|
|
Hi !
I am new to Koneki.
I have
* installed the application,
* created my lua project,
* imported sources (from 2 different folders)
* linked the "official" Koneki EE.
* built, rebuilt, cleaned, re-rebuilt (etc.) my project.
The code completion works just fine with local variables and functions, but does not recognize global ones.
local function TestGlobal()
_myGlobal = 0;
_my//I am trying "ctrl-space" here
end
answers
No completions available.
Moreover (... maybe linked ? which is why I post on the same thread...), the code documentation does not work at all.
When I try this
------------------------------------------------------------------------------
-- Prints something
-- @param something the thing to print
local function PrintSomething(something)
print(something);
end
and put the cursor on "something", I get the message
something :
Note: This element has no documentation and hence no information could be found.
even if it seems consistent with http://wiki.eclipse.org/Koneki/LDT/Technical_Discussions/Documentation_Language.
Any Idea of what I am doing wrong ?
Thank you very much!
Emilien
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.26628 seconds