Live data from Hacker News

Sublime Text 4

sublimetext.com

511–520 of 647 posts

Re: Sublime Text 4

#511

Earlier quoted context omitted.

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 pretty cool. I use vim for this particular need and it’s quick to search through big files too

Really? I've found Vim slows to a crawl on multi-GB files. Maybe that's changed recently or it was down to the plug-ins I was using?

Re: Sublime Text 4

#512
post #268

Earlier quoted context omitted.

VSCode is much much faster than the popular IDEs (namely, IntelliJ) in my experience. I'd say it occupies a middle point between full IDE and text editor.

Is VSCode still fast after you add enough plugins to make it reach feature parity with IntelliJ? I've tried VSCode a few times through the years, but it always seemed like I needed at least a dozen plugins to get all the features I have out-of-the-box with PhpStorm. I guess it's a philosophical difference between modular components and a big ol' monolith (though, beneath the hood, IntelliJ IS modular... most of their…

you're comparing a text/code editor with a full fledge IDE. VSCode is _not_ an IDE, it is a glorified text editor with an amazing plugin system. if you need an IDE for what you do, use PHPStorm. I myself still use Visual Studio for a lot of the stuff that I do in .Net as I find I need the features it has.

Re: Sublime Text 4

#513

Earlier quoted context omitted.

In VSCode you can also middle-click (the scroll wheel on a mouse) and drag to do column select.

But what I lick of UE is that you can do everything with your keyboard, no need to use the mouse.

The same is true of the "column edit" functionality in VS Code. I don't think there's anything that requires the mouse, especially since from the keyboard you can invoke the command window to run any function.

Re: Sublime Text 4

#514

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.

Another long-time UltraEdit user here. I love it in general, but in particular there's one feature that I can't do without: column mode. I don't understand why other editors haven't copied it (at least to my knowledge. If you know any other that has it, I'd like to know). For those of us that often work with CSV-like formats, it's a real time saver. It's also better behaved for huge files than any other editor I've t…

I've been using ST3 for the past few years, and I have a go-to keyboard sequence for a column mode equivalent: Select the entire block, press Ctrl+Shift+L to split the selection into individual lines, press Home to create a cursor at the start of each line, and use the right arrow to navigate the cursor to the desired column. (You can also edit the end of each line by pressing End, move by entire words with Ctrl+Left or Right, and so on.)

Re: Sublime Text 4

#515
post #361
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 on my day to day, but I'm always happy to purchase their new licese when a new version ships for this reason.

Version 4 accepted my version 3 license purchased in january 2019. Yay me!

Re: Sublime Text 4

#516

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.

Hi Ben

When will ST4 show up on Homebrew?

https://formulae.brew.sh/cask/sublime-text

Thanks for taking the time to answer questions

Re: Sublime Text 4

#517

Earlier quoted context omitted.

That’s pretty cool. I use vim for this particular need and it’s quick to search through big files too

Really? I've found Vim slows to a crawl on multi-GB files. Maybe that's changed recently or it was down to the plug-ins I was using?

It's probably from creating a backup copy. Compare performance when invoking 'view' instead of 'vim'.

It could be from your plugins if they're doing something goofy.

Re: Sublime Text 4

#518

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.

Another long-time UltraEdit user here. I love it in general, but in particular there's one feature that I can't do without: column mode. I don't understand why other editors haven't copied it (at least to my knowledge. If you know any other that has it, I'd like to know). For those of us that often work with CSV-like formats, it's a real time saver. It's also better behaved for huge files than any other editor I've t…

VS Code has column mode

Re: Sublime Text 4

#520
post #358

Earlier quoted context omitted.

We've certainly talked about it, but there aren't any concrete plans yet.

I love Sublime, I've paid for every version and I did the same for my devs for many years (when I had a company cc!). I would just like to say remote editing is the only thing I use vscode for. If ST had remote editing I and probably a lot of other people would use it more. Once again, love sublime, just a suggestion :)

Install xserver (also works on Mac and Windows) then ssh -X to the container. Start sublime on the container, and the gui will show up locally.
Post reply on HN