Discuss Scratch

danielhal
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

CraftedCart wrote:

danielhal wrote:

What's the point in this?
An example could be:
A project creates a string of text as a save/load code
The project writes to the clipboard, much nicer and sleeker than displaying a list and asking the user to RClick and Export
K
mybearworld
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

Good idea.
Also, you need to do
(clipboard :: sensing) // (clipboard :: sensing)


Edit 2021: No. Just… ignore this post.

Last edited by mybearworld (Aug. 5, 2021 06:44:11)

-InsanityPlays-
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

mybearworld wrote:

Good idea.
Also, you need to do
(clipboard :: sensing) // (clipboard :: sensing)
No this isn't a necropost because you made a duplicate.
BozendorpherImperial
Scratcher
10 posts

Clipboard Integration [SCRATCH SUGGESTION]

I think it would work so long as there were these implementations:

1: The clipboard can only copy from a list
2: There should be a clipboard chart (similar to the cloud variable history)
3: On project load, there should be a message that says “this project can access the clipboard”
4: If a user decides to use the project, if clipboard wants to be used, there should be a message "do you want to copy to your clipboard“
5: It can only copy 100 chars max.
6: The project should not depend on it. IE, if a project can't ”write“ to the clipboard. ”write" refers to, being able to change parts of a computer system software.
han614698
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

No support for the (personal stuff)

clipboard

reporter, but support for the copier with restrictions:

k7e
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

[removed]

Last edited by k7e (July 28, 2021 19:31:49)

A____username
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

bump
ScolderCreations
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

Support, this would make save codes much easier for mobile users.
4Parrots
Scratcher
46 posts

Clipboard Integration [SCRATCH SUGGESTION]

Support. As said there should be a warning before or simply ask when games try to do something with clipboard
showierdata9978
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

Suport , this would make it easyer to do it on molile as iv tryed to do it while my computer was broken and iit was a pain
han614698
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

The “copy val to clipboard” should have a filter run on it.
WindowsWhiz1234
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

I support this, but in a different way. I support copying scripts, costumes, and sprites in the editor to the clipboard instead of having to use the backpack for *easier* use. I also support the “copy to clipboard” block but

han614698 wrote:

^^ with restrictions, such as a bad word filter otherwise this block could be used to display inappropriate text on someone's screen even though they can report it.

EDIT: Didn't see this. Sorry!

han614698 wrote:

The “copy val to clipboard” should have a filter run on it.

Last edited by WindowsWhiz1234 (Aug. 27, 2021 23:10:04)

Andygun11
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

Here are blocks that would be nice:

add [] to clipboard :: sensing

clear clipboard :: sensing // Not sure about this one...

paste clipboard :: sensing

(clipboard :: sensing)

(Oops necropost, sorry.) Actually nevermind, necroposting doesn't really exist on the suggestion forums.

Last edited by Andygun11 (June 7, 2022 04:29:54)

AHypnoman
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

This seems a great idea! It would make many projects that rely on lists for exporting so much cleaner.

I do think that restrictions are necessary, but not to the extent of creating a popup on your screen (Maybe have that as an option in settings? Maybe ask when the project starts instead of whenever it asks to copy? IDK what the ideal solution would be but a popup like the one above seems over the top)

Andygun11 wrote:

Here are blocks that would be nice:

add [] to clipboard :: sensing

clear clipboard :: sensing // Not sure about this one...

paste clipboard :: sensing

(clipboard :: sensing)
1. Should probably be set clipboard, not add.
2. To stop people maliciously clearing the clipboard maybe this should only work if the content on the clipboard was copied by the project that is trying to clear it.
3. What input would it paste to? I don't think this is necessary as it would have no use
HeliosTheSuperior
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

AHypnoman wrote:

2. To stop people maliciously clearing the clipboard maybe this should only work if the content on the clipboard was copied by the project that is trying to clear it.

how do you maliciously clear the clipboard lmao?
do you put all your personal info there or smthn?
AHypnoman
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

HeliosTheSuperior wrote:

AHypnoman wrote:

2. To stop people maliciously clearing the clipboard maybe this should only work if the content on the clipboard was copied by the project that is trying to clear it.

how do you maliciously clear the clipboard lmao?
do you put all your personal info there or smthn?
No but people can put a repeating script in their projects that clears the clipboard - also, it was not an idea of mine that it could be done maliciously.
SciPiDilts
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

when clipboard pasted :: events :: hat
Maybe this, too?

Last edited by SciPiDilts (Sept. 22, 2022 16:20:09)

AHypnoman
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

SciPiDilts wrote:

when clipboard pasted :: events :: hat
Maybe this, too?
What would this actually detect?
SciPiDilts
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

AHypnoman wrote:

SciPiDilts wrote:

when clipboard pasted :: events :: hat
Maybe this, too?
What would this actually detect?
It would detect when you press ctrl+v.
Andygun11
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

SciPiDilts wrote:

AHypnoman wrote:

SciPiDilts wrote:

when clipboard pasted :: events :: hat
Maybe this, too?
What would this actually detect?
It would detect when you press ctrl+v.
Or whenever you use the
paste clipboard :: sensing
block too?

Powered by DjangoBB