[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
0
8 comments
Avatar
Permanently deleted user

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

0

maybe you look there too eralier?
now i see it there (also idea 8.1.2)

0

> Fixed arithmetic for loops

index variable defined in arithmetic for is not recognized as variable
no ctrl+click, no crtl+shift+i over it

0

> 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"

read NAME
echo $NAME

AGE=11
read AGE
echo $AGE

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"

0
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

I had the same problem, but installing it from the 'Available' tab (rather
than updating it from the 'Installed' tab) did the trick.

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

---
Original message URL:
http://www.jetbrains.net/devnet/message/5238621#5238621



0
Avatar
Permanently deleted user

It suggests that IDEA thinks they're entirely separate plug-ins.


RRS

0
Avatar
Permanently deleted user

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

It suggests that IDEA thinks they're entirely separate plug-ins.

RRS

---
Original message URL:
http://www.jetbrains.net/devnet/message/5238629#5238629



0

Please sign in to leave a comment.