bdkjones / CodeKit2

CodeKit 2 Beta
97 stars 4 forks source link

Codekit Lost All the Projects #547

Closed JonnaIsaac01 closed 9 years ago

JonnaIsaac01 commented 9 years ago

Hi,

Codekit has lost all the projects I was working on (there were only 2). This is the second time this has happened, and I'm positive I was not holding down the shift key. I also recently ran the disk repair utility and I installed Codekit only a few months ago.

Was there a resolution to this besides re-installing Codekit?

Thanks!

bdkjones commented 9 years ago

Do you have the Sublime CodeKit plugin installed?

JonnaIsaac01 commented 9 years ago

Hi,

Yes, I do!

On Wed, Apr 22, 2015 at 11:59 AM, Bryan Jones notifications@github.com wrote:

Do you have the Sublime CodeKit plugin installed?

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/547#issuecomment-95304058.

bdkjones commented 9 years ago

That's the issue. The plugin quits and launches CodeKit when sublime loses focus. If you use a keyboard shortcut to close the sublime window, the shift key is down when the plugin talks to CodeKit. Turn that feature off in the plugin.

Sent from my iPhone

On Apr 22, 2015, at 12:59, JonnaIsaac01 notifications@github.com wrote:

Hi,

Yes, I do!

On Wed, Apr 22, 2015 at 11:59 AM, Bryan Jones notifications@github.com wrote:

Do you have the Sublime CodeKit plugin installed?

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/547#issuecomment-95304058.

— Reply to this email directly or view it on GitHub.

JonnaIsaac01 commented 9 years ago

I don't use a shortcut to close the Sublime window.

On Wed, Apr 22, 2015 at 1:20 PM, Bryan Jones notifications@github.com wrote:

That's the issue. The plugin quits and launches CodeKit when sublime loses focus. If you use a keyboard shortcut to close the sublime window, the shift key is down when the plugin talks to CodeKit. Turn that feature off in the plugin.

Sent from my iPhone

On Apr 22, 2015, at 12:59, JonnaIsaac01 notifications@github.com wrote:

Hi,

Yes, I do!

On Wed, Apr 22, 2015 at 11:59 AM, Bryan Jones notifications@github.com wrote:

Do you have the Sublime CodeKit plugin installed?

— Reply to this email directly or view it on GitHub <https://github.com/bdkjones/CodeKit/issues/547#issuecomment-95304058 .

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/547#issuecomment-95324419.

subhaze commented 9 years ago

Oh wow... I've not had this happen but can definitely see the potential of this happening...

The quitting CodeKit is off by default but I've added a notice on the readme since it will auto start CodeKit by default.

I'll see if there's a way to detect key presses in the ST API to try and guard or a minimum warn the user if the shift was pressed when the call to open CodeKit was made.