Corey Johnson & Nathan Sobo 1b8a8cf939 Make UndoManager.clear not cancel the transaction
If an exception is thrown while running an operation, we clear the
undo manager and re-throw it. But if we were in a transaction, we will
commit it in a `finally` block. If the transaction is set to null,
committing the transaction will then throw an exception which hides
the original exception… we don't want that. Now clear just empties the
current transaction out.
2013-05-03 17:21:50 -06:00
2013-04-26 15:36:11 -07:00
2013-02-19 10:02:09 -07:00
2013-04-03 14:44:30 -03:00
2013-04-20 09:53:50 -07:00
2013-04-16 09:46:49 -07:00
2013-02-05 12:03:56 -08:00
💄
2013-04-29 12:10:40 -07:00
2013-04-29 18:02:40 -07:00
2013-02-11 09:31:16 -08:00
2013-04-26 15:36:12 -07:00
2013-04-18 21:08:33 -07:00
2013-04-24 18:08:27 -07:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Building from source

Requirements

  • Mountain Lion
  • The Setup™ or Boxen
  • Xcode (available in the App Store)

Installation

  1. gh-setup atom

  2. cd ~/github/atom && rake install

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