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:
Anonymous2006-09-20 20:01
vi:
- pros: can do anything
- cons: takes forever to learn anything
Name:
Anonymous2006-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:
Anonymous2006-09-20 20:12
blood:
- pros: permanent, scary
- cons: hurts like a bitch
Name:
Anonymous2006-09-20 20:27
pen and paper:
- pros: not limited to unicode
- cons: not easily copypastable
Name:
Anonymous2006-09-20 20:40
sperm:
pros: enjoyable
cons: painful after seven words
Name:
Anonymous2006-09-20 20:41
-‐‐- 、
/ ヽ
! ! 人|,.iノl_ノ) Sorry we just ran out of those.
i 乂-‐ −! i
\ヽ .ゞ - ノノ
``フ i´
/ \ノゝ
/__i |丱!|
━━つ━つ━━∞∞∞===========
Name:
Anonymous2006-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:
Anonymous2006-09-21 15:13
>>8
Actually there is ~4 million per mL.
Taking 5 hours 33 minutes per shot.
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:
Anonymous2006-09-21 20:47
so...
we all agree that opera is the worst text editor in existance?
Name:
Anonymous2006-09-21 20:55
A S S A I D S
Name:
Anonymous2006-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:
Anonymous2006-09-21 22:22
Textedit [apple's 'notepad']:
- pros: spell checking?
- cons: sucks almost as much as notepad.
Name:
Anonymous2006-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:
Anonymous2006-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:
Anonymous2006-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 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:
Anonymous2006-09-23 18:06
70'S UNIX ABANDONWARE ARE NOT SERIOUS TEXT EDITORS OKAY
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!
Or do you know any text-editor which can handle regular expressions?
And no, emacs is an operating system.
Name:
Anonymous2006-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:
Anonymous2006-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.
>>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.