InsaneDoggo / PackageTemplates

http://ceh9.github.io/PackageTemplates/
Apache License 2.0
37 stars 7 forks source link

Error on PyCharm 2016.3: plugin depends on unknown plugin org.intellij.groovy #1

Closed rm-jamotion closed 7 years ago

rm-jamotion commented 7 years ago

I tried to install your cool plugin in PyCharm but it is not working because of missing plugin. In PyCharm groofy is installed with the LivePlugin (see https://github.com/dkandalov/live-plugin). Maybe you could fix this?

InsaneDoggo commented 7 years ago

Seems like https://plugins.jetbrains.com/idea/plugin/1524-jetgroovy Compatible with IntelliJ IDEA only. I will try to rewrite some functionality to avoid dependency on this plugin. Actually i want to support all IDEA-based IDE's including PyCharm.

InsaneDoggo commented 7 years ago

I have done some changes. Plugin works in PyCharm now. Groovy script replaced with JavaScript, but all labels in UI still old(named as "Groovy"). Some UI windows also differs from released version, github documentation is old too.

I'll fix mentioned above problems with next release. At this moment u can use next guide(picture) quick_guide

Link to download: PackageTemplates.zip

P.S. tested in PyCharm CE 2016.3.2

rm-jamotion commented 7 years ago

Wow! What a perfect support!!! Thanks a lot for your quick and professional response. It works perfectly also on PyCharm Enterprise.