Atom
41–50 of 662 posts
Re: Atom
#42No mention of supported platforms, but the documentation refers to keyboard shortcuts like "cmd-shift-P". This isn't Mac-only, is it?
Re: Atom
#43I can't tell from this page whether it's open source -- I hope it is.
From ##atom IRC: kevinsawicki: is the actual core going to be OS? DouweM: not during the beta How is atom both invite-only and open source at the same time? tyOverby: the engine isn't open source (or at least yet)
Re: Atom
#44No mention of supported platforms, but the documentation refers to keyboard shortcuts like "cmd-shift-P". This isn't Mac-only, is it?
It's built on node-webkit and chromium, which technically works on Windows, OSX and Linux. Do you seriously think they would make an OSX only editor when there's already so many that work on all platforms?
Re: Atom
#45Re: Atom
#46Re: Atom
#47No mention of supported platforms, but the documentation refers to keyboard shortcuts like "cmd-shift-P". This isn't Mac-only, is it?
No, just normal developer monoculturalism. Same as showing only Mac screenshots that is common, or showing your website inside a Macbook, etc.
That said, it would be fairly simple to have a variable for super that resolves to ctrl/cmd on other platforms, the same way that most download pages nowadays infer your platform and show you the binary you most likely want.
Re: Atom
#48Earlier quoted context omitted.
From ##atom IRC: kevinsawicki: is the actual core going to be OS? DouweM: not during the beta How is atom both invite-only and open source at the same time? tyOverby: the engine isn't open source (or at least yet)
Welp, makes that decision easy. Not making the most important tool in my toolbox one that I can't hack to my liking.
EDIT: Plus, if an editor is going to join the ranks of vim and emacs in history (something which neither Sublime nor TextMate are on track to do) it has to be open source. Anything else and it's just another product.
Re: Atom
#49Can I use it online? That would be the killer feature for me, being able to code on anyone's computer in a second. Currently it's basically the only thing stopping me from being able to pick up anyone's computer and use it as I use my own.
Guessing no, because of the Node.js plugin architecture ("need to call into C or C++?", "full access to the filesystem"). Really only the UI seems to be done in WebKit.
Re: Atom
#50What's the difference between this and Emacs?