Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

text editor wars.

Name: Anonymous 2006-09-20 18:16

because text editors are just as important as browsers.

gedit:
- pros: tabs [!!!!], syntax highlighting
- cons: none that i care about.

notepad:
- pros: it's a text editor?
- cons: lack of features.

notepad2:
- pros: syntax highlighting, line numbering, organized interface, find/replace
- cons: no tabs?

emacs:
- um.

opera:
- pros: passes acid2 test.
- cons: slower than safari, bloated, has ads in the browser, costs money, proprietary, shoves a lot of useless features in your face [blog and my opera? no thanks], copied apple with the widgets, no text editor.

Name: Anonymous 2006-09-20 20:01

vi:
- pros: can do anything
- cons: takes forever to learn anything

Name: Anonymous 2006-09-20 20:05

pen and paper:
pros: portable
cons: limited size, limited ink, not editable

pencil and paper:
pros: portable, editable, last long ink.
cons: limited size.

Name: Anonymous 2006-09-20 20:12

blood:
- pros: permanent, scary
- cons: hurts like a bitch

Name: Anonymous 2006-09-20 20:27

pen and paper:
- pros: not limited to unicode
- cons: not easily copypastable

Name: Anonymous 2006-09-20 20:40

sperm:
pros: enjoyable
cons: painful after seven words

Name: Anonymous 2006-09-20 20:41

   -‐‐- 、
/     ヽ
!  ! 人|,.iノl_ノ)       Sorry we just ran out of those.
i  乂-‐ −! i
\ヽ .ゞ - ノノ
  ``フ i´
    / \ノゝ
  /__i |丱!|
━━つ━つ━━∞∞∞===========

Name: Anonymous 2006-09-20 20:59

>>6
Do you know how much data there is in a single squirt?

The red-light districts of the world are the ultimate mecca for bandwidth:

(750/2 MB per sperm) * (10 million sperm per mL) * (~5 mL per orgasm) * (few dozen guys a second in the district) = holy shit

Name: Anonymous 2006-09-21 15:13

>>8
Actually there is ~4 million per mL.
Taking 5 hours 33 minutes per shot.

Name: Anonymous 2006-09-21 18:45

>>9
That's considered infertile (as is >>8).

http://www.monashivf.edu.au/basics/causes2.html
A sperm count greater than 20 million/ml is considered normal, however the average for the population is about 60 million and some men have a sperm count of above 200 million/ml.

Name: Anonymous 2006-09-21 20:47

so...

we all agree that opera is the worst text editor in existance?

Name: Anonymous 2006-09-21 20:55

A S S  A I D S

Name: Anonymous 2006-09-21 21:12

Textmate (OS X):
- pros: Modern, very extensible, great user community, easy learning curve.
- cons: hoep u got €40, no CJK direct input.

See these videos of textmate in action: http://macromates.com/screencasts - I recommend viewing "Blogging From TextMate" for the awesome factor.

Name: Anonymous 2006-09-21 22:22

Textedit [apple's 'notepad']:
- pros: spell checking?
- cons: sucks almost as much as notepad.

Name: Anonymous 2006-09-22 11:18

>>14
Textedit is not really apple's notepad, more like WordPad. It's really good at being a very simple wysiwyg editor but you don't want to use it as a serious text editor.

Name: Anonymous 2006-09-22 13:39

vim:
* syntax highlighting
* ease of bulk operation
* small size, scale, and simple user command interface make it a wonder over all kinds of connections. yes some of us have to dial into remote sites and do an SSH tunnel over 16.7kbp/s YAY.
* plenty of documentation
* easy enough to keep a reference on a coffee cup

Name: Anonymous 2006-09-22 17:22

jEdit:
  pros:
    * written in Java (portable)
    * plugins to extend abilities (tabs, parsing...)
    * syntax highlighting (not that there is any good text editor without this)
    * Free
  cons:
    * written in Java (slow to load)

vim is nice, too

Name: Anonymous 2006-09-22 19:11

>>16
You forgot the Cons, fanboy.

Name: Anonymous 2006-09-23 12:04 (sage)

vim cons:
 * dual-mode
 * shortcut keys aren't the standard keyboard shortcuts that the rest of the world uses (ctrl+x,c,v,s)
 * it's not an operating system
 * it doesn't force you to use LISP

Name: Anonymous 2006-09-23 18:06

70'S UNIX ABANDONWARE ARE NOT SERIOUS TEXT EDITORS OKAY

Name: Anonymous 2006-09-23 22:11

Name: Anonymous 2006-09-24 2:41

ed is light years ahead of any other editors.

Name: Anonymous 2006-09-24 6:08

Notepad++:
pros:
 * syntax highlighting
 * supports over 20 languages by default
 * ability to add syntax highlighting for other languages
 * partially working intellisense
 * plugins
cons:
 * none that I can think of!

Name: Anonymous 2006-09-24 13:50

>>23
interface that rivals the GIMP?

Name: Anonymous 2006-09-24 20:37

>>22
You forgot that ed is the standard editor.

Thread closed. (because it's THE STANDARD EDITOR)

Name: Anonymous 2006-09-24 23:27

Opera is a text editor? I always thought it was an internet browser. And it doesn't have ads anymore.

Name: Anonymous 2006-09-24 23:35

notepad++ FTW

Name: Anonymous 2006-09-25 3:45

best editor. me.

Name: Anonymous 2006-09-25 6:46

>>20
>>21

vim is not from the 70's
also vi(m) > *

Or do you know any text-editor which can handle regular expressions?
And no, emacs is an operating system.

Name: Anonymous 2006-09-25 7:14

>>29
Lol, ancient Unix tools user. ANY decent modern editor does regular expression search and substitute. Examples include Kate (KDE, free), Ultra-Edit (Windows, commercial) and PSPad (Windows, free). The last supports Perl-compatible regular expressions with extra features as well.

Name: Anonymous 2006-09-25 8:54

Or do you know any text-editor which can handle regular expressions?

I do not know many that don't. Excluding 70's console freewares, only notepad and Gedit don't have regexes out of the box.
Even notepad drop-in replacements like notepad2 support them.
On real computers, Textmate, Textwrangler/BBEdit and SubEthaEdit support them too.

Name: Anonymous 2006-09-25 9:04

>>30
>>31

Can they do this?
replace: ^field: (.*)||(.*) table: (.*)$
with: SELECT \1,\2 FROM \3

Name: Anonymous 2006-09-25 9:38

>>32
TextPad can, at least.

Name: Anonymous 2006-09-25 12:24

>>32
Of course. I use Kate, PSPad and Ultra-Edit, and all three can.

Name: Anonymous 2006-09-25 14:15

>>34
But do they scale?

Name: Anonymous 2006-09-25 17:27

>>35
To open a hundred megabytes file? Ultra-Edit sure does. PSPad, I haven't tried. Kate doesn't scale that well, but is good enough for any human-written text file you'd ever want to edit.

Don't change these.
Name: Email:
Entire Thread Thread List