Commit Graph

8 Commits

Author SHA1 Message Date
Antonio Scandurra
d94c8811f3 Replace CommandRegistry.addBundled with a boolean param in .add 2017-03-17 16:19:25 +01:00
Antonio Scandurra
ea440148d8 Fix remaining tests 2017-03-12 11:57:16 +01:00
Antonio Scandurra
284f2c62e5 Start fixing tests 2017-03-11 19:05:28 +01:00
Antonio Scandurra
7e761d39af Fall back to local storage when no history can be found 2017-03-10 14:37:37 +01:00
Antonio Scandurra
cf9a5b13e3 Replace localStorage with StateStore in HistoryManager
Instead of using `localStorage` to store and retrieve the project
history, with this commit we will use `StateStore` so that we can
retrieve state asynchronously without blocking Atom during startup.
2017-03-07 11:02:40 +01:00
Damien Guard
9d553d2cfa
Remove errant debugger call in spec 2016-12-06 22:30:01 -08:00
Damien Guard
60fc36a969
Improve array path matching in history 2016-12-06 14:29:14 -08:00
Damien Guard
8229924b96
History API, reopen project menu, command and list view 2016-10-21 15:13:59 -07:00