-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionality