Atom Editor

13 thoughts
last posted March 1, 2014, 12:14 a.m.
0
get stream as: markdown or atom
0

I'm encouraging people to share their thoughts here on Github's Atom Editor.

0

For this reason, we didn't build Atom as a traditional web application. Instead, Atom is a specialized variant of Chromium designed to be a text editor rather than a web browser. Every Atom window is essentially a locally-rendered web page.

The Nucleus of Atom

0

Looks like they've open-sourced a lot of the libraries (80+) but not the whole thing.

0

One of my editor use-cases is dealing with multi-megabyte UTF-8 polytonic Greek in syntax-highlighted formats. I've filed bugs with other editors in the past where they've performed poorly with these files.

Will be interesting to see how Atom goes.

0

Atom is free during the beta period.

...suggests it won't be after.

0

cmd-shift-P to get the command palette. Sounds familiar.

0

Unsurprisingly, one of the first things I noticed opening up an existing project was the integrated Git support.

0

I guess this answers my earlier question about multi-megabyte files:

Uncaught Error: Atom can only handle files < 1MB, for now.
0

Atom makes use of CSON which seems to be to JSON what CoffeeScript is to JSON.

Disturbingly, reading it seems to involve an eval:

result = coffee.eval(src, opts)

(see https://github.com/bevry/cson/issues/32 for details)

0

The extreme modularity of Atom reminds me a little of Eclipse. In fact, I wonder if it could be said that Atom is to the modern world of CoffeeScript, Node, etc what Eclipse is to the world of Java.

0

Does Atom Editor have an equivalent of option-click-drag?

0

cmd-D is handy for additively selecting multiple occurrences of a string for simultaneous editing of them.

repost from Atom Editor by brosner
0

For anyone questioning Atom being an odd tangent for GitHub, here's how I see it:

Chrome:Google::Atom:GitHub