Nathan Sobo
4ce68fe5d8
Merge remote-tracking branch 'origin/master' into ns-remove-telepath-from-core
2014-01-04 09:39:57 -07:00
Nathan Sobo
289e7d56c3
Upgrade to reactionary 0.2.0 for built-in property accessors mixin
2014-01-04 09:39:30 -07:00
Nathan Sobo
8da9e8ddc1
Rename nostalgia to serializable
...
This name was surprisingly available and better matches this module's
utilitarian nature.
2014-01-03 18:32:44 -07:00
Nathan Sobo
a68694e6e2
Upgrade to nostalgia 0.3.0 for ability to override mixin properties
2014-01-03 17:54:59 -07:00
probablycorey
98b5a400e6
Update packages that use new tool panel appending api
2014-01-03 16:52:38 -08:00
Nathan Sobo
c6770aa83e
Merge remote-tracking branch 'origin/master' into ns-remove-telepath-from-core
...
Conflicts:
package.json
src/pane.coffee
2014-01-03 17:46:45 -07:00
Nathan Sobo
e26d97d5ac
Remove telepath as a core dependency
2014-01-03 17:42:11 -07:00
Ben Ogle
c8663541f0
Upgrade to fnr@0.65.0
2014-01-03 15:55:40 -08:00
Kevin Sawicki
a7494cf649
Upgrade to first-mate@0.11.0 for clojure grammar fix
...
Closes #1349
2014-01-03 14:27:24 -08:00
Nathan Sobo
3d494ed9fa
Merge pull request #1337 from atom/ns-fix-mini-editor-leak
...
Fix mini editor leak
2014-01-03 11:58:02 -08:00
Kevin Sawicki
5e5ba63c59
Move fstream from build to dev dependency
2014-01-03 09:38:57 -08:00
Nathan Sobo
77dba8d19b
Merge branch 'master' into ns-fix-mini-editor-leak
2014-01-03 10:03:25 -07:00
Kevin Sawicki
4f6c655294
Remove grunt-download-atom-shell as package dependency
2014-01-03 08:32:23 -08:00
Kevin Sawicki
673d2330f0
Add jasmine-node/jasmine-focused to dependencies
2014-01-03 08:32:23 -08:00
Kevin Sawicki
c2cd1cd13d
Remove devDependencies from package.json
...
They are now stored as dependencies in tasks/package.json
2014-01-03 08:32:22 -08:00
Nathan Sobo
821debcb85
Make Editor, DisplayBuffer, TokenizedBuffer to not use telepath
...
This commit introduces dependency on a new npm called
[reactionary](https://github.com/atom/reactionary ). It will serve as a
*much* lighter weight model framework to provide the reactive features
of telepath without the replication logic.
Specs are still failing for panes and workspace. I plan to just roll
forward and remove the telepath dependency from them as well.
2013-12-31 18:19:53 -07:00
Kevin Sawicki
b9395d2946
Add harmony collections when unavailable
...
grunt could be invoked without harmony collections enabled which
would previously cause exceptions to be logged when modules requiring
them (emissary) were loaded.
2013-12-31 17:02:16 -08:00
Kevin Sawicki
b5c8e3e1fe
Upgrade to first-mate@0.10.0
2013-12-31 15:15:40 -08:00
Kevin Sawicki
9962ce9859
Implement createToken in Syntax
2013-12-31 15:15:40 -08:00
Kevin Sawicki
6f5d85edb9
Use grammar registry from first-mate
2013-12-31 15:15:39 -08:00
Kevin Sawicki
a78613b7e5
Upgrade to first-mate@0.6.0
2013-12-31 15:15:39 -08:00
Kevin Sawicki
686ebf8759
Upgrade to spell-check@0.18.0 for spec description tweaks
2013-12-31 11:58:23 -08:00
Nathan Sobo
66831ce8b9
Subclass the text-buffer npm TextBuffer
2013-12-31 12:46:47 -07:00
Nathan Sobo
dd2c6d2f24
Eliminate TextBuffer's dependence on telepath
...
Atom's TextBuffer now relies on the text-buffer npm for its core
functionality.
2013-12-31 12:13:15 -07:00
probablycorey
30a175230a
Update feedback package
2013-12-31 11:11:21 -08:00
Kevin Sawicki
f59080ec74
Upgrade to language-gfm@0.11.0
2013-12-24 09:14:16 -08:00
Ben Ogle
f5ca836e49
Add background-tips package
...
Fixes #1217
2013-12-21 09:00:08 -08:00
Ben Ogle
ffbd15eb98
Upgrade scandal@0.9.0
2013-12-19 16:12:29 -08:00
Ben Ogle
66fa9d6a42
Upgrade to find-and-replace@0.63.0
2013-12-19 13:32:42 -08:00
Ben Ogle
8c7649dd57
Update the styleguide and themes for background-message
2013-12-19 12:27:11 -08:00
Ben Ogle
b9fd05ba1e
Upgrade to feedback@0.20.0
2013-12-19 11:39:27 -08:00
Kevin Sawicki
a012248316
Upgrade to tree-view@0.51.0 for menu tweak
2013-12-19 08:40:30 -08:00
Kevin Sawicki
53ccf7cf87
Upgrade to command-palette@0.14.0 refs #1339
2013-12-19 08:38:56 -08:00
Kevin Sawicki
fbda0028ca
Upgrade to feedback@0.19.0
2013-12-19 08:24:18 -08:00
Nathan Sobo
42b203d502
🚱 Fix mini editor leak
...
Previously, we were overriding Editor::destroy, which is now provided
by telepath. Since the real destroy wasn't being called, we were failing
to remove editors associated with mini editor views.
2013-12-18 17:05:34 -07:00
Nathan Sobo
7d47527b17
Merge remote-tracking branch 'origin/master' into ns-telepathic-pane-items
2013-12-18 16:14:44 -07:00
Nathan Sobo
197d185ea4
Upgrade settings view to 0.52.0 for forward compatibility with #1326
2013-12-18 16:12:54 -07:00
Nathan Sobo
da2487ba84
Upgrade archive view to 0.17.0 for forward compatibility with #1326
2013-12-18 16:11:36 -07:00
Nathan Sobo
fd7c3f3980
Merge branch 'master' into ns-telepathic-pane-items
...
Conflicts:
src/pane.coffee
2013-12-18 13:07:37 -07:00
Nathan Sobo
267b1bdce6
Upgrade to image-view 0.11.0 for forward-compatibility with #1326
...
It makes ImageView a telepath model subclass so panes don't have to
manually manage serialization.
2013-12-18 12:03:10 -07:00
Nathan Sobo
4223ea25ee
Update telepath to 0.80.0 so we drop old serialized states
...
Now that we've added custom objects, any pane items that serialized as
raw telepath objects are invalid. This is a quick way to cut through
any of those kinds of issues.
2013-12-18 11:19:14 -07:00
Kevin Sawicki
b7c227dbfc
Upgrade to autocomplete@0.19.0 for tab completion
2013-12-18 08:14:29 -08:00
Matt Colyer
1bf1785885
Upgrade fs-plus@0.13.0
2013-12-17 16:41:10 -08:00
Nathan Sobo
e40b7b1412
Update to telepath 0.79.0 so representation creation can be delayed
...
Instead of creating representations for a class as soon as the class is
registered, we wait until all representation classes are registered and
call `::createRepresentations` on the Atom global to build everything in
a single bottom up traversal.
2013-12-17 17:05:54 -07:00
Nathan Sobo
611559ecd6
Fix pane spec. Fully test serialization lifecycle via ::testPersistence.
2013-12-17 17:05:54 -07:00
Nathan Sobo
c74783ebbf
Allow telepath to manage serialization of non-telepathic pane items
...
This is the first step in converting Pane into a telepath model. We skip
interaction with the deserializer for items and allow telepath to handle
everything. There's actually a preexisting replication error in moveItem
that I'm going to leave until we drop out a Pane model.
2013-12-17 17:05:54 -07:00
Nathan Sobo
105f74e15e
Merge pull request #1305 from atom/ns-telepathic-atom-global
...
Make atom global a Telepath model subclass
2013-12-17 15:56:34 -08:00
Matt Colyer
e3e83918e5
Update to underscore-plus@0.6.1
2013-12-17 15:47:48 -08:00
Matt Colyer
3187013eac
Upgrade underscore-plus@0.6.0
2013-12-17 15:35:27 -08:00
Nathan Sobo
e7b632eb18
Merge branch 'master' into ns-telepathic-atom-global
2013-12-17 16:30:24 -07:00