Broke the default font, ugh! Anyone know how to get the old font back?
Just add Inconsolata to your Font Family in Settings. If you want the old font size and line height too, set those to 16px and 1.3, respectively.
Atom 1.0
441–450 of 459 posts
Re: Atom 1.0
#442Earlier quoted context omitted.
I would have switched off of Emacs for some things ages ago if not for the broken behavior of the TAB key when editing text in what seems like every other editor . No, I do not ever want to insert a \t literal. Never. Ever. And if I do, I can do it with a more ponderous key sequence. But I never do. On the other hand, I need to indent a line to the correct tab stop perhaps a BILLION TIMES A DAY. Emacs has the benefit…
> Emacs has the benefit of decades of Huffman coding for its keystrokes, and I appreciate that. Huffman coding, emacs, keystrokes, ... what?
Re: Atom 1.0
#443Earlier quoted context omitted.
Yeah this is crazy. I regularly work with log files in the 100mb to 300mb range which open perfectly fine in Vim/Sublime. If I had to invest time in learning Atom I'd have to multitask between editors for certain use-cases. Maybe if they could switch to a light-weight read-only type of text "viewer" for large files, that would even work. But I really do need to open big files on a weekly basis.
Do you really want to open log files in a code editor? It's not unreasonable to say that these are two different classes of programs, with different basic requirements.
I can open larger files with emacs, nano, vim, nvi, ed etc., so I think that it's fair to say that the limited buffer size plaguing Atom is a solved problem generally. Somehow it has a built-in package manager, but falls short of ed on very basic text editing facilities.
Re: Atom 1.0
#444Earlier quoted context omitted.
> Emacs has the benefit of decades of Huffman coding for its keystrokes, and I appreciate that. Huffman coding, emacs, keystrokes, ... what?
The most commonly used functions in Emacs are assigned to the shortest key bindings.
Re: Atom 1.0
#445Earlier quoted context omitted.
You have felt it is easy to install, debug, and write vim plugins? As a vim user, I am super curious how?
Installing and managing plugins at least is pretty easy with pathogen and vundle.
Re: Atom 1.0
#446Earlier quoted context omitted.
Sorry for side-jacking this comment - but which version of Sublime, may I ask, and what OS? I'm using Sublime 2 on OS X and large files + regular expressions are generally a cause for pain. Do you have any default settings changed like disabled document preview or similar? The only thing I generally feel is a champ at regular expressions + insanely large files on OS X is TextWrangler/BBEdit. In fact, I keep TextWrang…
Any update on this long-past inquiry of the future status of Sublime Text? https://news.ycombinator.com/item?id=7565213
Re: Atom 1.0
#447Congrats to the team for reaching this important milestone. I'm a Sublime license holder, but I use Atom as much as I can, because the more open source can win, the better. However, yesterday I was doing some complex regex's (porting a random sql dump file into a seeds.rb), and Atom kept dying, whereas Sublime was pretty much instantaneous. I'm not doing the usual "Atom is slow" drum beating, but saying some underton…
I just tried it on a 14MB file to confirm, and Atom can open files larger than 2MB. (I also scrolled through the whole file just to make sure Atom wasn't cheating somehow, and it seemed to be working fine.)
Opening up a decent sized development.log did cause it to throw random errors however.
Re: Atom 1.0
#448Earlier quoted context omitted.
Firefox is a pretty solid example. Started slim as hell, gradually pulled plugins in until it was more bloated than IE and everyone moved to Chrome. They realized the problem and have started pulling back (although you could argue the opposite with the new integrations), but it still stands as an example.
Have been using Firefox since beta, hardware hasn't always been exactly latest and greatest and I really don't get this whole Firefox is bloated meme.
Re: Atom 1.0
#449Earlier quoted context omitted.
You should check out Neovim. The native scripting language is Lua, and it's a fork of the vim codebase so still fast and commands all work identically. It's still early, but I am monitoring (and supporting) the project closely.
Also, one of Neovim's banner features is asynchronous job control, which greyrest complained about.
Re: Atom 1.0
#450Earlier quoted context omitted.
I just tried it on a 35MB log file and it gave me an alert that said it was gonna be sluggish, then took about 20s to actually open the file I requested (I could navigate to other tabs in the meantime but there was no indication that anything was happening), and then once the file appeared, it took another 20s to become responsive. Searching for a string which appeared in the second line of the file took over 30s, pr…
Now try to do the same thing in Sublime 3. You can even try with ~2GB and it will be quick and responsive.