This is a fork of the official plugin at https://github.com/appcelerator/atom-appcelerator-titanium
Offers the following additional features:
ti build
if you use appc run
there is an option in the settting menu to customize thisAs long as the debug flag is present in the build, the extension scans logs look for the developer tools link and automatically opens it up within atom. By default Titanium 7 breaks on the first execution line, however this plugin will skip that. There is an option in the settings menu if you want to return to the default behavior. The dev tools slightly more limited than what is present in Chrome, but will give you access to the source and console - use ctrl-p to search for a file.
This consists of two parts a) a file watcher that observes all changes to your /Resources directory and copies the changes into the unsigned apk in the build directory. b) the fastbuild button, this re-signs the apk and redeploys it to your device, hooking up logcat and the debugger.
Notes:
This displays android logcat logs filtered to the pid of your deployed app. This does not log app crashes, so if you want to investigate a crash you'll need Android Studios logcat open.
It also comes with a couple of features over the official Titanium atom plugin:
Addtional settings are available via the cog in the top right-hand corner
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.