| Cannot use any LTD feature on Mac [message #785196] |
Sat, 28 January 2012 11:42  |
bbb ggg Messages: 5 Registered: January 2012 |
Junior Member |
|
|
Hi,
Ive been trying to use LTD as a standalone product 32/64 bit on Macos 10.7 but without any success. Basically none of features from the video are available. I can just fold code, see code highlighting and see some errors from code analyzer. Just downloaded app package and create new project...
Regards,
Tom
|
|
|
| Re: Cannot use any LTD feature on Mac [message #785802 is a reply to message #785196] |
Sun, 29 January 2012 09:14   |
|
Hi Tom,
Since you are on the Mac --and here I am assuming you're not familiar with Eclipse, thus excuse me if my remark sounds stupid!--, it is possible that the keyboard shortcut to trigger content-assist is conflicting with Spotlight, or Alfred... You may want to double check what is the shortcut associated to "Content Assist" in the Preferences (General > Keys).
To setup debug, you should follow the instructions in the online help (or directly here: http://wiki.eclipse.org/Koneki/LDT/User_Guide#Remote_Debug)
Let me know if there's anything else you need help with, since I am not sure what are the features covered by your "basically none features from the video [...]" statement 
Cheers,
Ben --
|
|
|
| Re: Cannot use any LTD feature on Mac [message #786698 is a reply to message #785802] |
Mon, 30 January 2012 13:27   |
bbb ggg Messages: 5 Registered: January 2012 |
Junior Member |
|
|
Hi,
This was obvious the part about eclipse
local var = {}
var.x = 10
var.y = 10
local function doIt()
return 10
end
var.doIt = doIt
Content Assist does not work for neither of those fields regardless of setup in preferences. The only fields are available are snippets and base keywords, nothing custom made by user.
Without such option this would be useless to use it IMO for dynamic language.
Regards,
Tom
[Updated on: Mon, 30 January 2012 13:36] Report message to a moderator
|
|
|
|
|
|
| Re: Cannot use any LTD feature on Mac [message #791828 is a reply to message #788388] |
Mon, 06 February 2012 04:55   |
|
Hi Tom,
tom bladko wrote on Wed, 01 February 2012 19:49hi,
PS: any chance to have some more support for Corona SDK (like this no-module option above) ? There is a really big community just waiting for good Lua IDE.
We will try to add some sort of support for Corona SDK as soon as the new feature Simon mentioned will have been setup, allowing to ship the definition of the SDK to enable autocompletion for Corona APIs.
In the meantime, I invite you to add the templates available here in your IDE (in the preferences of the IDE: Lua > Templates > Import...). They will provide you with autocompletion for a lots of common patterns in Corona!
|
|
|
|
| Re: Cannot use any LTD feature on Mac [message #794122 is a reply to message #791847] |
Wed, 08 February 2012 18:39   |
bbb ggg Messages: 5 Registered: January 2012 |
Junior Member |
|
|
Hi,
Have You seen "Lua for IDEA plugin" ? This could be good reference about those basic productivity functions from IDE. Write some base code + documentation with tables / functions / local, document it and be able to work on dynamic code much like on static one due to help from IDE.
Regards,
Tom
[Updated on: Wed, 08 February 2012 18:41] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.01675 seconds