Re: [pygame] Opening Python project in PyCharm - Mac

2018-02-02 Thread Alex Nordlund
On 3 Feb 2018, at 00:11, Greg Ewing wrote: > > Leif Theden wrote: >> you could maybe create a context menu helper (i'm not familar enough with os >> x to advise how to do that) that launches pycharm with the correct path >> appended to the pycharm launcher. > > It looks like you should be able

Re: [pygame] Opening Python project in PyCharm - Mac

2018-02-02 Thread Greg Ewing
Leif Theden wrote: you could maybe create a context menu helper (i'm not familar enough with os x to advise how to do that) that launches pycharm with the correct path appended to the pycharm launcher. It looks like you should be able to do this using Automator: https://davidwalsh.name/mac-co

Re: [pygame] Opening Python project in PyCharm - Mac

2018-02-02 Thread Leif Theden
I've never seen pycharm open a project from the Finder, or equivalent in Windows or Linux. However, if you pass a full path to the project folder to the pycharm.sh (linux, i think also mac osx) it will open the project. I'm a daily user of pycharm, so it is almost never closed Using that info