Live data from Hacker News

Sublime Text 3 dev build 3128 released

sublimetext.com

131–140 of 241 posts

Re: Sublime Text 3 dev build 3128 released

#131
Sublime is my favorite editor for LaTeX. I've tried every other editor on the market, TexMaker, TexStudio, OverLeaf, ShareLaTeX.

All LaTeX editors pale in comparison to Sublime + LatexTools Plugin + git. Each tool in this stack is designed to do one thing and they do it perfectly.

Re: Sublime Text 3 dev build 3128 released

#132

If Sublime only had definite release! It's wonderful GUI editor! I stopped using it years ago when I switched to Vim and Emacs, but if it gets released I will buy it for sure, at least to have it on my work machine. I like editing text in it, everything is so smooth and well looking, and it doesn't feel bloated. And I just hate all those Electron based editors, no matter how much incrementally they get better from mo…

Well, it still has some annoying issues: https://github.com/SublimeTextIssues/Core/issues/392 So I have to use Kate for non-Latin text. But it still miles better than VSCode/Atom.

Haha true, try to open the console with a non-US keyboard, good luck.

I use a US keyboard now so I had forgotten :)

Re: Sublime Text 3 dev build 3128 released

#133
post #131

Sublime is my favorite editor for LaTeX. I've tried every other editor on the market, TexMaker, TexStudio, OverLeaf, ShareLaTeX. All LaTeX editors pale in comparison to Sublime + LatexTools Plugin + git. Each tool in this stack is designed to do one thing and they do it perfectly.

The tight integration and useful features of TexStudio are second to nothing in my opinion.

Re: Sublime Text 3 dev build 3128 released

#134

Earlier quoted context omitted.

Instead of writing blog posts as a vital sign, maybe it would help to offer some regularly updated pre-defined "bundles" of ST together with package sets for a certain audience (JS/TS/Python developer, etc.). Many packages have a higher update frequency, so even when there is no new ST build it would make sense to also update such bundles on a more regular basis (I know packages are updated automatically -- but this…

There's a command to "install package control" with the newer versions of ST3 that doesn't require manually copying and pasting a script into the console. It's a big improvement and still allows users who don't want package control to not have it.

Why wouldn't they ? I think package control should be built in.

Re: Sublime Text 3 dev build 3128 released

#135

Why people cry about sublime not having a "release" yet. I have faced 0 bugs, seriously 0 and I'm using it for more than 3 years. Its way more performant than the rest "cool" editors and honestly...it just works! Maybe you need a little bit more configuration to make it perfect for you but thats just it.

On Mac, one bug that bites me about once per week is the editor becomes unresponsive. Not the whole application, I can still focus on windows, use the menus, and scroll the text, but the text editor just goes vegetable. The caret disappears, and I am unable to select text, type, paste, etc. Occasionally it returns after 20-30 seconds, but usually I have to restart Sublime. It's still a great application in spite of t…

It has never happened to me. By the way something great about sublime text is that I can quit and open ST again in ~2 seconds max. It's that fast.

Re: Sublime Text 3 dev build 3128 released

#136

I love Sublime Text. I really dislike heavy IDEs, so for me, it's almost the perfect editor. But... am I the only person who wants a minimal editor like Sublime, plus an inline debugger? Debugging where you edit code is one of those super-features that I really don't understand why people prefer not to have it. Ideally it would be something generic and lightweight, with the ability to extend via plugins. The debuggin…

You're describing VS Code. Now you may not think it's lightweight, but for anyone not toiling away on a turn of the century machine it's plenty fast and has great debugging facilities.

Re: Sublime Text 3 dev build 3128 released

#137
post #95

Earlier quoted context omitted.

That's true. I've been using Sublime for years and I've never had a bug or a crash. It pretty much perfect. And it's blazing fast. I actually even use its fuzzy search to search my harddrive sometimes. Because I haven't found an easy app for Linux that works like Search Everything on Windows.

> I haven't found an easy app for Linux that works like Search Everything on Windows. https://github.com/albertlauncher/albert

That's not quite like Search Everything, which is just a tool for searching files by name.

In that vein though, see also Synapse: https://launchpad.net/synapse-project

Re: Sublime Text 3 dev build 3128 released

#138

Why people cry about sublime not having a "release" yet. I have faced 0 bugs, seriously 0 and I'm using it for more than 3 years. Its way more performant than the rest "cool" editors and honestly...it just works! Maybe you need a little bit more configuration to make it perfect for you but thats just it.

On Mac, one bug that bites me about once per week is the editor becomes unresponsive. Not the whole application, I can still focus on windows, use the menus, and scroll the text, but the text editor just goes vegetable. The caret disappears, and I am unable to select text, type, paste, etc. Occasionally it returns after 20-30 seconds, but usually I have to restart Sublime. It's still a great application in spite of t…

never had this happen to me in 3 years. maybe you should clean install your OS..

Re: Sublime Text 3 dev build 3128 released

#139

Earlier quoted context omitted.

Release or not release is just a name. You shouldn't let that be a factor. In my experience it is absolutely stable and as bug free as software can be. However, I'm not sure how well maintained it is. I fear all the time that the author, jps, has quit, but then every few months he has a development sprint and releases a new version. I'd rather have it permanently called "beta" but a minor update every month, than one…

That's true. I've been using Sublime for years and I've never had a bug or a crash. It pretty much perfect. And it's blazing fast. I actually even use its fuzzy search to search my harddrive sometimes. Because I haven't found an easy app for Linux that works like Search Everything on Windows.

how about the command line tool 'locate'?

Re: Sublime Text 3 dev build 3128 released

#140
post #136

I love Sublime Text. I really dislike heavy IDEs, so for me, it's almost the perfect editor. But... am I the only person who wants a minimal editor like Sublime, plus an inline debugger? Debugging where you edit code is one of those super-features that I really don't understand why people prefer not to have it. Ideally it would be something generic and lightweight, with the ability to extend via plugins. The debuggin…

You're describing VS Code. Now you may not think it's lightweight, but for anyone not toiling away on a turn of the century machine it's plenty fast and has great debugging facilities.

I actually switched to VS Code vs Sublime for most tasks just recently. It has a few quirks (looking at you, files that just close for no reason) and isn't quite as quick, but the language/debugging packages and support are just leagues better.
Post reply on HN