Live data from Hacker News

Sublime Text 4

sublimetext.com

441–450 of 647 posts

Re: Sublime Text 4

#441

Earlier quoted context omitted.

I used ultraedit like 15 years ago, but switched to notepad++. I think due to performance problems. I don't like sublime3, too much tinkering via a command line.

Yeah, notepad++. I also tried it. The price was better (free), but it lacked column mode, "reformat paragraph" (it basically takes separate lines and makes it into a paragraph), and trim trailing spaces, at least when I tested it, which I used a lot.

Column mode and trim spaces have existed in notepad++ for years, but may be a bit hard to find.

I just checked, and that may have improved: both are on the Edit menu, bottom half.

Re: Sublime Text 4

#442
post #300

It's software like Sublime that sustains my faith in the software industry and why I'm still a developer. It's beautiful, efficient software that single-handedly proves that desktop software in 2021 doesn't have to be a shit, low quality side show to SaaS "apps" and mobile. Heaven knows what their code looks like. Perhaps it's best it never goes open source so we can sustain the Opera-esque magic of a <10MB binary th…

I don’t use sublime in my day to day, but always keep it on hand because it’s the only IDE that quickly opens for viewing very large csv or similar files without a hitch. PyCharm, VSCode, Aton all barf under these conditions.

It's not an IDE, it's a text editor

Re: Sublime Text 4

#443
post #300

It's software like Sublime that sustains my faith in the software industry and why I'm still a developer. It's beautiful, efficient software that single-handedly proves that desktop software in 2021 doesn't have to be a shit, low quality side show to SaaS "apps" and mobile. Heaven knows what their code looks like. Perhaps it's best it never goes open source so we can sustain the Opera-esque magic of a <10MB binary th…

I don’t use sublime in my day to day, but always keep it on hand because it’s the only IDE that quickly opens for viewing very large csv or similar files without a hitch. PyCharm, VSCode, Aton all barf under these conditions.

Sublime will barf if the file gets big enough too. In that case use something like HxD

Re: Sublime Text 4

#444

Earlier quoted context omitted.

Life is expensive and getting more expensive every day. The median home price is twice as expensive as when sublime released for $70 in 2008. Everything from a car to a loaf of bread is more expensive and your developer needs pay for housing and loaves of bread too. As it stands the new permanent price of 99 is only 41% higher than in 2008.

Yet wages didn't rise at the same speed as those expenses...

The wages in the type of work for which a Sublime Text 4 license is required most certainly rose since 2008.

Re: Sublime Text 4

#445
post #411

Earlier quoted context omitted.

It doesn't open instantly on my work (Windows) desktop. But then I don't care as I generally open it and leave it open all day. Same with Spacemacs. because of the way processes are more expensive on Windows, Emacs/Spacemacs is many order of magnitude slower than it is on *nix (the other places I use it). I tolerate it as I can't live without magit and Org and other staples. I find the crappy Slack app (another Elect…

> Emacs/Spacemacs is many order of magnitude slower Look into emacsclient.

A good tip, and I indeed already use it.

Re: Sublime Text 4

#446

Hello HN, I'm one of the developers at Sublime HQ. We're all very excited about this release. If you have any questions you'd like to ask I'll do my best to answer them.

Congrats! When the payday hits I will buy it. I've been waiting. I know I could have purchased an ST3 license and got this but...I am weird.

Re: Sublime Text 4

#447

Earlier quoted context omitted.

I tried Sublime text and I really like it. But I have been a user of UltraEdit for many many years (maybe 20?) and I still find it much more natural to use. I found it while looking for an editor to replace Semware's Qedit (DOS). I wonder why UltraEdit has not much love here. I do find Sublime's price much better than UltraEdit.

UltraEdit is probably the best text editor there is. Not the best IDE or anything, just the best text editor. It seems thoroughly underappreciated, though, for some reason. It's the only editor I'm aware of that can do do disk-based editing, that is you can open a file of multiple gigabytes quickly and edit it because it doesn't load the whole file into RAM.

That's quite a claim. I'd put it up against EmEditor (https://www.emeditor.com/). Not only does EmEditor have amazing support for large files, it has Excel-esque GUI support for delimited files.

Re: Sublime Text 4

#448

I feel bad using VSCode after years of supporting Sublime (by purchasing a license). However the one case where I do use sublime repeatedly? When I need to open an editor QUICKLY. It boots faster than VSCode, and frankly, it finally broke me of my constant habit of VIMming now that I have it on my mac, win and linux boxes. I am eager to try V4, but I'm so deep in VSCode now, I don't know if I can find my way out! I c…

I don't think sublime really compares to IDE's like vscode and jetbrains products.

It sorta is in just the text editing realm similar to vim and emacs. Sure it can do more but I feel like it's not fair to compare it. That said sublime text is probably the only text editor I ever used that comes even close to competing with vim and emacs for text editing.

Re: Sublime Text 4

#449

Earlier quoted context omitted.

I tried Sublime text and I really like it. But I have been a user of UltraEdit for many many years (maybe 20?) and I still find it much more natural to use. I found it while looking for an editor to replace Semware's Qedit (DOS). I wonder why UltraEdit has not much love here. I do find Sublime's price much better than UltraEdit.

UltraEdit is probably the best text editor there is. Not the best IDE or anything, just the best text editor. It seems thoroughly underappreciated, though, for some reason. It's the only editor I'm aware of that can do do disk-based editing, that is you can open a file of multiple gigabytes quickly and edit it because it doesn't load the whole file into RAM.

Neat. I use HxD for such a purpose.

Re: Sublime Text 4

#450

Does Sublime Text 4 have support for WSL2?

I tried using the windows version of ST3 (latest dev releases) with project files living in the wsl2 space and ST didn't jive well with these "remote" files, so I ended up with VS Code and the WSL2 extension.
Post reply on HN