[Ann] BashSupport 0.9.2
Hi,
a new update is available now for the BashSupport plugin.
The exception which was thrown by the last version fom time to time is fixed now.
The plugin is now shown as "updated" in IntelliJ's plugin manager again.
As usual, feedback is highly appreciated.
Regards,
Wallaby
Changes:
- Support for shebang-like comments which are not the first line of a file
- Support for (simple) variable declarations inside of arithmetic expressions
- "\\!" is now seen as a valid string
- Fixed assertion failure exception during string parsing
- Only compatible with IDEA 8.x
Please sign in to leave a comment.
could you please give an example?
simply adding empty line at the beginning of file doesn't work...
also, it's quite inconvenient that shebang line is not highlighted when editing highlight settings
Hi Wallaby,
Is there something special you had to do to get this working? I'm suffering
the same problem with my Code Review plugin and I'm not sure what's causing
it. Is an 'until-build' attribute required perhaps?
Cheers,
Chris
Hi,
exactly
My version line looks like this:
<idea-version since-build="9100" until-build="9999"/>
I had to add the until-build. This should fix it for you, I think.
Regards,
Wallaby
OK thanks for the tip. I think I'll put 11999 though to give it a slightly
longer life expectancy, given I only have a very light dependency on the
OpenAPI.
Cheers!
Chris