Live data from Hacker News

Sublime Text 4

sublimetext.com

91–100 of 647 posts

Re: Sublime Text 4

#91

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.

About Sublime Text says that I have a Single User License registered. Is it going to prompt me to upgrade, or am I grandfathered in some way? I bought this Sublime 3 license in Feb 2018. Just trying to understand what's going on. The app itself is great so far, especially the GPU performance.

Your license is still valid for all versions released before Feb 2021 (3 years after purchase). Once you update to a version released after that date you will see a "LICENSE UPGRADE REQUIRED" in the title bar. Under `Help > Upgrade License` you can then purchase an upgrade. There is also a popup prompting for an upgrade if you've entered an "expired" license anew.

Re: Sublime Text 4

#92

Earlier quoted context omitted.

> whatever version was supported at the end of the license No. The version you will perpetually have access to is the last version released one year before the expiry of your license. So if you get a one-year license and don't renew it, you only retain access to the version you first bought, not any new ones released during the year.

Ah, my bad. They should fix that.

They already did... somehow. iirc their original plan was that you'll lose your license after you stop paying. But due to a big backlash against that, they changed it in a way that you can keep the license for product available 1 year before you stop paying.

Re: Sublime Text 4

#93
post #4

I like how I started years ago by saying “Notepad sucks, let me try Notepad++ and Sublime Text”. Now it’s almost an IDE, but still a great text editor!

Notepad is on every system

Re: Sublime Text 4

#96
post #90

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 Raspi version yet? That would make my little embedded dev station just perfect! Would migrate it all to that new Pi 400.

Arm64 builds are available to download just like any other version. The port was done on a RPI 4, but it's also been tested on a PinePhone and a Nintendo Switch.

Re: Sublime Text 4

#97

I'm a IntelliJ/WebStorm user (I use IntelliJ but for mostly JS/TS/X), what's the level of support for these tools vs VS Code for example?

I am also phpstorm user but I use sublime text exclusively for quick edits or for projects I have not set up "proper IDE" yet as opening whole project folder is much faster in sublime text and there is no need for import or index step which are quite slow on first open

Re: Sublime Text 4

#98
> `subl -` can now be used to read from stdin on all platforms

Cool, with how fast sublime startsup, I bet I will be using it in some pipelines with things like `vipe` (from moreutils). pasting things into sublime for quick text manipulation with regex replace and multiple carets is already a common occurrence in my workflow (things people use sed/awk for, but this is the "discoverable" way I am used to).

Re: Sublime Text 4

#99
post #83

Earlier quoted context omitted.

To me, VSCode competes with IDEs, Sublime competes with text editors. Startup speed accounts for a solid 95% of that distinction. If I need to make a quick edit to a file or write down a temporary (but reasonably persistent) note, the only tools I've tried that let me do that in less than 3 seconds are Sublime, Notepad, and Notepad++. Among those choices, Sublime is the clear winner in overall usefulness and function…

Settled into neovim for startup speed. My VSCode editor has vim keys too, so ... ohm! :) edit: My only gripe with VSCode currently is that it seems too eager to correct my typing.

I actually battle vscode every freakin day over autocomplete. It's really bad if you're writing php and happen to have a // phpcs somewhere, it'll convert <?php to <?phpcs which makes no damn sense.

Re: Sublime Text 4

#100
post #90

Earlier quoted context omitted.

Is there a Raspi version yet? That would make my little embedded dev station just perfect! Would migrate it all to that new Pi 400.

Arm64 builds are available to download just like any other version. The port was done on a RPI 4, but it's also been tested on a PinePhone and a Nintendo Switch.

Nice. I could have checked. Has been a while. Have been just running a version. Thanks for taking the time.
Post reply on HN