Discuss Scratch
- DatOneLefty
-
Scratcher
1000+ posts
need a code editor
vim is great thoI suggest that you use the text editor Ed.That last part is mostly true but still pls no
Ed is a text editor that is built in to most Unix-based operating systems, and is relatively lightweight compared to the more bloated editors such as Emacs or Vi(m), meaning that you can run it on essentially all hardware.
Ed is also easy to learn compared to other text editors such as Emacs or Vi(m).
- TheMonsterOfTheDeep
-
Scratcher
1000+ posts
need a code editor
On Linux I always just use Gedit; on Windows I've used Notepad++, as well as Netbeans IDE for Java and Atmel Studio for AVR stuff. I also use MonoDevelop whenever I do stuff in Unity, although when I did pure C# I used Visual Studio (although it was a bit different 5 years ago…)
- __init__
-
Scratcher
1000+ posts
need a code editor
I suggest that you use the text editor Ed.And ed doesn't waste space on my Timex Sinclair. Just look:
Ed is a text editor that is built in to most Unix-based operating systems, and is relatively lightweight compared to the more bloated editors such as Emacs or Vi(m), meaning that you can run it on essentially all hardware.
Ed is also easy to learn compared to other text editors such as Emacs or Vi(m).
-rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed
-rwxr-xr-t 4 root 1310720 Jan 1 1970 /usr/ucb/vi
-rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs
Of course, on the system I administrate, vi is symlinked to ed. Emacs has been replaced by a shell script which 1) Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk quota by 100K; and 3) RUNS ED!!!!!!
Last edited by __init__ (Sept. 4, 2017 15:44:53)
- -penandpaper-
-
Scratcher
100+ posts
need a code editor
Notepad++ does everything I need.Yep. It's relatively lag-free and easy to use.
- Sheep_maker
-
Scratcher
1000+ posts
need a code editor
Lol I think I'm the only one that uses CaretI do, when I'm on a Chromebook.
- Jonathan50
-
Scratcher
1000+ posts
need a code editor
Wait. is this copypasta? It sounds familiar.I suggest that you use the text editor Ed.And ed doesn't waste space on my Timex Sinclair. Just look:
Ed is a text editor that is built in to most Unix-based operating systems, and is relatively lightweight compared to the more bloated editors such as Emacs or Vi(m), meaning that you can run it on essentially all hardware.
Ed is also easy to learn compared to other text editors such as Emacs or Vi(m).-rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed
-rwxr-xr-t 4 root 1310720 Jan 1 1970 /usr/ucb/vi
-rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs
Of course, on the system I administrate, vi is symlinked to ed. Emacs has been replaced by a shell script which 1) Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk quota by 100K; and 3) RUNS ED!!!!!!
Last edited by Jonathan50 (Sept. 5, 2017 03:39:20)
- WooHooBoy
-
Scratcher
1000+ posts
need a code editor
ED IS THE TRUE PATH TO NIRVANA! ED HAS BEEN THE CHOICE OF EDUCATED AND IGNORANT ALIKE FOR CENTURIES! ED WILL NOT CORRUPT YOUR PRECIOUS BODILY FLUIDS!! ED IS THE STANDARD TEXT EDITOR! ED MAKES THE SUN SHINE AND THE BIRDS SING AND THE GRASS GREEN!!
- _EIektron_
-
New Scratcher
17 posts
need a code editor
Brackets is all you need. It has almost everything you would want, if not you can install an extension to meet your needs!
- quat1024
-
New Scratcher
21 posts
need a code editor
Lol I think I'm the only one that uses Careti too, love opening an entire web browser window for the sole purpose of editing my nodejs todo apps

- quat1024
-
New Scratcher
21 posts
need a code editor
Chrome also runs in the background(which you can and should disable, i have)
- TheGameBuilder
-
Scratcher
100+ posts
need a code editor
vscode is pretty good^ Best code editor for JS I've found yet.
- TheUltimatum
-
Scratcher
1000+ posts
need a code editor
I reccommend Notepad++ works well for most things. (I love that it supports UNIX line endings.) If you're looking for an IDE I reccommend IDLE for python. (Not fancy but does a good job.) I hear dev-c++ is nice for c++
- JGames101
-
Scratcher
100+ posts
need a code editor
I don't know about anyone else, but I just use notepad++. It's easy, simple, and gets out of my way so I can just write.
- TheMatrixKid
-
Scratcher
100+ posts
need a code editor
Emacs. Emacsemacsemacsemacsemacs. (web-mode might help, too.)