Discuss Scratch

WooHooBoy
Scratcher
1000+ posts

Share a picture of your text editor

I use Atom myself. It's written in HTML and CSS (and CoffeeScript!) and uses Electron. It's also open source.

considered harmful
liam48D
Scratcher
1000+ posts

Share a picture of your text editor

I use Sublime Text 3 with over nine thousand plugins. It's programmed in C++ and Python. It's closed source, so..Sublime costs something around seventy dollars, but you can use it for free for as long as you want, so long as you can stand the semi-annoying popup boxes that appear every couple hundred saves or so.

202e-202e-202e-202e-202e UNI-CODE~~~~~
WooHooBoy
Scratcher
1000+ posts

Share a picture of your text editor

liam48D wrote:

Sublime costs something around seventy dollars, but you can use it for free for as long as you want, so long as you can stand the semi-annoying popup boxes that appear every couple hundred saves or so.
What theme is that?

considered harmful
Rumanti
Scratcher
1000+ posts

Share a picture of your text editor

Brackets is beautiful (as in clear, clean, focused, and comfortable) and recommended to me by a professional programmer. I use it mostly for HTML/CSS/XML, JavaScript, and PHP stuff. It is Open Source, too..






Last edited by Rumanti (Aug. 8, 2015 12:24:17)


:wq
bobbybee
Scratcher
1000+ posts

Share a picture of your text editor

  1 
~
~ VIM - Vi IMproved
~
~ version 7.4.475
~ by Bram Moolenaar et al.
~ Modified by <bugzilla@redhat.com>
~ Vim is open source and freely distributable
~
~ Become a registered Vim user!
~ type :help register<Enter> for information
~
~ type :q<Enter> to exit
~ type :help<Enter> or <F1> for on-line help
~ type :help version7<Enter> for version info
~
0,0-1 All

“Ooo, can I call you Señorita Bee?” ~Chibi-Matoran
PullJosh
Scratcher
1000+ posts

Share a picture of your text editor

Rumanti wrote:

Brackets is beautiful (as in clear, clean, focused, and comfortable) and recommended to me by a professional programmer. I use it mostly for HTML/CSS/XML, JavaScript, and PHP stuff. It is Open Source, too..

I use brackets as well, with quite a few plugins.
Mrcomputer1
Scratcher
500+ posts

Share a picture of your text editor

Notepad++



Visual Studio Code



Eclipse (Juno)



And more (Atom and brackets and notepad)

EDIT: forgot about NetBeans
Edit 2: forgot about Visual Basic Express 2010, Visual C++ Express 2010, Visual C# Express 2010, Visual Studio Express 2013 for Desktop, Visual Studio Community 2013
Edit 3: Just got Visual Studio Express 2015 for Windows 10, Visual Studio Express 2015 for Desktop

Last edited by Mrcomputer1 (Aug. 19, 2015 12:00:50)


My Profile / My User Page / My Talk Page
——————–
Progress bar to 1000+ Posts - Image might not be up to date

——————–
My browser / operating system: Windows NT 10.0 (Windows 11 - 22H2), Firefox 122.0b4
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
CatsUnited
Scratcher
1000+ posts

Share a picture of your text editor

I use Notepad++ for everything. I have the Eclipse Java IDE, but I haven't made anything with it yet.

bottom text
liam48D
Scratcher
1000+ posts

Share a picture of your text editor

WooHooBoy wrote:

liam48D wrote:

Sublime costs something around seventy dollars, but you can use it for free for as long as you want, so long as you can stand the semi-annoying popup boxes that appear every couple hundred saves or so.
What theme is that?
Theme is Fox and color scheme is Eiffel. Sometimes I use El Capitan for the theme though, and XCode Default for the color scheme:


202e-202e-202e-202e-202e UNI-CODE~~~~~
Rumanti
Scratcher
1000+ posts

Share a picture of your text editor

CatsUnited wrote:

I have the Eclipse Java IDE, but I haven't made anything with it yet.

:wq
CatsUnited
Scratcher
1000+ posts

Share a picture of your text editor

The reason why I haven't done anything in Java yet is because I'm really busy making my Website (very active) and also SoundBlocks (moderate). I also have limited computer time, (2 hours Mon - Fri excluding holidays, 4 hours on the weekend) which makes it harder.

bottom text
ChocolatePi
Scratcher
1000+ posts

Share a picture of your text editor

CatsUnited wrote:

The reason why I haven't done anything in Java yet is because I'm really busy making my Website (very active) and also SoundBlocks (moderate). I also have limited computer time, (2 hours Mon - Fri excluding holidays, 4 hours on the weekend) which makes it harder.
Do yourself a favor and never get around to doing Java, ok?
__init__
Scratcher
1000+ posts

Share a picture of your text editor

I've tried atom and it's meh. The one thing is IT'S BASED OFF CHROMIUM!! *? Why would you base a text editor off of Chromium?

I use Visual Studio 2015 RC:


and PyCharm Professional 4.5:


and also Brackets for everything else (which I'm too lazy to open up atm; there's another screenshot up there ^^)

thisandagain pls explain
Thepuzzlegame
Scratcher
1000+ posts

Share a picture of your text editor

liam48D wrote:

I use Sublime Text 3
Same here, although I've stayed with the default theme :)

Last edited by Thepuzzlegame (Aug. 8, 2015 19:14:08)


hi!
ChocolatePi
Scratcher
1000+ posts

Share a picture of your text editor

I was using Sublime Text 2 until I realized that you could get 3, so I did
technoboy10
Scratcher
1000+ posts

Share a picture of your text editor

I use Atom, which is a surprisingly good code editor (I even use it for C++ development ).

trans rights are human rights
WooHooBoy
Scratcher
1000+ posts

Share a picture of your text editor

technoboy10 wrote:

I use Atom, which is a surprisingly good code editor (I even use it for C++ development ).
Cool! What theme?
(WHAT XKCD WHAT IS THAT ARE YOU SECRETLY RANDALL MUNROE)

Last edited by WooHooBoy (Aug. 8, 2015 19:52:15)


considered harmful
__init__
Scratcher
1000+ posts

Share a picture of your text editor

WooHooBoy wrote:

(WHAT XKCD WHAT IS THAT ARE YOU SECRETLY RANDALL MUNROE)
You didn't know that?

thisandagain pls explain
DadOfMrLog
Scratcher
1000+ posts

Share a picture of your text editor

I use sed and awk in bash.

;D

Last edited by DadOfMrLog (Aug. 8, 2015 23:58:14)



Alternate account: TheLogFather –– HowTos and useful custom blocks (see studio). Examples below…


- String manipulation - - - X to power of Y - - - Clone point to clone - Detect New Scratcher - Speed tests studio -

gtoal
Scratcher
1000+ posts

Share a picture of your text editor

bobbybee wrote:

  1 
~
~ VIM - Vi IMproved
~
~ version 7.4.475
~ by Bram Moolenaar et al.
~ Modified by <bugzilla@redhat.com>
~ Vim is open source and freely distributable
~
~ Become a registered Vim user!
~ type :help register<Enter> for information
~
~ type :q<Enter> to exit
~ type :help<Enter> or <F1> for on-line help
~ type :help version7<Enter> for version info
~
0,0-1 All
Pah! Screen editors… they're just a passing fad. Give me a line editor any day.

G
PS Not kidding. Seriously.

Powered by DjangoBB