Live data from Hacker News

Sublime Text 4

sublimetext.com

211–220 of 647 posts

Re: Sublime Text 4

#211

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 like the fact I can upgrade my 3 licence ! Whoop whoop. Will take it for a spin - thanks for that hard and continued work.

Re: Sublime Text 4

#212
post #203

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…

For the last point, you can double click on a line in the search result page and it will open the file for you. I have to admit I don't particularly enjoy this search UI either, it's rather unintuitive, plus somewhat annoying as well since when you do a new search, if you don't remember to close the search result page the new search results will be appended to the existing page, which isn't what I want most of the ti…

Just deselect the "Use Buffer" button in the UI where you type the search, and results will then be shown in a more traditional panel at the bottom of the window.

Re: Sublime Text 4

#213

Earlier quoted context omitted.

I was surprised to see "By default, GPU rendering is enabled on Mac, and disabled on Windows and Linux". Is there any reason I shouldn't manually enable GPU rendering on Windows/Linux?

Windows and Linux have a much larger variety in hardware and drivers and much lower prevalence of high-dpi monitors. So we felt that for now it would be better to leave it disabled by default. This may change in the future.

Is there a DPI threshold that would benefit most from GPU support?

Re: Sublime Text 4

#214

Earlier quoted context omitted.

Congrats on the release! Are there any plans for some kind of combo deal now that Sublime Text and Sublime Merge licenses are aligned?

There already is :)

Any link? I’ve used SM on and off just as I was excited when it first came out - I really like it.

Re: Sublime Text 4

#215
I am a home, amateur developer and I was always curious why developers would choose an editor instead of an IDE.

When I started to code 25 years ago, there was no choice but as soon as I discovered IDEs I never looked back.

Startup speed may be an issue, but it is I believe insignificant for a coding session (of a few hours). Key bindings are portable. IDEs bring code completion, integrated debugging etc.

I am really curious.

Re: Sublime Text 4

#216

I feel bad using VSCode after years of supporting Sublime (by purchasing a license). However the one case where I do use sublime repeatedly? When I need to open an editor QUICKLY. It boots faster than VSCode, and frankly, it finally broke me of my constant habit of VIMming now that I have it on my mac, win and linux boxes. I am eager to try V4, but I'm so deep in VSCode now, I don't know if I can find my way out! I c…

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…

Same. I don’t tend to need an IDE all that often. More often I want to read code and I need something that opens up FAST with good support for a WIDE variety of languages out of the box. ST ticks that box for me.

Re: Sublime Text 4

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

You can actually use this:

https://marketplace.visualstudio.com/items?itemName=asvetlia...

Actually uses a real backend neovim instance. Can’t get better vim support than that! I find it a god-send when working in VSCode as the Vim key map alternative was slow, buggy, didn’t have full support.

Now I don’t have to compromise.

Re: Sublime Text 4

#218

Earlier quoted context omitted.

This question has been asked a lot, so thankfully I've got an easy answer: You don't actually want to build on top of our UI toolkit. We make breaking changes all the time, there's very little documentation and no release cycle at all. This isn't a problem for us as we have in-house knowledge and can fix any breakages trivially, but you don't want every open source project to have to maintain it's own fork of a UI to…

I completely support this. I write a ton of open-source software, and have many published packages. Each one that I publish is a Responsibility. Like a parent that has children, the package is no longer “completely mine.” All changes and fixes are made, keeping in mind that someone may be dependent upon my work. I’ve been writing SDKs -literally- my entire career (I can link to my very first engineering project, in 1…

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.

Re: Sublime Text 4

#219
post #69

I feel bad using VSCode after years of supporting Sublime (by purchasing a license). However the one case where I do use sublime repeatedly? When I need to open an editor QUICKLY. It boots faster than VSCode, and frankly, it finally broke me of my constant habit of VIMming now that I have it on my mac, win and linux boxes. I am eager to try V4, but I'm so deep in VSCode now, I don't know if I can find my way out! I c…

I don't want to take any thunder away from Sublime but VSCode basically opens instantly on M1.

For people not fortunate enough to own an M1, it’s a slow to start typical Electron app. Don’t get me wrong, I love and use VS Code. But performance isn’t in the same league.

Sublime Text basically does what you describe above on ANY hardware.

Re: Sublime Text 4

#220

I am a home, amateur developer and I was always curious why developers would choose an editor instead of an IDE. When I started to code 25 years ago, there was no choice but as soon as I discovered IDEs I never looked back. Startup speed may be an issue, but it is I believe insignificant for a coding session (of a few hours). Key bindings are portable. IDEs bring code completion, integrated debugging etc. I am really…

1.) Speed. IDEs often take seconds to start and you just need to edit .md, .json, *.sh.

2.) Support of different file formats and ease to install a new one with Package Control. Often, it's just Ctrl-Shift-P -> Type "Inst" -> type format's name and it's done.

3.) Many IDEs show the typed symbols after some delay and I really hate it.

Post reply on HN