Live data from Hacker News

TextEditors.org – A website about every known software Text Editor

texteditors.org

21–30 of 34 posts

Re: TextEditors.org – A website about every known software Text Editor

#21
My personal editor MySample [1] is an extension the Crystal Edit [2] control. Through the years I have improved the colour coding, added navigation through HTML files (for editing my static website), to also make it possible to open images and added a small scripting language, primarily to manipulate images.

[1] http://iwriteiam.nl/MySample.html

[2] https://www.codeproject.com/Articles/272/Crystal-Edit-syntax...

Re: TextEditors.org – A website about every known software Text Editor

#22
post #11

searched the "family tree" page for aurora [ https://texteditors.org/cgi-bin/wiki.pl?Aurora ] but sadly it seems to have died without issue

I'm glad to meet a fellow Aurora fan but I'm not sure I understand. Aurora died long ago.

Re: TextEditors.org – A website about every known software Text Editor

#23
post #10

Vi and Vim seem a bit under-represented PG uses vi - https://news.ycombinator.com/item?id=14573802 Roberto Ierusalimschy, creator of Lua, uses vim - https://usesthis.com/interviews/roberto.ierusalimschy/ Chris Wellons uses vim - https://usesthis.com/interviews/chris.wellons/ Drew DeVault uses vim - https://usesthis.com/interviews/drew.devault/ Derek Sivers uses vim - https://sive.rs/2011-12-usesthis Other vim users -…

I have never encountered anyone using Vim in any professional environment I've been in.

Re: TextEditors.org – A website about every known software Text Editor

#24

Did Carmack really use Emacs? Hadn’t read that anywhere else.

He's said so in a Lex Fridman interview

I listened to that but I must have missed that. I remember him saying he uses visual studio & visual studio code and that he tried vi but didn't like it.

Re: TextEditors.org – A website about every known software Text Editor

#25
post #22
post #11

searched the "family tree" page for aurora [ https://texteditors.org/cgi-bin/wiki.pl?Aurora ] but sadly it seems to have died without issue

I'm glad to meet a fellow Aurora fan but I'm not sure I understand. Aurora died long ago.

yeah, I was hoping that the comprehensive family tree would have listed some editors that were "descended" from aurora, in being explicitly inspired by / trying to clone its architecture and user experience.

Re: TextEditors.org – A website about every known software Text Editor

#26
post #15

Ken Thompson, Brian Kernighan, Bjarne Stroustrup, and Rob Pike used[1] sam. Linus Torvalds used a variant of MicroEmacs that is non-extensible and has non-standard keybindings. Bryan Cantrill used Vim without syntax highlighting. What this tells me is that what matters is what you write and whether you finish it, not what you write it in. [1] Past tense because things might have changed.

My own interpretation here would be most of those programmers wrote a lot of code from scratch, without a ton of library support.

When I think of most of the innovations that came later to text editors, I mainly think of features that make it easier to leverage massive amounts of code written by other people in a collaborative environment. E.g., linters, LSP, autocomplete, version control integration.

Also, perhaps unintuitively, I'd also put window management in that category which is for me the most important text editor feature. I.e., reading and understanding code written by other programmers spread across many files is the most difficult part of my job, therefore window management is the most important feature.

I might even put debugger integration in this category, something I always reach for the debugger for is answering "what is calling this function and with which arguments?"

Just about the only feature I can think of that's not in `ed` and that's not most helpful for collaboration and using libraries is syntax highlighting.

Re: TextEditors.org – A website about every known software Text Editor

#27
post #23
post #10

Vi and Vim seem a bit under-represented PG uses vi - https://news.ycombinator.com/item?id=14573802 Roberto Ierusalimschy, creator of Lua, uses vim - https://usesthis.com/interviews/roberto.ierusalimschy/ Chris Wellons uses vim - https://usesthis.com/interviews/chris.wellons/ Drew DeVault uses vim - https://usesthis.com/interviews/drew.devault/ Derek Sivers uses vim - https://sive.rs/2011-12-usesthis Other vim users -…

I have never encountered anyone using Vim in any professional environment I've been in.

Have you been in a professional environment?

Re: TextEditors.org – A website about every known software Text Editor

#28
post #9

Earlier quoted context omitted.

This used to be freshmeat.net, which rebranded to freecode.org and immediately died. It was an heirarchical directory of software, classified by category, user interface, UI toolkit, license, implementation language, operating system support... I often wonder what happened to that database. It would be a great thing to revive. "I want an ncurses text editor that runs on linux and has a permissive license" or "I want…

Thank you for this! I think the information architecture is going to easily be the hardest part of this project. This really gives me some food for thought ... Or I guess I could throw some LLM RAG nonsense on it and see what happens

The original site (as with sourceforge) was based on "Trove", which I can barely find mention of these days: https://tuxedo.org/esr/trove/ the post talking about how it was updated for python 1.5 should be taken as an indication that a new start might be needed!

Re: TextEditors.org – A website about every known software Text Editor

#29
post #23
post #10

Vi and Vim seem a bit under-represented PG uses vi - https://news.ycombinator.com/item?id=14573802 Roberto Ierusalimschy, creator of Lua, uses vim - https://usesthis.com/interviews/roberto.ierusalimschy/ Chris Wellons uses vim - https://usesthis.com/interviews/chris.wellons/ Drew DeVault uses vim - https://usesthis.com/interviews/drew.devault/ Derek Sivers uses vim - https://sive.rs/2011-12-usesthis Other vim users -…

I have never encountered anyone using Vim in any professional environment I've been in.

many sysadmins use it professionally

Re: TextEditors.org – A website about every known software Text Editor

#30
post #15

Ken Thompson, Brian Kernighan, Bjarne Stroustrup, and Rob Pike used[1] sam. Linus Torvalds used a variant of MicroEmacs that is non-extensible and has non-standard keybindings. Bryan Cantrill used Vim without syntax highlighting. What this tells me is that what matters is what you write and whether you finish it, not what you write it in. [1] Past tense because things might have changed.

My own interpretation here would be most of those programmers wrote a lot of code from scratch, without a ton of library support. When I think of most of the innovations that came later to text editors, I mainly think of features that make it easier to leverage massive amounts of code written by other people in a collaborative environment. E.g., linters, LSP, autocomplete, version control integration. Also, perhaps u…

Those are fair points. What window management features are the most important to you on your job?
Post reply on HN