Live data from Hacker News

Sublime Text 4

sublimetext.com

521–530 of 647 posts

Re: Sublime Text 4

#521

Earlier quoted context omitted.

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.

Never heard of UltraEdit in 10yrs of my career, or came across it when searching for editors and IDEs.

UltraEdit was the best editor for Windows in the late 90s early 2000s. I remember asking my boss for it.

The niche it filled was surpassed by Notepad++ and other free tools.

Re: Sublime Text 4

#522
post #437

Earlier quoted context omitted.

And on a Mac this is where I fail to see the market for it, particularly at $100. If you just want something lightweight to open text files but still have some basic syntax highlighting, there are heaps of choices that are better Mac apps. I'd suggest any/all of these three (all of which happen to be OSS but that's not why I recommend them - I didn't actually realise until now that they all are) - SubEthaEdit: https:…

In what ways are they better? Or just being more "native" in some way? I use sublime mostly because it has multiline editing and regexp find/replace, these seems to have it too, which is awesome. (by the way, completely random question: do you happen to know a lightweight image editor on osx? I tried few and they were either not working, bad, or some combination of both; on windows I use Paint.NET which does all I ne…

Well they look/behave like regular macOS apps. It's very apparent that Sublime is a cross-platform app IMO. Even IDEA, which has a god damn java UI, manages to integrate better.

They also don't reduce everything to a literal screen of text (seriously, I hit Cmd-, in Sublime to see preferences, and just got an empty text screen... I guess I have to just work out what options it has by randomly trying stuff?).

The extent of my image editing needs on macOS is typically solved by either the "Markup" tool on an image, or Preview (i.e. highlighting/drawing attention to something on a image, and/or cropping an image).

Re: Sublime Text 4

#523
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 don’t use sublime in my day to day, but always keep it on hand because it’s the only IDE that quickly opens for viewing very large csv or similar files without a hitch. PyCharm, VSCode, Aton all barf under these conditions.

That's interesting, because I've noticed the exact opposite between VSCode and Sublime. What version of sublime are you using?

Re: Sublime Text 4

#524
Nothing eats through the huge json & text files I have to check on a daily basis, nothing comes even close... while all the funky new kids have crashed and burned trying to process the data I have to ingest, ST has been the one and only trusted source. Bravo!

Re: Sublime Text 4

#525

Earlier quoted context omitted.

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.

Another long-time UltraEdit user here. I love it in general, but in particular there's one feature that I can't do without: column mode. I don't understand why other editors haven't copied it (at least to my knowledge. If you know any other that has it, I'd like to know). For those of us that often work with CSV-like formats, it's a real time saver. It's also better behaved for huge files than any other editor I've t…

Column-mode in editors comes from ancient history.

The BRIEF editor for MS-DOS, intended to be a "Programmer's Editor", some time before 1990, already included column mode and many other features that few editors have today.

Re: Sublime Text 4

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

Back then I loved UltraEdit. It was the fastest editor at the time and could open even the most humongous files.

Since then, I've used notepad2 for quick editing. And even for coding. Really loved notepad2. It could only edit one file at a time but that was part of its charm. I would have multiple notepad2 files open while coding.

Back in the DOS days I used Brief, Multi-Edit (syntax highlighting!!) and the Borland SideKick TSR notepad, remember that?

Nowadays on Linux, I code and write everything on Vim. Can't live without it. Cured my carpal tunnel too because I don't have to move my fingers to use the arrow keys or mouse.

Re: Sublime Text 4

#527
I still miss the old MS-DOS edit.exe for it's speed, utility, and availability. The faster the better, I can't abide waiting for something that edits plain text.

I might give Sublime 4 a go, because sometimes I just really need a super speedy text change. It will be competing with Emacs for speed and functionality.

Re: Sublime Text 4

#528

Earlier quoted context omitted.

Oh interesting. I had previously read a limitation of changing the title bar to use a dark theme was based on sticking to win32. Sounds like that hurdle was overcome in a different way - either way I'm appreciative. Here's a reference to the discussion on the 'dark theme': https://forum.sublimetext.com/t/support-dark-theme-on-window...

We overcame that hurdle by painstakingly recreating the default Windows titlebar(s) in our own UI toolkit.

It's appreciated and looks great.

Re: Sublime Text 4

#529

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?

Right now the majority of development I'm doing is Python/JS/TS. I've been really liking the Pylance extension by the MSFT team for VSC, it is so much faster than Mypy etc.

Then for JS/TS, the out-of-the-box support is what won me over from being a ST user for nearly 10 years.

Re: Sublime Text 4

#530
Anyone with experience on Sublime Text with LSP support for C++? I'm currently using CLion but am considering switching to ST if things like autocomplete/go-to-definition/simple refactoring works for C++/CMake without much hassle.
Post reply on HN