Nathan Sobo c6a0e385f7 Always include text in serialized buffer state; also include isModified
Previously, we were not including the text when serializing an
unmodified buffer. We would use the absence of the text field to
determine that the buffer was previously unmodified when deserializing.
The problem is that text now stores the markers associated with the
buffer, and we want to retain those across serialization regardless of
the modified status. So now I include the text always, along with an
isModified flag which if true, will tell to reload the buffer if it
has changed since we last serialized it. Reloading a buffer should
probably do a diff-and-patch in the future rather than replacing the
contents outright, so that we always preserve markers as best as we can.
2013-08-14 11:31:17 -06:00
2013-07-12 17:30:05 -07:00
2013-02-19 10:02:09 -07:00
2013-07-18 18:57:13 +08:00
2013-07-26 16:54:35 -07:00
2013-07-26 16:12:34 -07:00
2013-08-13 17:14:10 -07:00
2013-04-03 14:44:30 -03:00
2013-06-20 17:15:52 -07:00
2013-06-05 10:51:11 -07:00
2013-07-25 16:05:48 -07:00
2013-05-28 17:29:00 -07:00
2013-05-15 10:29:27 -07:00
2013-07-28 19:22:45 -07:00
2013-06-21 09:46:25 -07:00
2013-06-21 09:46:25 -07:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Installing

Download the latest Atom release from speakeasy.

It will automatically update when a new release is available.

Building

Requirements

  • Mountain Lion
  • Boxen (Obviously Atom won't release with this requirement)

Installation

  1. gh-setup atom

  2. cd ~/github/atom

  3. script/build

Description
No description provided
Readme 448 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%