Discuss Scratch

mbrick2
Scratcher
1000+ posts

Has any ATer made an IDE

Ive seen browsers but no IDEs. But again IDEs are a lot harder to make…








My Forums
ATs
Collabaration
My collabs
AIPoint
AspectOS
CoreOS
OddyseyOS
Cops and Robbers
#BringBackManagerRights
#ReturnRightsToManagers
#WeAreForManagerRights
#LetsRemindAboutMangers
#WeAreMangers
#MangersMustManage

The road to 1000 posts!
0 ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ 1000
80% complete

Banner Made By @Abcde26



Card Made By @Polygon
Greg8128
Scratcher
500+ posts

Has any ATer made an IDE

When does a text editor become an IDE?

My best projects:

Chiroyce
Scratcher
1000+ posts

Has any ATer made an IDE

Does this count?

that was made entirely on an ipad btw







April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence
PlNG_
Scratcher
500+ posts

Has any ATer made an IDE

mbrick2
Scratcher
1000+ posts

Has any ATer made an IDE

Chiroyce wrote:

(#3)
Does this count?

that was made entirely on an ipad btw
Not exactly but cool

PlNG_ wrote:

(#4)
This probably counts.
Thanks

Greg8128 wrote:

(#2)
When does a text editor become an IDE?
When it can execute code








My Forums
ATs
Collabaration
My collabs
AIPoint
AspectOS
CoreOS
OddyseyOS
Cops and Robbers
#BringBackManagerRights
#ReturnRightsToManagers
#WeAreForManagerRights
#LetsRemindAboutMangers
#WeAreMangers
#MangersMustManage

The road to 1000 posts!
0 ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ 1000
80% complete

Banner Made By @Abcde26



Card Made By @Polygon
Chiroyce
Scratcher
1000+ posts

Has any ATer made an IDE

mbrick2 wrote:

When it can execute code
an IDE can never execute code - only a compiler/interpreter can generate executable code, which is executed by the os/kernel







April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence
gdpr5b78aa4361827f5c2a08d700
Scratcher
1000+ posts

Has any ATer made an IDE

Chiroyce wrote:

mbrick2 wrote:

When it can execute code
an IDE can never execute code - only a compiler/interpreter can generate executable code, which is executed by the os/kernel
code is executed by comptuer
MagicCrayon9342
Scratcher
1000+ posts

Has any ATer made an IDE

The closes I got to success was:

https://jaydendev.github.io/windedit

mbrick2
Scratcher
1000+ posts

Has any ATer made an IDE

MagicCrayon9342 wrote:

The closes I got to success was:

https://jaydendev.github.io/windedit
Cooooool








My Forums
ATs
Collabaration
My collabs
AIPoint
AspectOS
CoreOS
OddyseyOS
Cops and Robbers
#BringBackManagerRights
#ReturnRightsToManagers
#WeAreForManagerRights
#LetsRemindAboutMangers
#WeAreMangers
#MangersMustManage

The road to 1000 posts!
0 ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ 1000
80% complete

Banner Made By @Abcde26



Card Made By @Polygon
MagicCrayon9342
Scratcher
1000+ posts

Has any ATer made an IDE

mbrick2 wrote:

(#9)

MagicCrayon9342 wrote:

The closes I got to success was:

https://jaydendev.github.io/windedit
Cooooool
couldn't get line numbers to work.

helloworldbyeworld
Scratcher
1000+ posts

Has any ATer made an IDE

I'm not really an ATer, but I made a really clunky but kind of functional html editor:

https://www.johanneschan.com/editor/htmleditor.html

Helloworldbyeworld | 1200+ posts
Have a great day
Chiroyce
Scratcher
1000+ posts

Has any ATer made an IDE

potatophant wrote:

code is executed by comptuer
yeah - the hardware, but the kernel is the “software” part right above it, the closest one.







April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence
Sheep_maker
Scratcher
1000+ posts

Has any ATer made an IDE

Chiroyce wrote:

mbrick2 wrote:

When it can execute code
an IDE can never execute code - only a compiler/interpreter can generate executable code, which is executed by the os/kernel
Then what differentiates an IDE from a text editor?

An IDE can execute code by using those compilers/interpreters. It doesn't matter where it's being run, but the IDE is the one that started the process. That's how those fancy language features that analyze the code for errors and warnings work. The IDE itself could come with a compiler or interpreter; for example, VS Code is written in TypeScript and made with Electron, which comes with the V8 engine that has a JIT compiler for JavaScript, so it's capable of running extensions written in JS/TS

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
Chiroyce
Scratcher
1000+ posts

Has any ATer made an IDE

Sheep_maker wrote:

An IDE can execute code by using those compilers/interpreters.
Well yeah, that makes sense.

Sheep_maker wrote:

The IDE itself could come with a compiler or interpreter; for example, VS Code is written in TypeScript and made with Electron, which comes with the V8 engine that has a JIT compiler for JavaScript, so it's capable of running extensions written in JS/TS
True - but what about other languages? It surely doesn't execute the entire program just to find out that the print statement would never run, right?



So an IDE is a text editor that allows you to run / debug and analyse your code without having to use another program.

Last edited by Chiroyce (Jan. 19, 2022 02:40:20)








April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence
ajsya
Scratcher
1000+ posts

Has any ATer made an IDE

MagicCrayon9342 wrote:

The closes I got to success was:

https://jaydendev.github.io/windedit
That's just a text box , but a good-looking one at least .

Feel free to message me on my profile if you need to tell me something/want someone to talk to.

Hi, I'm ajsya!

| GitHub | Wiki | My Posts |

Before creating a new topic on the forums search Ocular to see if one already exists!ˇ
skymover1239
Scratcher
500+ posts

Has any ATer made an IDE

Does Ink count (link in my sig.)?



John 3:16 wrote:

For God so loved the world that he gave his one and only Son that whoever believes in him shall not perish but have eternal life
First time a moderator got ninjaed??
500 Posts
Current Mainline projects
AquaCSS - A CSS framework.
Ink - An editor that does, lots of things.
DifferentDance8
Scratcher
1000+ posts

Has any ATer made an IDE

skymover1239 wrote:

(#16)
Does Ink count (link in my sig.)?
No. It can not execute code.

R.I.P Zydrolic, 2023-2024
kccuber
Scratcher
1000+ posts

Has any ATer made an IDE

DifferentDance8 wrote:

skymover1239 wrote:

(#16)
Does Ink count (link in my sig.)?
No. It can not execute code.
wut?? IDE's dont execute code, they usually have a built in Terminal EMULATOR that can be used, either that or it invokes the interpreter for that language


Made using Nord Theme & Inkscape
Chiroyce
Scratcher
1000+ posts

Has any ATer made an IDE

kccuber wrote:

wut?? IDE's dont execute code, they usually have a built in Terminal EMULATOR that can be used, either that or it invokes the interpreter for that language
and they can attach fancy debuggers to the execution process so that you can get a sneak peak at the runtime, probably the best feature of an IDE.

Last edited by Chiroyce (Jan. 21, 2022 02:40:17)








April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence

Powered by DjangoBB