Live data from Hacker News

Sublime Text 4

sublimetext.com

481–490 of 647 posts

Re: Sublime Text 4

#481

Earlier quoted context omitted.

Sublime Text is still based on win32, not UWP.

Oh interesting. I had previously read a limitation of changing the title bar to use a dark theme was based on sticking to win32. Sounds like that hurdle was overcome in a different way - either way I'm appreciative. Here's a reference to the discussion on the 'dark theme': https://forum.sublimetext.com/t/support-dark-theme-on-window...

We overcame that hurdle by painstakingly recreating the default Windows titlebar(s) in our own UI toolkit.

Re: Sublime Text 4

#482
post #192

Earlier quoted context omitted.

NeoVintageous is the one I landed on after trying... - vintage mode - sublimesix - actualvim

NeoVintageous is the most complete, up-to-date Sublime Vim plug-in. It is a fork (I think?) of Vintagous, whose author went on to make Six, both of which now seem abandoned. NeoVintageous comes with many more features out of the box (Vim plugins like Abolish, Surround and Sneak!). Since choosing it I haven't had to install or do any additional tweaks (apart from customizing a few settings). Highly recommended!

Thanks, I'll give it a shot!

Re: Sublime Text 4

#483

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.

Any chance of a Windows ARM64 version since macOS/Linux have one?

I can't really say one way or another. Given that we can't feasibly test on the large variety of ARM devices out there I think it will depend on how maintenance free the ARM Linux builds are and how much people ask for a ARM Windows build.

Re: Sublime Text 4

#484

Earlier quoted context omitted.

my work makes us use UltraEdit (custom langauge) and frankly I hated it so much I wrote a custom language plugin for sublime my self so I could switch back. UltraEdit just feels like it's stuck 10 years in the past.

In what way? I have used Sublime2 and 3, which might feel faster, VS Editor (I think is the name), much heavier, and Atom I think is the other. Never felt "wow, this is the future".

UltraEdit is clunky, the UI is very dated and the fonts are not well rendered.

It's not fast and has a large lack of theme support (there's no solarized theme for it, which is industry standard at this point).

I just didn't like it and would rather use a more modern editor, e.g. sublime. Only took a day or two to write the required plugins to get our language support for it.

Re: Sublime Text 4

#485
post #457

Earlier quoted context omitted.

I can relate. Huge fan of ST. I switched to VSC because of some integrations that were not available on ST. I hated it, it was only out of necessity. Everything on VSC just felt... sluggish, compared to ST. There's this barely noticeable input lag. Autocomplete seems to lag ever so slightly. The startup is just a smidge too slow. And so on in all dimensions. Alas, now I'm used to it, and I can't go back because of th…

> Alas, now I'm used to it I tolerate it, but I hate it every day. So much bloat, so many useless notifications and fragmented interface.

Yeah, it's rough. A good thing about VSC is that it's atleast as configurable as ST is, though. You can disable a lot of functionality if you just take the time to read up on the config. You'll never make it as smooth as ST, but it's worth it to reduce the friction. If you're forced to use it, might as well make it as decent as possible.

Re: Sublime Text 4

#486

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.

Is the team considering making an "HTTP Client, done Sublime" at some point?

Re: Sublime Text 4

#487

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.

Then there is SlickEdit which has been around for decades as well. I wonder how they are able to continue to be in business with all of the editors such as Visual Studio Code being available for free. https://www.slickedit.com/

I still have my original SlickEdit installation CD from long long ago. As far as how they can continue to be in business, easy - corporate maintenance licenses...

Re: Sublime Text 4

#488

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.

Is there a way to go back to the trapezoid-style tab UI instead of the rounded new Chrome tab UI? I didn't see it in any of the preinstalled themes but maybe there's a flag somewhere.

Re: Sublime Text 4

#489
post #293

Earlier quoted context omitted.

Hey there, subl is absolutely the best when you quickly need to open and edit a huge file. You cannot, however, do that when the file only has 1 line. Do you think it might be possible to get that fixed at some point? Opening a 1 line 1GB file on a modern machine brings subl to a complete halt and regex editing is sheer impossible.

> Opening a 1 line 1GB file on a modern machine brings subl to a complete halt and regex editing is sheer impossible. Is this a common operation for a text editor?

If you are manipulating data, it could be. Logs can easily get big as well.

Re: Sublime Text 4

#490

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…

What is column mode?
Post reply on HN