leitwolf / QuickXDev

Powerful quick-cocos2d-x develop plugin for sublime text 2/3
162 stars 100 forks source link

How to config QuickXDev with v3quick project? #13

Closed takaaptech closed 10 years ago

takaaptech commented 10 years ago

Hi, Can we using QuickXDev with https://github.com/dualface/v3quick? If yes, how can we config this? Thanks so much!

takaaptech commented 10 years ago

Ah, I just pass v3quick path in to setting file and it works like a charm! By the way, how can we "auto refresh" player when hit Ctrl + S code file ? (In cocos code ide, we can do that with quick project)

leitwolf commented 10 years ago

config: { // must set the path "quick_cocos2dx_root": "/quick-3.3rc0", "cocos2dx_root": "/cocos2d-x-3.3rc0", // lua template attributes "date_format": "%Y-%m-%d %H:%M:%S", // i.e. peter or peter (peter@gmail.com) "author": "Your Name", // compile_scripts encrypt key,no encrypt when empty "compile_scripts_key": "" } change to the real path. run player in file:ctrl+shift+r

takaaptech commented 10 years ago

Thank so much for quickly reply! Config works well! About "Auto Refresh", I mean when we change code file (Ex change textfield value) , and then save, and player will auto update? Can we do this?

leitwolf commented 10 years ago

no,you must relaunch the player.

takaaptech commented 10 years ago

OK thank you!