Changelog of BashSupport Pro 3.2.3
An annotated list of all changes is available in the release announcement.
General
- Added Support the new JetBrains 2023.2 EAP releases.
Editor
- Fixed Several causes of
java.lang.Throwable: Project is already disposed
, e.g. by applying quick fixes while the project is being closed.
Inspections and Intentions
- Improved Minor performance improvement to inspection “Local use of variable”.
- Improved Inspect variables of for loops and select commands in inspection “Local use of variable”.
- Improved Inspect arithmetic variable declarations in inspection “Local use of variable”.
- Fixed Don’t show “Variable could be local” for declarations inside process substitutions or inside command substitutions.