mybearworld
mybearworld
Resolves #7077 ### Changes Adds a new addon that adds a context menu entry that hides/shows a sprite.  ### Reason...
I'm expecting it to handle word wrapped lines as just regular lines. Instead, it looks like this: 
### Description of the new feature / enhancement In the Quick Accent PowerToy, some IPA characters could be added. These being: | Letter | Characters | |--------:|--------| | a |...
For example, https://scratchaddons.com/docs/develop/userscripts/best-practices/ has the following code snippet: ```js // Do this instead: document.querySelector(".remix-button").addEventListener("click", () => { prompt("Are you sure you want to remix?"); }); ``` Which probably should be...
### Why this would be helpful When trying to find the environment where a bug happens, it can be annoying to back up the addons and disable all of the...
### Changes Currently, `custom-zoom` detects if the cursor is hovering over the area with `getBoundingClientRect` and `mouseover` event. This PR makes it just use the `:hover` selector. ### Reason for...
Resolves #7040 ### Changes Add a "Zoom slider" addon that replaces the built in zoom buttons with a slider.  ### Reason for...
Related: #456 `const` is a powerful statement. The user should be aware of this. Therefore, I propose requiring the following code: ``` const const const PI = 3.14! ``` To...