Live data from Hacker News

Sublime Text 3 Build 3080

sublimetext.com

111–120 of 190 posts

Re: Sublime Text 3 Build 3080

#111
post #110

I see lots of comments from people saying that after years of usage they just recently bought a license. I'm curious what most people are using it for, since the license clearly states that you need to buy a copy for professional use.

Though, since it's just nagware, I doubt most people really care.

Re: Sublime Text 3 Build 3080

#112
post #110

I see lots of comments from people saying that after years of usage they just recently bought a license. I'm curious what most people are using it for, since the license clearly states that you need to buy a copy for professional use.

Personal projects, coursework in school.

I also have zero doubt that people have been using it for professional purposes in violation of the license.

Re: Sublime Text 3 Build 3080

#113
post #108
post #13

After years of using it, I finally just bought a Sublime license. It's about as close to perfect as an editor gets for me - fast, stable, powerful, extensible, portable, and very low cognitive overhead. Kudos to the Sublime folks.

I'm the opposite - bought a license years ago but don't actually use it for much except plaintext. In my experience the core editor is fast and rock solid, but I think every single extension I've tried has been somewhere between glitchy and completely broken, and debugging/fixing them has soaked up more time than they'd save if they worked perfectly. Part of the problem may be that extensions seem remarkably keen to…

> Or maybe I've just been unlucky/incompetent.

Every lint extension I've seen seems to drag a full install of whatever the popular implementation of the language is.

Re: Sublime Text 3 Build 3080

#114
post #62

Sorry for bring this up , but this is my honest question , why should I use sublime ? what is specific about it ? Let me explain , If I wanna text editor there is Emacs ( and vim for vim user's ) , and if I want to have specific feature like IDE's have (auto complete , GUI debugger etc ) , then I can use Qt Creator/Code Blocks/etc (which I don't need , Because I am not IDE user) , then Why should I use sublime , It d…

If you're happy with emacs or vim then you probably shouldn't use it. Many people aren't comfortable with those two or prefer a mouse based approach without the overhead of an IDE in which case Sublime is a pretty good choice with lots of customizability and available plugins. Edit: For me I do my coding/most everything in vim but if I get a new project I have to learn about I find it much more easy to navigate an un…

You can use Emacs with a mouse just fine out of the box if you want.

Re: Sublime Text 3 Build 3080

#115
post #66

Earlier quoted context omitted.

IMHO, sublime is a lazy yet flexible editor, it has very fancy out-of-box experience, you don't have to download a lot of stuff from the internet and make your own customizations before you can finally gets started with what you intended to do few hours earlier. I know that both vim/emacs have very handy package manager, but they don't ship with vim/emacs.

Emacs's package manager does come with Emacs, starting with some recent version (I don't know which version, though).

Emacs 24, released in 2012.

Re: Sublime Text 3 Build 3080

#116

> Sublime Text 3, while still technically in beta, is the recommended version of Sublime Text to use Then stop calling it a beta?

No, because it's still in development. Regardless, it's solid.

All products are either still in development, or abandoned.

Re: Sublime Text 3 Build 3080

#117
post #74
post #13

After years of using it, I finally just bought a Sublime license. It's about as close to perfect as an editor gets for me - fast, stable, powerful, extensible, portable, and very low cognitive overhead. Kudos to the Sublime folks.

Personally I wasn't convinced until I also tried out the "Sublime SFTP" plugin.. I'm never going back.

Hopefully in this day and age, you are using that plugin to SFTP into a virtual machine locally.

Re: Sublime Text 3 Build 3080

#118
post #110

I see lots of comments from people saying that after years of usage they just recently bought a license. I'm curious what most people are using it for, since the license clearly states that you need to buy a copy for professional use.

Aside from the obvious alternative of "personal use," are you really surprised that people aren't always in full compliance with their EULAs?

Re: Sublime Text 3 Build 3080

#119

OT: What are some tips (or plugins) to be more productive on ST3?

Learn how to use multiple selections. On OS X CTRL + SHIFT + UP/DOWN will create a new cursor on the next line up or down. And you can CMD + LMB-click to insert a new cursor anywhere. I cannot count how much time this feature saves me.

CTRL+D (Might be CMD on Mac) will also select the next occurrence of a symbol/selection. And Ctrl+U will undo a selection from this method or the parent post's method.

Aside from being able to simultaneously write in multiple places, you can copy-paste across multiple cursors; highlight 5 variables, copy, create 5 new lines with cursors, paste. Each line will have one of your copied variables. Try using Find with regex and alt+enter to select all matches with separate cursors.

Many plugins also support or add onto this feature. I love TextPastry to easily insert number ranges and patterns across multiple cursors.

Post reply on HN