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

lufylegend​Dev

by leitwolf ALL

Powerful lufylegend develop plugin for sublime text 2/3

Details

  • 2014.12.08.06.55.43
  • github.​com
  • github.​com
  • 10 years ago
  • 1 hour ago
  • 10 years ago

Installs

  • Total 97
  • Win 77
  • Mac 17
  • Linux 3
Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28
Windows 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
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 2 0 1 1 1 0 0 0 0 0 0 1 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

Readme

Source
raw.​githubusercontent.​com

lufylegendDev ver 1.9.7

Powerful lufylegend develop plugin for sublime text 2/3

Description

lufylegend is a html5 game engine,light weight and powerful. And lufylegendDev is a develop tool for lufylegend on sublime.

Features

  • lufylegend api completions support
  • js system api completions support
  • goto definition
  • compress js files with ant and Google Closure Compiler
  • user definition auto completion
  • create new js file with template
  • create build.xml with template

Installation

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

Usage

setting

{
    "lufylegend_root": "<path>/lufylegend",
    "author": "<your name>",
    "ant_path": "ant",
    "google_closure_compiler_path": ""
}

you must set “lufylegend_root”

goto definition

select a word then right click ->Goto Definition or press key ctrl+shift+g

Compress js files

right click a xml file on the sidebar,select “Compress js”.

User definition auto completion

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