Changelog of BashSupport Pro 4.6.2
An annotated list of all changes of the 4.x major version is available in the release announcement.
General
- Fixed Sometimes exceptions about configuration errors of run configurations were displayed as notification and reported as an error. Now, only the notification is shown.
Editor
- Fixed #196: If warning “unused local variable” is suppressed with the options from the popup menu,
then insert
# shellcheck disable=SC2034
instead of# bashsupport disable=BP3001
. This change was made to improve compatibility with ShellCheck.
Suppression with# bashsupport disable=BP3001
, which was previously inserted, is still supported.BP3001
was introduced because ShellCheck usesSC2034
for both local and global variables.
Run Configurations
- Fixed Exception “Slow operations are prohibited on EDT” with 2025.1 while configuring run configuration settings.
- Fixed The move refactoring of a file or directory updated the paths of script file and working directory stored in run configurations, even if they were unrelated. This resulted in incorrect updates of the XML of persisted run configuration files. The persisted paths are now only updated if the moved file or directory is part of the configured file paths.