Windows 'Longhorn' Kicks Off (On Paper)
gdeciantis writes: "NeoWin.net posted an article which outlines some of the new features that are currently planned for the the next version of Windows (codenamed Longhorn). With new features like seamless content transfer across devices, it looks like Longhorn will not just be Windows XP SE."
1. It can not handle Unix end of line characters properly.
:%s/...
So what? Unix editors can not handle DOS line endings (^M) neither. You have to run dos2unix or do
It's not basic editor functionality to support foreign OS conventions.
2. It is not "fast" to use. e.g. to search for the text "findme"
Wrong. [F3]findme[ENTER] - the same number of keystrokes
Finding the mathcing parenthesis has nothing to do with basic text editing.
You confuse Notepad.exe with programmer's editors. It's NOT a programmer's editor. It's basic text editor.
If you need programmer's editor on Windows, use Vim or MS Visual Studio or whatever, but not Notepad.exe.