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

2018-02-06 Thread Guillaume Paniagua
Hi Irv, It's probably just one line script to be fair anyone that can use pycharm could do it. https://www.hastac.org/blogs/joe-cutajar/2015/04/21/how-make-simple-bash-script-mac the command you want to run in the script is "pycharm.sh $PWD" and then make that script executable so when you

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

2018-02-03 Thread Guillaume Paniagua
forget what i said i didn't read all the answer. 2018-02-03 10:54 GMT+00:00 Guillaume Paniagua <paniagua.guillau...@gmail.com >: > I've never used pycharm but if it is possible to open project by passing > the full folder project to pycharm.sh then you could add a plugin that &g

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

2018-02-03 Thread Guillaume Paniagua
I've never used pycharm but if it is possible to open project by passing the full folder project to pycharm.sh then you could add a plugin that trigger when creating a new project and create a script file in the project folder that would call the pycharm.sh with the current directory (project