Changelog of BashSupport Pro 4.5.0
An annotated list of all changes of the 4.x major version is available in the release announcement.
General
- Fixed To work around a bug of 2024.3 when plugins supported by BashSupport Pro are loaded, the BashSupport Pro plugin will now display a notification about a required restart. Without a restart, exceptions such as
NoClassDefFoundError: com/jetbrains/lang/makefile/psi/MakefileRecipewould be raised in your IDE.
Editor
- Fixed #184: The missing completion before an
unsetwas not fixed yet inside functions. - Fixed Exception
Failed to build index 'bashpro.includes' for file .... - Fixed Exception
Cannot invoke "com.intellij.psi.PsiElement.getNode()" because "<parameter1>" is null. - Fixed Exception
Invalid range specified: (..., ...)related to folding ofif ... then ... fi.
shfmt
- Updated Bundle shfmt 3.10.0.
Terminal
- Fixed Exception
class ....TerminalPromptLanguage cannot be cast to class pro.bashsupport...., which occurred when the new terminal tool window was enabled.