Live data from Hacker News

Sublime Text 4

sublimetext.com

431–440 of 647 posts

Re: Sublime Text 4

#432

> Sublime Text license keys are no longer tied to a single major version, instead they are now valid for all updates within 3 years of purchase. After that, you will still have full access to every version of Sublime Text released within the 3 year window. I really love this model.

That is a good model, but I'm a little confused about the transition. My license from 2015 obviously doesn't include ST4, but does it still include all versions of ST3 since it was purchased before this change? Or was it retroactively updated to only capture ST3 versions released during that 3-year window?

I can't imagine they retroactively changed it

Re: Sublime Text 4

#433
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.

Re: Sublime Text 4

#434

Earlier quoted context omitted.

We've worked hard alongside the developers of the LSP plugin to improve support for it with ST4 and will be continue to do so in the future.

Can you share any comments from the discord beta testers about the LSP in v4? Or are the majority of the user-facing improvements to the LSP plugin still to come, based on the foundational work that just rolled out?

I didn't have much to do with LSP or the plugins during development, but from what I've heard most of the work has already been done. LSP has had a ST4-specific branch for quite some time.

Re: Sublime Text 4

#435
I tried Sublime Text a few years ago, and it was OK, but I’m still sticking with Emacs which is burned into my muscle memory. I can use it with or without a GUI (I never use the menu) like in a remote SSH command line. The thing that could get me to move was if there was a Mac AND iPadOS version of Sublime Text.

Looking ahead, now with the M1 chip on the iPad Pro, it seems the next step for Apple would be to allow a lot more power in iPadOS, especially since it is a different OS than iOS on iPhone. We shall see. In the meantime, I plan to get the 2021 iPad Pro 12.9 to replace my 2018 12.9 and look forward to WWDC for any iPadOS announcements.

Re: Sublime Text 4

#436

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.

I don't have any questions, but I would like to thank you and the rest of the team at Sublime HQ for developing such terrific products. I've used Sublime for various purposes for about 7 years now and just purchased, I think, my third license for it. And if I had to label any of my dev tools as a "must-have" for the way I want to work, I would probably put Sublime Merge first.

Thank you so much!

Re: Sublime Text 4

#437
post #190

Earlier quoted context omitted.

+1. Sublime is a fantastic lightweight text editor, but the version that I've used simply isn't an IDE. Excited to see what new features are in this one, though!

And on a Mac this is where I fail to see the market for it, particularly at $100. If you just want something lightweight to open text files but still have some basic syntax highlighting, there are heaps of choices that are better Mac apps. I'd suggest any/all of these three (all of which happen to be OSS but that's not why I recommend them - I didn't actually realise until now that they all are) - SubEthaEdit: https:…

In what ways are they better? Or just being more "native" in some way? I use sublime mostly because it has multiline editing and regexp find/replace, these seems to have it too, which is awesome.

(by the way, completely random question: do you happen to know a lightweight image editor on osx? I tried few and they were either not working, bad, or some combination of both; on windows I use Paint.NET which does all I need and is fast, quick to start, etc..)

Re: Sublime Text 4

#438

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.

Hello. How was the transition on the Windows side to UWP? It looks great.

Sublime Text is still based on win32, not UWP.

Re: Sublime Text 4

#439
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?

Perhaps not super-common, but at work we have to deal with XML files that are 4-500MB in size that don't contain newline characters. Every now and then we have edit them.

It's at least something I'd expect a premium text editor to handle without issues.

Re: Sublime Text 4

#440

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.

Do you plan to add an integrated terminal to ST at some point?

We do not have any plan to do this, though there are some features we're looking at for improving existing terminal packages.

I personally wouldn't ever use a embedded terminal, as their user interaction inherently conflicts with the rest of the application. ctrl+w for instance needs to both close files/tabs as well as delete a word in the terminal.

Post reply on HN