Live data from Hacker News

Sublime Text 4

sublimetext.com

491–500 of 647 posts

Re: Sublime Text 4

#491

I was a Sublime user, then Atom, and now I’m a VS Code user. In 2021, what reasons are there to use Sublime over VS Code? Performance is the only one that comes to mind, but there are surely others... right?

I've tried to make the switch from Sublime to VS Code a few times, and a few things consistently hang me up: * Performance, like you mentioned. I've very used to opening hundreds of megabytes of line-delimited data in my editor; anything that can't keep up with that immediately ruins my "tempo." * I don't really understand how to customize VS Code's UI. It has a lot of little toolbars and widget panels that I don't w…

> I don't really understand how to customize VS Code's UI.

I don't think you've tried :)

View => Appearance has options for toggling all the "bars" ("status" bar, "activity" bar, "side"bar).

Also zen mode is a very nice way to toggle to a mode without any toolbars (you can customize which show up in zen mode; just open the settings UI (Preferences => Settings) and type "zen".

Re: Sublime Text 4

#492

Earlier quoted context omitted.

UltraEdit is probably the best text editor there is. Not the best IDE or anything, just the best text editor. It seems thoroughly underappreciated, though, for some reason. It's the only editor I'm aware of that can do do disk-based editing, that is you can open a file of multiple gigabytes quickly and edit it because it doesn't load the whole file into RAM.

Another underappreciated editor is visual slickedit[1] It will happily allow you to edit TB large files [1] https://www.slickedit.com/

I've used slickedit for at least 20 years on windows. It's definitely a good editor as well

Re: Sublime Text 4

#493
post #304

Earlier quoted context omitted.

Vim has Vimtutor; could Sublime have its Sumblimetutor too? I've been using Sublime for years now and yet I barely use most of its "well known features" and I feel ashamed of myself. I know there are tutorials out there, but I am a chronic procrastinator and I just can't bring myself to watch them while at home.

https://packagecontrol.io/packages/Sublime%20Tutor

I'll definitely check this out!

Re: Sublime Text 4

#494

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 way to go back to the trapezoid-style tab UI instead of the rounded new Chrome tab UI? I didn't see it in any of the preinstalled themes but maybe there's a flag somewhere.

Use the `"file_tab_style"` setting. Do note that the older tab styles are missing some features, like highlighting the focused tab.

Re: Sublime Text 4

#495

Earlier quoted context omitted.

Vim has Vimtutor; could Sublime have its Sumblimetutor too? I've been using Sublime for years now and yet I barely use most of its "well known features" and I feel ashamed of myself. I know there are tutorials out there, but I am a chronic procrastinator and I just can't bring myself to watch them while at home.

You could use philosopher John Perry's method. Put every activity on a To Do list, ordered by importance. Procrastination is doing lower-down items instead of higher-up items. Perry has the top of his list filled with so many awesome items that even things lower down are still well worth doing. So, it sounds like you could add more awesome things to do to the top of your list, until your procrastination becomes thing…

Ok, I'll check that out later.

Re: Sublime Text 4

#496
What's the best way to have both Sublime 3 and 4 on my Mac? Would it be to rename 3 in ~/Applications and its subl to subl3, then download 4 and let it run as-is?

Re: Sublime Text 4

#497
post #268

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…

VSCode is much much faster than the popular IDEs (namely, IntelliJ) in my experience. I'd say it occupies a middle point between full IDE and text editor.

Intellij mitigate this with https://www.jetbrains.com/help/idea/lightedit-mode.html

Re: Sublime Text 4

#498
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 tried Sublime text and I really like it. But I have been a user of UltraEdit for many many years (maybe 20?) and I still find it much more natural to use. I found it while looking for an editor to replace Semware's Qedit (DOS). I wonder why UltraEdit has not much love here. I do find Sublime's price much better than UltraEdit.

Windows based editors are a dying breed. The Unix and web-based editors have sucked the oxygen out of the room.

Re: Sublime Text 4

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

It's common when working with big API responses which are indented using plugins after loading. Most APIs do not serve whitespace in their responses, so it's crucial that the editor won't freeze up on initial load.

Re: Sublime Text 4

#500

Earlier quoted context omitted.

That is what I wonder, UltraEdit is really nice. I have no relation to them by the way, latest version that I own is 26 something. While the latest release is 28 something. Maybe it is because 28 years ago, when it first released, internet was just starting. Sublime is "only" 13 years old, so internet was already very much mainstream. But it is really good. Very fast. I love the column mode. If I search for UltraEdit…

That's incredible. From the website it looks like a Windows-oriented tool. If it weren't for your product I wouldn't have even guessed they had a Mac version. I bet they'd do much better with adoption if they customized their homepage screenshots to the platform viewing the page… For others curious about Column Mode, here's their link with a nice video: https://www.ultraedit.com/support/tutorials-power-tips/ultra...…

In Notepad++ you would just alt+drag, no need to enable a special mode. It looks pretty much exactly like what's in that video.
Post reply on HN