Version 0.2.4 - Released 4 July 2020 – by Griffpatch
10 |Ctrl + Space or Middle Click – Experimental Feature - This pops up a floating input box where you can type the name of a block (or parts of it) and drag the block into the code to make use of it right there.
13 |Fixes – Fix for input box not appearing on project load. Fix for pressing Ctrl+Left or Right while trying to enter text.
14 |Interactive Find Bar (Ctrl + F) - Quickly find and jump to any Custom Block, Variable, Event, or Hat block defined in a sprite by clicking on the new find bar located to the right of the Code, Costumes and Sound tabs. Begin typing to filter down the list. Use the up and down arrow keys to switch between the possible entries, and the left and right arrows to cycle between al found instances of that block.
17 |Improved Code Tidy Up – Right click on the scripts window to pop up the menu and the clean up blocks option will have been replaced by a Clean Up Blocks (+) option. Se this to tidy your scripts and it will preserve your scripts columns as well as attempt to align the comments and remove all those orphaned variables, etc. You'll like this a lot I guarantee!
18 |Copy to Clipboard – Right click a block and 3 new options are available to Copy All, Copy Block, and Cut Block. The Copy All will copy to the clipboard everything including and below the block you clicked on. Copy block will only copy the current block and its contents, but nothing below. And cut block will copy it and remove it from the workspace.
19 |Paste from Clipboard – Pastes from the clipboard, but importantly pastes it where your mouse cursor is so you can then place it (rather than placing it where you copied it from like the current scratch implementation).
20 |Swap Variable in Sprite – Right click a variable in your scripts for this new option. It allows you to switch all references to this variable in the current sprite all in one go to another variable. This is great for when you made a mistake and want to switch from one variable to another or need to change from a 'for all sprites' to a 'for this sprite only'. This option will not remove the old variable and will not affect any other sprites variables.
21 |Middle Click – Using the middle mouse button on a variable or custom block allows you to jump to its definition or open it in the interactive find bar.
22 |Ctrl + Left, Ctrl + Right – Navigate to previous / next visited position in the script window (after using the navigate to block or find bar). This allows you to middle click a custom block to go to its definition, then press ctrl + Left to go back to where you were before.
23 |Ctrl + Space, Middle Click – Experimental Feature - This pops up a floating input box where you can type the name of a block (or parts of it) and drag the block into the code to make use of it right there.
24 |Find Bar – Click to list all costumes by name, and type to locate one. Use the arrow keys or mouse to click a name to just straight to that costume.
27 |Ctrl + Left, Ctrl + Right – These keys navigate you to the previous / next costume in the sprite.
28 |Send to Top, Send to Bottom – Right click a costume and 2 new menu items are present. These can be used to send the clicked sprite to the top or bottom of the list of costumes for fast re-ordering.
29 |Share – I have added an 'are you sure?' check to the sharing of projects - Yep I've done that a number of times by mistake - lol
32 |Youtube tutorials - https://www.youtube.com/user/griffpatch
34 |