You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
Xray is an experimental Electron-based text editor informed by what we've learned in the four years since the launch of Atom. In the short term, this project is a testbed for rapidly iterating on several radical ideas without risking the stability of Atom. The longer term future of the code in this repository will become clearer after a few months of progress. For now, our primary goal is to iterate rapidly and learn as much as possible.
6
6
7
+
## Active development is on the Eon branch
8
+
9
+
We're actively developing a subcomponent of Xray called [Eon](https://github.com/atom/xray/tree/eon/eon), which is a real-time, fine-grained version control system. We're keeping that work on a branch since it's still in a pretty messy state, but Xray will eventually pull in Eon as a library and build directly on its data structures. Check out the README on that branch for more details.
0 commit comments