You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.