Code Monkey home page Code Monkey logo

ti-build-atom's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ti-build-atom's Issues

Add option for keystore [android]

Sometimes its useful to add the key (keystore + password) as an option for android e.g. if you want to compile with map support.
That would be -K "keyfile.key" and -P "passwd"

Show console

Is there a way to show the output of the Ti CLI in Atom?

Failed to load the ti-build-atom package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.199.0 ⚠️ in 1.0 API Preview Mode ⚠️
System: Mac OS X 10.10.3
Thrown From: ti-build-atom package, v0.7.0

Stack Trace

Failed to load the ti-build-atom package

At Cannot read property 'prototype' of undefined

TypeError: Cannot read property 'prototype' of undefined
    at __extends (/Users/mikestancliffe/.atom/packages/ti-build-atom/lib/ti-build-atom.coffee:4:199)
    at /Users/mikestancliffe/.atom/packages/ti-build-atom/lib/ti-build-atom.coffee:11:5
    at Object.<anonymous> (/Users/mikestancliffe/.atom/packages/ti-build-atom/lib/ti-build-atom.coffee:178:5)
    at Object.<anonymous> (/Users/mikestancliffe/.atom/packages/ti-build-atom/lib/ti-build-atom.coffee:180:4)
    at Module._compile (module.js:452:26)
    at Object.requireCoffeeScript (/Users/mikestancliffe/Downloads/Atom.app/Contents/Resources/app.asar/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
    at Module.load (module.js:347:32)
    at Function.Module._load (module.js:302:12)
    at Module.require (module.js:357:17)
    at require (module.js:376:17)

Commands

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "monokai"
    ],
    "ignoredNames": [
      ".git",
      ".svn",
      ".DS_Store"
    ]
  }
}

Installed Packages

# User
linter, v0.12.2
monokai, v0.14.0
ti-build-atom, v0.7.0

# Dev
No dev packages

Ti create

Ti create would be another nice feature to add. Not sure how to create an inputbox or folder select dialog yet. It should ask for a folder, plattform and then run "ti create".

Issues when trying to use any ti command

I am facing issues when I try to use any command to build and test my apps on emulators. I have attached screenshot for more details...

screenshot at oct 04 07-00-17

any suggestion to fix this? Thanks!

Linux/windows keybindings

Hi,

I've added keybindings so they'll work under linux. Since I couldn't test them with osx I'll just add the code here:

'.platform-darwin .editor':
  'alt-cmd-b': 'ti-build-atom:toggle'
  'alt-cmd-c': 'ti-build-atom:clean'
  'alt-cmd-1': 'ti-build-atom:iphoneSimulator'
  'alt-cmd-2': 'ti-build-atom:ipadSimulator'
  'alt-cmd-3': 'ti-build-atom:androidDevice'

'.platform-win32 .editor, .platform-linux .editor':
  'alt-ctrl-b': 'ti-build-atom:toggle'
  'alt-ctrl-c': 'ti-build-atom:clean'
  'alt-ctrl-3': 'ti-build-atom:androidDevice'

If it works for you in OSX you could add this to the keybindings file. iPhone simulator aren't available for linux/win so I just left them out.

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.