[Ann] BashSupport 0.8.7
Version 0.8.7 is now available. Hopefully it'll work better than the current version.
Let me know if things don't work as expected.
Regards,
Wallaby
The changes:
- Shift+F1 on commands opens an online manpage in the browser
- New inspection: convert backtick to subshell
- New inspection: convert subshell command to backtick (disabled by default)
- New inspection: quote unquoted string (disabled by default)
- New inspection (file wide): Add shebang line to file
- Each inspection has its own settings now
- Fixed arithmetic for loops
- Fixed verbose log messages
Please sign in to leave a comment.
Hi,
For some reason, the update has not appeared in the plug-in manager. Is it compatible with IDEA 8.1.2 (#9852)?
Randall Schulz
maybe you look there too eralier?
now i see it there (also idea 8.1.2)
> Fixed arithmetic for loops
index variable defined in arithmetic for is not recognized as variable
no ctrl+click, no crtl+shift+i over it
> Each inspection has its own settings now
great work!
FR
there are 2 types of shebang inspection suggestions
1) when shebang is wrong to fix it
2) when shebang is ok to change it to the alternative one
how to remove at all the second fix? it's very irritating, cause shebang line is always underlined
FR
support variable defining via command "read"
so
ctrl+click on $NAME should point to "read NAME"
ctrl+shift+i on $NAME should show "read NAME"
but
ctrl+click on $AGE should point to "AGE=11"
ctrl+shift+i on $AGE should show "AGE=11"
It's still not showing up as an availble update in the plug-in manager for me.
In the Available tab it shows 0.8.7, including its change notes and in the Installed tab it shows 0.8.6, but doesn't show the red marker that indicats and update is available and the context menu item Update Plugin is dimmed.
Are you sure you packaged the update correctly? It is marked as suitable at or beyond build #9852?
Randall Schulz
I had the same problem, but installing it from the 'Available' tab (rather
than updating it from the 'Installed' tab) did the trick.
It suggests that IDEA thinks they're entirely separate plug-ins.
RRS
Yeah that was my first reaction too, but the old one appeared to have been
replaced/updated without issue - there aren't two plugins listed as installed.
Maybe there's something screwy with my setup now but I haven't noticed any
obvious problems so I haven't bothered to investigate any further.
Chris