Live data from Hacker News

Sublime Text 4

sublimetext.com

281–290 of 647 posts

Re: Sublime Text 4

#281

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 want you lot to get a lot of funding for this because ST is the best editor IMO and it shouldn't be abandoned

Re: Sublime Text 4

#283
post #190

I'd love to use a lighter (in terms of resources) editor like this, but after using IDEA (not for java - but it's the single Jetbrains tool that supports all other language packs) the editor in this feels like comparing a car to a bicycle. Sure, the bicycle starts off quicker, and you feel so much quicker. But that's where the benefits end, IMO. I just opened up a client project with this (that project is a mixture o…

+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!

If you want the same language treatment as say, VS Code, install the LSP plugin. It is the exact same thing

Re: Sublime Text 4

#284

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.

Sublime is awesome, thanks! I've purchased an upgrade straight away. Can you pretty please fix the issue where files deleted/renamed outside sublime are shown as unsaved? It often ends up with a lot of wasted debugging time until I realise I'm working on the wrong file Please show "filename (deleted)" on the title, instead of "filename •". Thanks!

You can make modified tabs more visible with the "highlight_modified_tabs" setting.

Re: Sublime Text 4

#285

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.

My favorite editor. Thank you so much.

Re: Sublime Text 4

#286
post #218

Earlier quoted context omitted.

There is no obligation to support the code at all though. You can release it once, say it’s unsupported, and let the community pick up maintenance / forks if there’s enough interest. Otherwise, no harm done.

> and let the community pick up maintenance / forks if there’s enough interest. This almost never happen, even when the interest is very high... I love open source and free software, but we should face that this point is more a fantasy than a real thing.

I would say, it depends on the codebase and documentation. Taking up a abandoned mess of undocumented spaghetti code? No thank you. And most "open sourced" repositories are like this.

But the ones that have at least rudimentary documenation, something a new maintainer has something to work with - those are the few ones, that might be picked up by some community. Rare, yes - because there is not much fun in writing documentation on your personal pet project in your free time. But it might be still worth it.

Re: Sublime Text 4

#287

The core question is - is this better than VSCode AS AN EDITOR? In recent months, I had the feeling VSCode just surpassed it in almost every regard.

Even taking performance out of the equation, ‘Go to Symbol in Project’ more than makes up for anything VSCode has. I’m amazed VSCode still doesn’t have that

Re: Sublime Text 4

#288

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.

Regarding the licence upgrade options: Are there any solutions for users owning a single licence for both Sublime Text 3 and Sublime Merge? My Sublime Merge licence for example is still valid for 2 years from now. If I try to upgrade my current licence and want to bundle them together it says the price is 152 USD. Any options for users like me to not make them pay twice when choosing the bundle licence?

Re: Sublime Text 4

#289
I've been using ST4 since the early dev builds and there is just no editor that makes me as productive as SublimeText. I tried everything under the sun from going with VIM/nvim for the majority of the time, vscode, atom, intellij, emacs (spacemacs).

The plugin ecosystem picked back up when Sublime started pushing out dev builds. The editor improved, got much faster, the plugin APIs expanded. Right now with my ST4 setup, I'm in coding ZEN. It's super snappy no matter what I throw at it, looks great, I know how to configure any keybinding I want, how to add new functionality with own plugins.

To me ST4 is a bit like VIM with customizations, except that it's much faster than VIM.

Happy to see ST4 got released and hoping it will attract people to consider it again.

(SublimeMerge is also a really great product)

Re: Sublime Text 4

#290
post #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).

For some reason this is really slow for me, and I am not quite sure why. It seems to literally update the buffer line-by-line as input comes in, which is kind of unfortunate for large inputs…
Post reply on HN