mybearworld

Results 41 issues of mybearworld

Resolves #7077 ### Changes Adds a new addon that adds a context menu entry that hides/shows a sprite. ![A screenshot of the context menu with the option "hide".](https://github.com/ScratchAddons/ScratchAddons/assets/130385691/9e8ff5b4-25a7-4fb2-b046-fee7c0d28197) ### Reason...

type: enhancement
new addon
scope: addon

I'm expecting it to handle word wrapped lines as just regular lines. Instead, it looks like this: ![image](https://github.com/leodevbro/vscode-blockman/assets/130385691/37bf64ea-aabf-4320-9e45-ca851210dd17)

### Description of the new feature / enhancement In the Quick Accent PowerToy, some IPA characters could be added. These being: | Letter | Characters | |--------:|--------| | a |...

Idea-Enhancement
Status-In progress
Needs-Triage
Product-Quick Accent

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...

type: enhancement
help wanted
scope: docs

### 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...

type: enhancement
priority: 3
scope: webpages
scope: core

### 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...

type: enhancement
status: needs review
scope: addon
scope: performance

Resolves #7040 ### Changes Add a "Zoom slider" addon that replaces the built in zoom buttons with a slider. ![Some Scratch blocks and a slider at the bottom right, with...

type: enhancement
new addon
status: needs review
scope: addon

Resolves #6557 ### Changes Create a new addon "Markdown in forums" that allows you to use Markdown in the forums by converting the Markdown to BBCode on the fly. This...

type: enhancement
new addon
scope: addon

Resolves #4097 ### Changes Add an addon called "Forumoji emoji when posting on the forums" (internally `forumoji`) that replaces emojis with their Forumoji variants. ![The forumoji addon.](https://github.com/ScratchAddons/ScratchAddons/assets/130385691/2717aea2-76bd-4d76-b092-6e3aa3f207eb) ### Reason for...

type: enhancement
new addon
scope: addon

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...