No way to code to make code hinting to work [message #966993] |
Thu, 01 November 2012 07:56  |
Eclipse User |
|
|
|
Hello,
I past 2 days i did try any combination of eclipse and LDT (0.8, 0.9M, standalone, embeded like plugin) and no way to see code hinting to work.
I made my smal EE with just few functions, with one table and with one type. It was not function, so I used directly file in project, I did any kombination of experiment.
BUT it just not function!!!!
this is my xw.api from EE:
--[[-----------------------------------------------------------------------------
e Xml record DOM resource handle
@type #theRecord
]]
--[[-----------------------------------------------------------------------------
Checks validity of record
@function [parent=#theRecord] isValid
@param self
@return #boolean
]]
--[[-----------------------------------------------------------------------------
eXtraWay lua api
This library provides functions for eXtraWay server side scripting
@module xw
]]
--[[-----------------------------------------------------------------------------
Given a package name, it will load it in current runner
TODO: add sintax of package name
@function [parent=#xw] addPackage
@param #string package name.
@return #number
]]
--[[-----------------------------------------------------------------------------
Create theRecord resource, which is xw DOM of record.
@function [parent=#xw] prepareRecord
@param #string xml string to be parsed
@param #string archive name (empty means current)
@return #theRecord
]]
return nil
Pls. help me. It is evident that I miss somthing , I just cant capture what.
Thx in advance Ladislav.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03436 seconds