Skip to content

extension to create task #9280

@farfromrefug

Description

@farfromrefug

I am trying to develop an extention for the Titanium Mobile framework.
That extension allows you to build a project kind of like the cordova extension does.
To execute a build my extension runs a command using shell.exec

I would like to make my "build" a "task". The reason are :

  • make my build appear as a "default task"
  • use of problem matcher to detect errors
  • allow the user to customize the build task?
  • correct handle of keyboard shortcuts. I would like to use the same keyboard shortuct to run the default task and to build using TItanium. It makes sense because when in titatnium folder then it should build. But when in another folder (npm) it should run the default task.

I don't see anyway to do that right now. I have looked through existing extensions and no one seems to have gone that far.

I think this is a must have. This is the main reason why i still build my Titanium projects with Sublime Text.

Metadata

Metadata

Assignees

Labels

apifeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions