Earlier quoted context omitted.
I wish people would learn to appreciate that UX is subjective. I find most GUI-based editors to be RSI inducing. The level of effort required to change that is not worth it for me. Others may disagree. And that's fine.
Just because it's a GUI doesn't mean you have to use the mouse. I find gvim much faster than vim in the terminal because it doesn't have to print a screen full of glyphs for each update.
Sublime Text 3.0
541–550 of 694 posts
Re: Sublime Text 3.0
#542Earlier quoted context omitted.
Sublime took off cause it just works and it has a nice default color scheme and just enough batteries included to make it a functional programming environment for the 80% of programming situations. And it now has enough addons to increase quality of life in many areas and or solve the other 20% in many cases. If I install emacs it is just okay. It probably has syntax highlighting, depending on the Linux distribution.…
Don't forget: it can be arbitrarily extended in a popular programming language and it has an unrestricted free trial.
Re: Sublime Text 3.0
#543Earlier quoted context omitted.
I agree that finding an open source, well established and powerful editor is an investment worth making. That basically means vim or emacs. Once over the learning curve, you're setup for long term productivity gains and stability. Since neither editor is going anywhere and they run on pretty much anything. But for many people, the initial learning curve just isn't worth it. Sublime, Atom and VS Code are all very popu…
https://github.com/google/xi-editor
This is still a project in its early stages. The Mac build has basic editing functionality (it was used to write this README), but looks very spare and is still missing essentials such as auto-indent. At the moment, it’s expected that its main community will be developers interested in hacking on a text editor.
Re: Sublime Text 3.0
#544Earlier quoted context omitted.
First: I love ST. It is an amazing software that runs just as good on Mac/Linux/Win. In a pinch I will download and use it and never complain. Python extensibility is also great, since Python is the language I do best. That said, and I hate to be this guy (not really), but... Emacs? * Performance: Acceptable on modern day * Goto Anything: Helm/Projectile, command palette = M-x * Text Editing: It is what emacs does be…
Whereas Sublime "just works", emacs doesn't. But when you're on Windows, boy you have to do a LOT to get it to just work. I tried it (and spacemacs, as I'm quite familiar with vim) last month for doing some python work on Windows... I just gave up after 2 days.
But after that it was relatively plain-sailing for me. What else was troubling you? Note: it's possible that we've got totally different workloads and needs - not saying you're doing anything wrong, I'm just curious
[0] - OK you don't have to dig far, (it's on https://www.gnu.org/software/emacs/download.html) but it still annoys me a tiny bit
Re: Sublime Text 3.0
#545Re: Sublime Text 3.0
#546Re: Sublime Text 3.0
#547Earlier quoted context omitted.
Don't forget: it can be arbitrarily extended in a popular programming language and it has an unrestricted free trial.
ST or Emacs?
As an aside I found the Leo editor not too long ago. http://leoeditor.com/ -- one of the few editors that made me think "that is a little new". Leo is implemented in Python.
I wish there was a modern equivalent of emacs, only all Python. :)
Re: Sublime Text 3.0
#548Sublime is probably the first GUI text editor that left me satisfied. Everything else over the years was either non-portable, slow or lacking features. After two months of use I just had to buy it, it's worth the price. - It's fast and responsive, can handle large files and personally I've never seen it leaking memory or crashing - Love the goto anything and command palette, brilliant - Text editing is great and can…
Have you ever seen UltraEdit? I dare you to try the trial, actually go through the exquisite configuration dialogs to make it yours, and then to ever look back :) This isn't as a knock on ST, which I also like, and might even sometimes prefer for pure writing or temporary notes. But it doesn't even have printing out of the box, come on. For me that's too modern.. plugins are nice, but I guess I prefer UE to ST like I…
A long time ago (>10 years) but then I mostly used IDEs for development. Didn't know it was still out there, I'll may give it another try, thanks
Re: Sublime Text 3.0
#549Earlier quoted context omitted.
Unfortunately I don't have an iPad to test with. Is it zooming to 480px wide?
Indeed it's quote large: https://i.imgur.com/6vNoC2d.png If you have a Mac laying around the office install Xcode and the Simulator to test and debug iOS devices.
Re: Sublime Text 3.0
#550While I know it might be a little hidden, I'd just like to say I'm really glad Will Bond of Package Control[0] was able to join[1] the Sublime Text team. Having first class support for Package Control in ST is definitely one of the features I value the most out of Sublime Text and IMHO one of the things that still keeps it very competitive with Atom other text editors. I use packages from ST almost every day and plus…
https://github.com/jisaacks/GitGutter
Doesn't even appear in the installable list now. Hopefully he'll get some of these hickups with package manager sorted.