Giter VIP home page Giter VIP logo

quickxdev's Introduction

QuickXDev

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 "scripts" folder on the sidebar,select "Run With Player",the player will run with current project.

Compile Scripts

right click "scripts" 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 "scripts" 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.

quickxdev's People

Contributors

leitwolf avatar

Watchers

Ethan Jiang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.