subhaze / sublime_codekit

Sublime Text plugin to run CodeKit 2 commands
35 stars 1 forks source link

Enable project on auto-switch #3

Closed redgluten closed 4 years ago

redgluten commented 10 years ago

Following Codekit's autor recommendations I try to keep most projects I’m not currently working on disabled in order to spare resources. Currently the plugin doesn’t enable the project in Codekit when it the switch is triggered, it would be a nice addition IMO.

subhaze commented 10 years ago

The new CodeKit API doesn't seem to have this ability (unless I'm missing something). He does take feature requests so I've added a request on the Github issue tracker here https://github.com/bdkjones/codekit2/issues/471

subhaze commented 8 years ago

@bdkjones is this still relevant with version 3?

bdkjones commented 8 years ago

The plan is to add an AppleScript API for introspection of current projects, including paths, their enabled/disabled state etc. Once that's in place you could query the app to see if the project is enabled and, if not, enable it.

subhaze commented 8 years ago

OK, thanks for the feedback!