Stories
Slash Boxes
Comments

Dev.SN ♥ developers

posted by Dopefish on Friday February 28 2014, @11:00AM   Printer-friendly
from the probably-better-than-notepad dept.

Anonymous Coward writes "GitHub's Atom, a new text editor blending C++ and web technologies, is now being released as a limited beta. The new editor, which claims to have partial TextMate support, is extensible with the help of a centralized add-on manger (the same way Eclipse does) and is heavily integrated with the github platform. The final licence is not known at the moment, but the project already makes use of over 80 open source software packages.

Access to the beta is currently "invite only"."

 
This discussion has been archived. No new comments can be posted.
Display Options Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2, Interesting) by theluggage on Friday February 28 2014, @02:14PM

    by theluggage (1797) on Friday February 28 2014, @02:14PM (#8656)

    I don't know WTF they mean by "adding major features with HTML" and I am not sure whether to be intrigued or appalled.

    Sounds like HTML is the rendering engine, Javascript provides the logic.

    What you have here is a "web app" written in HTML5 + Javascript, but running from local storage instead of via http.

    That would actually be quite a handy way of writing platform-independent applications (esp. if you maybe wanted to offer a choice between a cloud-based app and a local app) except that browsers are completely paranoid about local resource access and cross-site scripting, so you quickly hit all sorts of obstacles. (the paranoia is mostly justified - although it would be nice if the anti-xss rules consistently recognised 'file://somepath/' as a 'domain' so you could at least script between resources loaded from the same directory).

    So, I think what they've done is shipped it with a version of Chromium that gives scripts full access to local resource (but is presumably appropriately paranoid about accessing the web).

    Starting Score:    1  point
    Moderation   +1  
       Interesting=1, Total=1
    Extra 'Interesting' Modifier   0  

    Total Score:   2  
  • (Score: 2) by Sir Garlon on Friday February 28 2014, @02:58PM

    by Sir Garlon (1264) on Friday February 28 2014, @02:58PM (#8692)

    What you have here is a "web app" written in HTML5 + Javascript, but running from local storage instead of via http.

    That would actually be quite a handy way of writing platform-independent applications

    Wouldn't it also be a handy attack vector?

    --
    [Sir Garlon] is the marvellest knight who is now living, for he destroyeth many good knights, for he goeth invisible.