Code Assistant doesn't work with networked sources? [message #898075] |
Wed, 25 July 2012 14:08  |
Eclipse User |
|
|
|
If I copy my entire Lua source to a local hard drive, then switch to that workspace in LDT, then the code assistant works perfectly. It picks up every single function.
However, if I have my code on a MAPPED network drive...the code assistant doesn't work.
Is there something I need to do? I can't find any config settings for the code assistant.
Any help would be appreciated. Thanks.
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Code Assistant doesn't work with networked sources? [message #901816 is a reply to message #901296] |
Tue, 14 August 2012 12:49  |
Eclipse User |
|
|
|
That's close.
Bascially, every one of my scripts calls a built-in function (include) which allows me to load scripts (and their functions) into my application.
Once the script is loaded, I can then call its functions. The typical scenario is to "include" all of my "Library functions" at the beginning of each test script. This way, that test script has the full range of functions against my aircraft sim. Some of these "functions" do things like, make the aircraft takeoff, fly to x altitude with x heading, at x knots. Other "functions" configure my navigation sources (INU, GPS, VOTAC, etc).
I'm not sure the build path is the way to go for me. I don't "build" these files, I simply run them in my script run-time environment.
|
|
|
Powered by
FUDForum. Page generated in 0.16684 seconds