lua IDE for cocos2d-x development

来源:互联网 发布:ubuntu安装完没有引导 编辑:程序博客网 时间:2024/06/05 09:10

原文链接:http://hi.baidu.com/balduc0m/item/648093dad238bd2a39f6f78e

lua IDE for cocos2d-x development

--------

1.下载或者在你现在的eclipse里面添加LDT,必装,基本IDE

http://www.eclipse.org/koneki/ldt/


2.安装eclipse marketplace client,推荐安装,主要是方便一键安装插件。安装以后,下面的其它一些插件,可以直接从marketplace里面安装

http://www.eclipse.org/mpc/


3.egit,用git的话推荐安装

http://www.eclipse.org/egit/


4.eclipse start explorer,推荐安装,你可以在一个文件上面右键,"open in explorer"或者"open in shell"

http://basti1302.github.io/startexplorer/


5.anyEdit。LDT现在不支持点击一个module name跳转到那个文件,安装这个插件后,你可以ctrl + alt + r,Open file under cursor

http://marketplace.eclipse.org/content/anyedit-tools#.UftYPJJmiSo


-------------configuration for cocos2dx-------------------------


6.使LDT支持quick-cocos2dx的API提示(许多API和cocos2dx相同),具体做法参考下面这篇文章

http://www.swfdiy.com/quick-lua-eclipse/


7.LDT在变量后面添加注释后,是支持对变量的提示的,见

http://wiki.eclipse.org/Koneki/LDT/User_Area/New_and_Noteworthy/New_and_Noteworthy_1.0


Explicit Variable Description & Typing

It's now possible to type and set a description for a variable by adding a comment before or after its declaration. Typing a variable allow to have auto-completion on it and explicit your code.


8.LDT支持对EXE内部LUA引擎的调试,具体做法在你安装LDT后,可以去看LDT的文档的Attack Debug这一节。


------------ another lua ide-------------------------

又发现了Lua Glider,支持跨lua文件的提示和函数定位,阅读代码、写代码会比LDT更舒服,需要购买。

http://www.mydevelopersgames.com/Glider/


0 0
原创粉丝点击