mariocraft987 / bark-coding

The source code of a Blockly Based coding language
https://bark.dumorando.com
GNU General Public License v3.0
12 stars 21 forks source link

[FEAT] fix up advanced editor #266

Open Rubiidev-IPad opened 18 hours ago

Rubiidev-IPad commented 18 hours ago

Is your feature request related to a problem? Please describe. I just want the advanced editor to be refined a bit.

Describe the solution you'd like rejuvenate and refine the advanced editor, maybe even make it more like vscode a bit.

Describe alternatives you've considered none

Additional context none i could give you a mockup on what it should look like.

mariocraft987 commented 18 hours ago

@sillybreakfast

sillybreakfast commented 18 hours ago

I would be happy to refine it

Rubiidev-IPad commented 17 hours ago

I would be happy to refine it cool! here's a mockup of what i want it to look like Untitled120_20241202154329

sillybreakfast commented 17 hours ago

cool! here's a mockup of what i want it to look like snip

i don't think you fully understand how the advanced editor works. the advanced editor is one file running javascript - an object-oriented language. sprites are created by instantiating a new object from the sprite class. adding a sprite list like the one shown in the mockup would mean a full rewrite of the way the advanced editor works.

i should make documentation shouldn't i

Rubiidev-IPad commented 17 hours ago

i should make documentation shouldn't i

totally lol btw the sprite list is for easier sprite creation, just add new sprite code when you add a new one, no rewrite needed!

sillybreakfast commented 17 hours ago

fixed documentation in 3eb4ada