concordion / idea-concordion-support

Concordion support IntelliJ Idea plugin https://plugins.jetbrains.com/plugin/7978
Other
13 stars 8 forks source link

No Scala option in New Fixture dropdown #22

Open danonorato opened 4 years ago

danonorato commented 4 years ago

Setup. 1) Intellij 2019.1.3 CE 2) concordion-support 0.12.0 . // plug-in 3) Scala v2019.1.9 // plug-in

In a scala project: 1) Do New->Concordion->Fixture 2) I see only Java and Groovy as options in the dropdown.

I'm hoping this is a configuration issue.

@idegtiarenko Would love to get the plug-in working for Scala. Using quite a bit of Concordion/Java currently. Is this repo being supported?

Regards, Dan Onorato

idegtiarenko commented 4 years ago

Hello @danonorato

Most likely it is related to plugin compiled against quiet old version of scala plugin (2017.2.6). There are couple of structure changes since then.

Unfortunately I did not had much time for updating it lately, but contributions are very welcome.

danonorato commented 4 years ago

@idegtiarenko Thanks for the insights. I'll go ahead and make an attempt at a update. You can disregard the email I sent you directly. I hadn't seen your reply to this issue when I sent that. -Dan