![]() |
|
Atom IDE goes open source - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: World News (https://sinister.ly/Forum-World-News) +--- Thread: Atom IDE goes open source (/Thread-Atom-IDE-goes-open-source) |
Atom IDE goes open source - cr33pyguy - 05-12-2014 So for anyone that didn't know, GitHub's Atom IDE has gone open source. Previously it has been in open Beta for macintosh computers, and the only complete application executable (am I using correct terminology? Sorry, not a native english speaker) is still available for OS X. However, with the source code available here it can be patched using either Git Shell, or if not installed, the default powershell/terminal. Also, to expand, the dev only needs to know JavaScript and CSS, since the IDE bases on the Chromium Atom Shell. RE: Atom IDE goes open source - Cake - 05-12-2014 What's so great about this IDE over others though? RE: Atom IDE goes open source - cr33pyguy - 05-13-2014 (05-12-2014, 06:52 PM)Kodo Wrote: What's so great about this IDE over others though? I'd say that it's the simplicity, and how modifiable it is. It looks quite like aptana studio, and uses some of aptana's functions (like press CTRL + SHIFT + P for console/input thing, whatever they call it) RE: Atom IDE goes open source - Eclipse - 05-13-2014 Only for Mac? I'll pass... RE: Atom IDE goes open source - cr33pyguy - 05-13-2014 (05-13-2014, 07:31 PM)Aurora Wrote: Only for Mac? I'll pass... That was the situation before. Now they've released the source, so you can compile it yourself with next to no effort (on both windows and Linux), especially if you have the github desktop application installed (though it's not required) RE: Atom IDE goes open source - Eclipse - 05-13-2014 (05-13-2014, 07:37 PM)cr33pyguy Wrote: That was the situation before. Now they've released the source, so you can compile it yourself with next to no effort (on both windows and Linux), especially if you have the github desktop application installed (though it's not required) Ahh, I see. Not a complete loss then. Thank you for sharing. RE: Atom IDE goes open source - cr33pyguy - 05-13-2014 (05-13-2014, 07:46 PM)Aurora Wrote: Ahh, I see. Not a complete loss then. Thank you for sharing. you're welcome :3 |