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 Text 4
281–290 of 647 posts
Re: Sublime Text 4
#282Sublime Text 4 - 109.8 MB RAM
Windows 10 x64
Re: Sublime Text 4
#283I'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!
Re: Sublime Text 4
#284Hello 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!
Re: Sublime Text 4
#285Hello 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.
Re: Sublime Text 4
#286Earlier 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.
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
#287The 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.
Re: Sublime Text 4
#288Hello 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.
Re: Sublime Text 4
#289The 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> `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).