What's Your Text Editor?

Avatar image for colt45
Colt45

91

Forum Posts

31

Wiki Points

0

Followers

Reviews: 0

User Lists: 5

#1  Edited By Colt45

So I'm a budding web designer/developer, but I'm feeling a little schizophrenic. I keep bouncing from editor to editor, IDE to IDE, and I just can't seem to settle on any one environment. Just so you feel my pain, here's a list of programs I've worked with over the past three weeks:

  • Aptana Studio 3 (a full-featured, albeit unwieldy IDE that's slow to load, but has one of the best predictive text interfaces I've found so far.)
  • Sublime Text 2 (came across this via Snide's recommendation during the re-design discussion...very aesthetically pleasing, but lacks some of the functionality I'm looking for.)
  • BBEdit (a better TextWrangler -- loads quickly, has a handy CSS "cheat sheet". It's a nice program, just not sure if it's for me.)
  • Espresso (has the best CSS editor I've ever seen, but it lacks in the auto-complete department, which slows me down a fair bit.)
  • JEdit (see my comment about Aptana, sans the awesome auto-complete.)

I think I'm forgetting a few. I've used TextMate in the past, but I'm not sure if I want to commit to that before the new version comes out.

Anyway, I'd like to know what other people are using. Do you have any recommendations? My wallet doesn't open very wide, so anything under $80 is preferable. Also, do you have any tips for someone new to coding? I'm pretty comfortable with HTML and CSS, and I'm building a pretty good efficiency with PHP -- still a little weak on the JavaScript front, though.

Avatar image for vanillaplant
VanillaPlant

156

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By VanillaPlant

Notepad++ on windows, gedit on linux. If you are a masochistic neckbeard, learn emacs (or VI if suicidal).

Avatar image for brunchies
Brunchies

2501

Forum Posts

26

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#3  Edited By Brunchies

Notepadd++ on windows and for Mac osx textwrangler or Xcode.

Avatar image for dagbiker
Dagbiker

7057

Forum Posts

1019

Wiki Points

0

Followers

Reviews: 0

User Lists: 16

#4  Edited By Dagbiker

Short Answer

Notepad.

Long Answer

When editing Html code I used to use Notepad, now I don't remember much. But for me it was all about the process, creating something, compiling it, then seeing if it worked. I came from a programming background so I liked getting down into the code. I liked remembering the code, and if I didn't remember it looking it up, or problem solving it. I didn't like the ease of pop-ups, or fill in the blank code, I understand them, and I see there need to exist, but I felt more a part of the process if I did everything my self.

Avatar image for zidd
zidd

1940

Forum Posts

2905

Wiki Points

0

Followers

Reviews: 0

User Lists: 24

#5  Edited By zidd

Coda It does everything I want it to do and is cleverly designed.

Avatar image for crusader8463
crusader8463

14850

Forum Posts

4290

Wiki Points

0

Followers

Reviews: 7

User Lists: 5

#6  Edited By crusader8463

Back when I could still remember HTML it was notepad and that Adobe program whos name is escaping my mind right now. Fire something iirc.

Avatar image for b0nd07
B0nd07

1775

Forum Posts

2506

Wiki Points

0

Followers

Reviews: 0

User Lists: 15

#7  Edited By B0nd07

I've been using TextPad for several years now. It's pretty good, at least for me. It's free, but it does bug you to pay every once in a while. About the most advanced thing it does is color code tags and whatnot so you know if you forgot to close something, so if you really want auto-complete look elsewhere.

Avatar image for colt45
Colt45

91

Forum Posts

31

Wiki Points

0

Followers

Reviews: 0

User Lists: 5

#8  Edited By Colt45

@Zidd: Coda is actually one of the editors I forgot to mention. I do like it.

@Dagbiker: I'm with you in regards to wanting full control over the language. The auto-complete, as far as HTML, CSS, and PHP are concerned, is more of a speed issue. I don't like writing the same tags over and over (and sometimes I miss a semicolon in my PHP, sloppiness on my part that might be remedied by basic automation.)

@VanillaPlant: Unfortunately I'm neck-beardless. I just took a look at emacs...you're not kidding: that's some serious business.

Avatar image for colt45
Colt45

91

Forum Posts

31

Wiki Points

0

Followers

Reviews: 0

User Lists: 5

#9  Edited By Colt45

@B0nd07: Yeah, I actually learned to code with TextWrangler, which is quite similar to TextPad. Both are great free programs that I'd recommend to anyone. I just need something a little meatier at the moment. Thanks, though!

Avatar image for deactivated-5ff27cb4e1513
deactivated-5ff27cb4e1513

771

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I use Notepad++ or TextMate for Windows and OS X, respectively, for coding and general purpose stuff. When I'm writing for the sake of writing, WriteRoom for OS X.

@crusader8463: I think you're thinking of Fireworks?

Avatar image for jareda
JaredA

853

Forum Posts

480

Wiki Points

0

Followers

Reviews: 0

User Lists: 5

#11  Edited By JaredA

Notepad++ and I also messed around with Sublime Text 2 a little

Avatar image for zidd
zidd

1940

Forum Posts

2905

Wiki Points

0

Followers

Reviews: 0

User Lists: 24

#12  Edited By zidd

@Colt45: its expensive for what it is but its worth it if you want an all in one solution.

Avatar image for zidd
zidd

1940

Forum Posts

2905

Wiki Points

0

Followers

Reviews: 0

User Lists: 24

#13  Edited By zidd

@Ubersmake said:

@crusader8463: I think you're thinking of Fireworks?

Dreamweaver is and GoLive was the HTML editor that Adobe makes.

Avatar image for deactivated-5ff27cb4e1513
deactivated-5ff27cb4e1513

771

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

@Zidd said:

@Ubersmake said:

@crusader8463: I think you're thinking of Fireworks?

Dreamweaver is and GoLive was the HTML editor that Adobe makes.

Fireworks is weird. It was a Macromedia thing, before Adobe bought that company, but Adobe just kept supporting it as a separate product, instead of trying to roll it into Dreamweaver: http://www.adobe.com/products/fireworks.html

Avatar image for coaxmetal
coaxmetal

1835

Forum Posts

855

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#15  Edited By coaxmetal

I'm a sublime text 2 guy, switched from vim, ST2's vintage mode is pretty good, there are plugins to make it better. With the package manager plugin its really easy to install new ones too.

I do still use vim for a lot of things though.

I do a lot of python, some html/css, some js, as little PHP as possible (I hate it) and also some C.

Avatar image for geekdown
GeekDown

1179

Forum Posts

1177

Wiki Points

0

Followers

Reviews: 1

User Lists: 5

#16  Edited By GeekDown

My school uses Dreamweaver and I'm building a website right now with it. It works, but it's not great. As soon as I'm done with this course I will look at other programs. I'll bookmark this thread so I'll know what to look for.

Avatar image for extomar
EXTomar

5047

Forum Posts

4

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#17  Edited By EXTomar

EMACS or Vi. Both are equally capable.

Avatar image for razielcuts
RazielCuts

3292

Forum Posts

8

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#18  Edited By RazielCuts
Avatar image for smashedcontrollers
SmasheControllers

2951

Forum Posts

25972

Wiki Points

0

Followers

Reviews: 2

User Lists: 6

Notepad++

Avatar image for crusader8463
crusader8463

14850

Forum Posts

4290

Wiki Points

0

Followers

Reviews: 7

User Lists: 5

#20  Edited By crusader8463

@Ubersmake: Ya. Those were the two I was thinking of.

Avatar image for shanedev
ShaneDev

1703

Forum Posts

7

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#21  Edited By ShaneDev

I use ScITE for general programming but mostly Java development or if I need to write SQL. I stick to Eclipse for Android stuff for obvious reasons.

Avatar image for ravenlight
Ravenlight

8057

Forum Posts

12306

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#22  Edited By Ravenlight

@VanillaPlant said:

[...] If you are a masochistic neckbeard, learn emacs (or VI if suicidal).

I came to give this terrible advice. It's heartening to see that there's someone else out there trying to drive coders insane.

Avatar image for internetcrab
InternetCrab

1582

Forum Posts

1

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#23  Edited By InternetCrab

Notepad, but i almost never use it. I'm kind of old-fashioned.

Avatar image for sweep
sweep

10886

Forum Posts

3660

Wiki Points

0

Followers

Reviews: 4

User Lists: 14

#24  Edited By sweep  Moderator

Vi, because I'm fucking hardcore.

Avatar image for wakka
wakka

117

Forum Posts

10798

Wiki Points

0

Followers

Reviews: 0

User Lists: 10

#25  Edited By wakka
Avatar image for willthemagicasian
WilltheMagicAsian

1548

Forum Posts

391

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Sublime Text 2 on Windows/Loonux

Vim is fucking pointless unless you type like a normal person.

Avatar image for vextroid
Vextroid

1595

Forum Posts

1219

Wiki Points

0

Followers

Reviews: 0

User Lists: 6

#27  Edited By Vextroid

Basic Text - Notepad or Open Office

Programming

Java - Eclipse

HTML - Notepad

Any other language? Notepad ++

Avatar image for justicejanitor
justicejanitor

538

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#28  Edited By justicejanitor

Notepad++ and Sublime Text 2. I'd like to thank Dave Snider for talking about Sublime Text 2 on the podcast. It's the best text editor that works on Windows, Mac and Linux that I've used. It's not perfect but it works really well. I'm trying to learn to use Vim since it's what all the cool kids are doing.

Avatar image for kung_fu_viking
Kung_Fu_Viking

755

Forum Posts

157

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#29  Edited By Kung_Fu_Viking
Avatar image for colt45
Colt45

91

Forum Posts

31

Wiki Points

0

Followers

Reviews: 0

User Lists: 5

#30  Edited By Colt45

@Riboflavin: I hadn't even considered looking into plugins ST2. Thanks!

Avatar image for hifi
hifi

18

Forum Posts

185

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#31  Edited By hifi

Notepad++ for me as well. The add-ons like the FTP plugin make editing files and uploading/downloading them seamless.

Avatar image for predator
predator

390

Forum Posts

832

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#32  Edited By predator

Emacs!

Vim just beeps at you and then you don't know how to quit.

And no, you won't get RSI or "Emacs Pinky" if you press the Control keys with your palm and use the left Ctrl for keys on the right and vice versa. Press Alt with your ring finger.

Avatar image for fini_fly
fini_fly

789

Forum Posts

639

Wiki Points

0

Followers

Reviews: 0

User Lists: 3

#33  Edited By fini_fly

Leafpad or nano

Avatar image for loiv
loiv

48

Forum Posts

1350

Wiki Points

0

Followers

Reviews: 0

User Lists: 20

#34  Edited By loiv

I use Notepad++

Avatar image for mosespippy
mosespippy

4751

Forum Posts

2163

Wiki Points

0

Followers

Reviews: 4

User Lists: 8

#35  Edited By mosespippy

Write Room for straight text, Pages if I'll need to do a lot of formatting.

Avatar image for isylence
iSylence

372

Forum Posts

12

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#36  Edited By iSylence

I use Vim. Occasionally gedit.