Skip to content

Script Console version 43

Choose a tag to compare

@zapbot zapbot released this 13 Nov 06:27
· 4885 commits to main since this release
ea68a6a

Added

  • Allow setting the tab size and whether to use tabs or spaces for indentation in the console.
    The old defaults were to use the tab character with a tab size of 5.
    The new defaults are to use spaces with a tab size of 4.
  • A gear button to the console toolbar to open the Script Console options screen.
  • An enable / disable script button to the console toolbar to toggle enabling the open script.
  • Options to allow editing the font name and size used in the console (Issue 8065).
  • The shortcut ctrl+S (cmd+S on macOS) to save the script in the console.

Changed

  • The "Save Script" button was moved to the console toolbar.

Fixed

  • Saving the script was causing the "Keep or Replace" dialog to show, even when no external changes were made to the script.