Discuss Scratch

DatOneLefty
Scratcher
1000+ posts

need a code editor

Jonathan50 wrote:

usedt wrote:

I suggest that you use the text editor Ed.
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).
That last part is mostly true but still pls no
vim is great tho
BookOwl
Scratcher
1000+ posts

need a code editor

vscode is pretty good
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

usedt wrote:

I suggest that you use the text editor Ed.
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).
And ed doesn't waste space on my Timex Sinclair. Just look:
-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)

myed
Scratcher
70 posts

need a code editor

Notepad++ or Visual Studio work fine
-penandpaper-
Scratcher
100+ posts

need a code editor

bybb wrote:

Notepad++ does everything I need.
Yep. It's relatively lag-free and easy to use.
Wettining
Scratcher
500+ posts

need a code editor

Lol I think I'm the only one that uses Caret
Sheep_maker
Scratcher
1000+ posts

need a code editor

Wettining wrote:

Lol I think I'm the only one that uses Caret
I do, when I'm on a Chromebook.
Jonathan50
Scratcher
1000+ posts

need a code editor

__init__ wrote:

usedt wrote:

I suggest that you use the text editor Ed.
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).
And ed doesn't waste space on my Timex Sinclair. Just look:
-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!!!!!!
Wait. is this copypasta? It sounds familiar.

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

Wettining wrote:

Lol I think I'm the only one that uses Caret
i too, love opening an entire web browser window for the sole purpose of editing my nodejs todo apps

Wettining
Scratcher
500+ posts

need a code editor

quat1024 wrote:

Wettining wrote:

Lol I think I'm the only one that uses Caret
i too, love opening an entire web browser window for the sole purpose of editing my nodejs todo apps

Chrome also runs in the background
PullJosh
Scratcher
1000+ posts

need a code editor

quat1024 wrote:

Wettining wrote:

Lol I think I'm the only one that uses Caret
i too, love opening an entire web browser window for the sole purpose of editing my nodejs todo apps

You would love Atom.
quat1024
New Scratcher
21 posts

need a code editor

Wettining wrote:

Chrome also runs in the background
(which you can and should disable, i have)
TheGameBuilder
Scratcher
100+ posts

need a code editor

BookOwl wrote:

vscode is pretty good
^ Best code editor for JS I've found yet.
dice6
Scratcher
48 posts

need a code editor

I use notepad++. Its probably good enough.
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.)

Powered by DjangoBB