Live data from Hacker News

BBEdit 14

barebones.com

91–100 of 164 posts

Re: BBEdit 14

#91
post #45

Earlier quoted context omitted.

Yup. I've been using it for at least that long. I've tried "trendier" editors, from time to time, but always end up going back to BBEdit.

yap. not to forget TextWrangler

You can set BBEdits icon to be TextWrangler, for those who are nostalgic and don’t know.

Re: BBEdit 14

#92
post #33

Earlier quoted context omitted.

This is the main reason BBEdit has been with me for a decade. I have NEVER lost an unsaved document during that whole time. You quit BBEdit or restart or crash macOS but they're always there when you're back in. Insanely robust. Is there anything like it on Linux?

Sublime Text has always performed similarly for me

This Sublime feature has worked for me except for a single time... During one of the interim, 3.x upgrades I lost all of the open but not saved notes files.

Re: BBEdit 14

#94

Earlier quoted context omitted.

This is the main reason BBEdit has been with me for a decade. I have NEVER lost an unsaved document during that whole time. You quit BBEdit or restart or crash macOS but they're always there when you're back in. Insanely robust. Is there anything like it on Linux?

IMO every program must work like this. I hate so much those "do you want to save this file" when I close a program. Don't ask me, just save it somewhere and restore when I open the program next time. It's trivial to implement and much easier to use.

> It's trivial to implement and much easier to use.

...unless you opened the document from a network share or removable media. Or serialization takes a long time. Or the storage device is slow. Or you don't have write permission in the file's original location and have to pull a potentially large file from somewhere to persist changes to some local position. Or the local storage device is full.

A "always save" mechanism would be best on a system that supported copy-on-write, network-aware links, and automatic file versioning to make writes super cheap. On actual real world systems that currently exist these mechanisms don't really exist or aren't universal so "always save" is fraught with difficult to handle edge cases.

Re: BBEdit 14

#95

I miss multiple cursor on non-contiguous text with BBEdit. I feel like this feature should be standard. I was blown by that feature when I saw it first on Sublime text.

VSCode has this for free. I was never blown by that feature though.

Re: BBEdit 14

#96
post #11

> We know that many of our customers create a lot of untitled documents for quick note-taking, and rely on BBEdit's legendary stability and robust crash recovery to protect their work. We've added a new "Notes" feature in BBEdit 14... Ooh, guilty as charged. I see an "Untitled text 931". It's a list of hostnames. "Untitled text 107" is a Beef & Broccoli recipe.

I‘m reluctant to change over from TextWrangler to BBedit due to fear of loosing those unsaved „Untitled text 461“ documents.

Does anyone now if BBedit restores TextWrangler‘s untitled docs?

Re: BBEdit 14

#97
post #96
post #11

> We know that many of our customers create a lot of untitled documents for quick note-taking, and rely on BBEdit's legendary stability and robust crash recovery to protect their work. We've added a new "Notes" feature in BBEdit 14... Ooh, guilty as charged. I see an "Untitled text 931". It's a list of hostnames. "Untitled text 107" is a Beef & Broccoli recipe.

I‘m reluctant to change over from TextWrangler to BBedit due to fear of loosing those unsaved „Untitled text 461“ documents. Does anyone now if BBedit restores TextWrangler‘s untitled docs?

I'm fairly certain that half of my 200+ 'untitled text XXX' docs started in TextWrangler, so yes.

Re: BBEdit 14

#98

Earlier quoted context omitted.

Tim Pope has a plugin for that: https://github.com/tpope/vim-obsession

That's true so often, you could probably write a bot for that response

And half the time it will reference a plugin made by tpope

Re: BBEdit 14

#99
post #11

> We know that many of our customers create a lot of untitled documents for quick note-taking, and rely on BBEdit's legendary stability and robust crash recovery to protect their work. We've added a new "Notes" feature in BBEdit 14... Ooh, guilty as charged. I see an "Untitled text 931". It's a list of hostnames. "Untitled text 107" is a Beef & Broccoli recipe.

I suddenly feel less alone in the world.

Re: BBEdit 14

#100
post #92
post #33

Earlier quoted context omitted.

Sublime Text has always performed similarly for me

This Sublime feature has worked for me except for a single time... During one of the interim, 3.x upgrades I lost all of the open but not saved notes files.

This is the reason I haven't upgraded to Sublime 4 yet.
Post reply on HN