prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

ctrl+alt+o does'nt work in 1.15.0 #50

Closed ransingh closed 8 years ago

ransingh commented 8 years ago

invocation of git-projects using shortcut 'ctrl + alt + o' just stopped working in v1.15.0. It was working before. I tried putting in different key combination but that did not work either.

I am using Atom v1.0.13.

I am using the following plugins as well. screen shot 2015-09-21 at 9 32 50 am

igreg commented 8 years ago

I had a similar issue and had to recompile a module within git-projects that was compiled for an old version of Atom. It didn't work at first, but after re-installing the plugin and trying again, it finally worked and the shortcut started to work again.

It is easy to know if you have the same issue than me. You will see a red bug with a number in the bottom right corner which you can click on, and it should be fairly obvious what to do next.

Hope this helps!

legomind commented 8 years ago

Just wanted to back up @igreg on this. For me it was just as he described. After rebuilding git-utils, everything works fine.

ransingh commented 8 years ago

Cool I will give it go. Sent from Yahoo7 Mail for iPhoneOn 25 Sep 2015, 10:08:19 AM, legomind wrote:Just wanted to back up @igreg on this. For me it was just as he described. After rebuilding git-utils, everything works fine.

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

prrrnd commented 8 years ago

Thank you for reporting the issue. I looked into it, and realised that Atom provides an easy way to rebuild packages when necessary. I close this one.