Skip to content

nebiros/titanium-mobile-sdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

titanium-mobile-sdoc

A Titanium Mobile API parser made with Ruby, it takes api.json file and dumps a SDOC file, now, add the SDOC file to your NetBeans project (I guess it works on Aptana) then you have code completation of the API, yay! :D.

Usage

Download API Reference as JSON (api.json) from here, move it to dist/api.json, then run default task:

$ rake

It creates a SDOC file in the dump/ folder.

Install

Copy dump/titanium-mobile.sdoc file to your project.

Demo

Known Bugs

  • I don't know why the comments doesn't work, still, methods, params, etc, works fine.

License

See LICENSE file.

About

Titanium Mobile API code completation for NetBeans baby!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages