ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Quick​XDev

by leitwolf ALL

Powerful quick-cocos2d-x develop plugin for sublime text 2/3

Details

  • 2015.03.09.05.49.15
  • github.​com
  • github.​com
  • 9 years ago
  • 52 minutes ago
  • 10 years ago

Installs

  • Total 13K
  • Win 9K
  • Mac 4K
  • Linux 167
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

QuickXDev –ver 3.3

Powerful quick-cocos2d-x develop plugin for sublime text 2/3

CHINESE:http://my.oschina.net/lonewolf/blog?catalog=412647

Description

A quick-cocos2d-x develop plugin for sublime text 2/3.

Features

  • quick-cocos2d-x api completions support(framework and cocos2dx tolua)
  • goto definition
  • create new project
  • run with player
  • compile scripts
  • user definition auto completion
  • system api completions support (lua 5.1)
  • some snippets,like if-else,if-elseif-else,while,comment,repeat-until….
  • create new lua file with template
  • lua biuld system

Installation

1.Install via Package Control

2.Download .zip source file, then unzip it,rename it with “QuickXDev”,then clone “QuickXDev” folder into the SublimeText Packages directory. A restart of SublimeText might be nessecary to complete the install.

Usage

setting

{
    "quick_cocos2dx_root": "<path>/quick-cocos2d-x",
    "author": "<your name>",
    "compile_scripts_key": "encrypt_key"
}

you must set “quick_cocos2dx_root”

goto definition

select a word then right click ->Goto Definition or press key ctrl+shift+g * support framework (i.e. CCNodeExtend, display.newScene, newScene, display.CENTER) * support cocos2dx (i.e. CCMoveBy, getWritablePath, CCMoveTo:create, create, kCCHTTPRequestMethodGET) * support user definition

Create New Project

right click a folder on the sidebar,select “Create New Project”,enter the package name,then a new project will created.

Run with player

right click “src” folder on the sidebar,select “Run With Player”,the player will run with current project.

Compile Scripts

right click “src” folder on the sidebar,select “Compile Scripts”,enter the output file,then it will compile all scripts to the output file.

User definition auto completion

right click “src” folder on the sidebar,select “Rebuild User Definition”. and when you save a lua file in sublime,it will auto build all user definition in the current file.