xonixx / intellij-awk

The missing IntelliJ IDEA language support plugin for AWK
https://plugins.jetbrains.com/plugin/17037-awk-support
MIT License
46 stars 2 forks source link

Not compatible with the version of your running IDE (PhpStorm 2024.1 EAP) #211

Closed jpotter23 closed 6 months ago

jpotter23 commented 6 months ago

I've lost syntax highlighting suport for awk language for the past few months waiting for the plugin to be updated. I hope this is something that can be remedied as I use AWK everywhere and hate jumping back into VIM for editing if possible. Thanks!

xonixx commented 6 months ago

Oh, this is unfortunate. I'll try to release an update asap.

jpotter23 commented 6 months ago

tyvm your contribution to the community is thoroughly appreciated here!

xonixx commented 6 months ago

The thing is that I was targetting the latest release always, which is 2023.3.5 in the case of PhpStorm: https://www.jetbrains.com/phpstorm/. I need to understand how can I anticipate the new versions that people use (like EAP) earlier.

jakubkierzkowski commented 6 months ago

Is the first post in the issue https://github.com/xonixx/intellij-awk/issues/208 related to the topic?

xonixx commented 6 months ago

Plugin update is uploaded. Waiting for a confirmation by JetBrains.

@jakubkierzkowski Thank you. Yes, this should solve the issue, but I'm trying a simpler approach. Basically, I've set the untilBuild.set('999.*'). Let's see if this helps long-term. image

xonixx commented 6 months ago

FYI: New version is approved.

xonixx commented 6 months ago

I hope this is solved now. Closing.