Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-Mobile.tmbundle
TextMate Bundle (tmBundle) for the Appcelerator Titanium Mobile JavaScript API. Includes complete API Code Completion and context sensitive API doc ToolTips. Yes, this is real.
https://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-Mobile.tmbundle
Last synced: 3 months ago
JSON representation
TextMate Bundle (tmBundle) for the Appcelerator Titanium Mobile JavaScript API. Includes complete API Code Completion and context sensitive API doc ToolTips. Yes, this is real.
- Host: GitHub
- URL: https://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-Mobile.tmbundle
- Owner: subtleGradient
- Archived: true
- Created: 2010-05-31T18:47:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-14T04:51:34.000Z (over 13 years ago)
- Last Synced: 2024-05-29T03:27:14.549Z (6 months ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 103
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Appcelerator Titanium Mobile JavaScript TextMate Bundle
====
By [Thomas Aylott](http://SubtleGradient.com)*MIT License*
How to install
----0. Install TextMate (um… duh?)
1. Download [JavaScript-Appcelerator-Titanium-Mobile.tmbundle.zip](http://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-Mobile.tmbundle/zipball/master)
2. Unzip
3. Rename the folder to `ti-mo.tmbundle`
* The name of the folder doesn't really matter, just so long as it has the `tmbundle` extension
4. Double-Click
5. Install the JSON Ruby Gem
* `sudo gem install json`
6. Enjoy!How to use
---### Complete! ⌥⎋ *option-escape*
The completion list contains all of the `Titanium` and `Ti` API.### Tooltips! ⌥F1
The tips are context sensitive. Place your caret anywhere inside of a function (on the same line) and it'll work, even inside the arguments `()`!### Complete! Type `Ti.` (optional)
*Enable this by selecting the "JavaScript Titanium Mobile" language in the bottom bar of TextMate.*As soon as you hit the `.` (after typing `Ti`) it'll bring up the as-you-type completion list thing.
Note: If you are at the last line and click "." then the code completion list won't appear. You must leave a blank line at the end of your document.