Corey Johnson & Nathan Sobo
cd97de76fc
💄
2014-01-07 17:28:53 -07:00
Corey Johnson & Nathan Sobo
25c099f3a2
Serialize the items and activeItem via PaneModel
...
This necessitates setting the ::activeView based on the model's
::activeItem instead of doing it in ::showItem.
2014-01-07 17:23:29 -07:00
Kevin Sawicki
eb39b8505e
Upgrade to timecop@0.12.0
2014-01-07 15:49:19 -08:00
Kevin Sawicki
7a90cc46ad
Merge pull request #1373 from atom/ks-space-pen-3
...
Upgrade to space pen 3
2014-01-07 15:09:52 -08:00
Kevin Sawicki
c6c1cb233d
Upgrade to space-pen@3.0.3
2014-01-07 14:56:07 -08:00
Kevin Sawicki
f9e37c9b47
Upgrade to space-pen@3.0.2
2014-01-07 14:56:07 -08:00
Kevin Sawicki
dfb6835449
Upgrade to space-pen@3.0.1
2014-01-07 14:56:07 -08:00
Kevin Sawicki
bf13b426c5
Upgrade to space-pen@3.0.0
2014-01-07 14:56:07 -08:00
Corey Johnson & Nathan Sobo
14175d80ef
Move Pane::activeItem to PaneModel
2014-01-07 15:46:17 -07:00
Corey Johnson & Nathan Sobo
c99e211144
Store Pane items in PaneModel
2014-01-07 15:42:23 -07:00
Nathan Sobo
1d04cbf584
Enable harmony proxies
...
I want to use these in the pane-models branch, so it will be helpful
if they are enabled in atom stable since it's an atom-shell level
setting.
2014-01-07 15:19:51 -07:00
Kevin Sawicki
92650e079f
Upgrade to feedback@0.22.0 for 🐎
2014-01-07 13:49:54 -08:00
Kevin Sawicki
f29ce127db
Default windowState to empty hash JSON string
2014-01-07 11:19:38 -08:00
Nathan Sobo
b29f1965f0
Move more methods into text-buffer npm
2014-01-07 10:19:43 -07:00
Nathan Sobo
48a2a1934b
Start moving text related methods to text-buffer npm
2014-01-07 09:18:59 -07:00
Cheng Zhao
bb65a1a47e
Update first-mate to v0.12.0.
2014-01-07 18:48:14 +08:00
Cheng Zhao
f6a8b72fd4
Update node-oniguruma to v0.26.0.
2014-01-07 18:48:03 +08:00
Cheng Zhao
196e908961
Default window state should be empty object.
...
Setting default window state to empty string would cause the "Error
parsing window state" error in Atom.loadDocumentState.
2014-01-07 18:48:03 +08:00
Cheng Zhao
72744494b8
Also use node-vm-compatibility-layer in renderer.
2014-01-07 18:48:03 +08:00
Cheng Zhao
c287be1725
Fix bootstrap in renderer.
2014-01-07 18:48:03 +08:00
Cheng Zhao
28ec1f3e2d
delegate.browserMainParts.preMainMessageLoopRun is discarded.
2014-01-07 18:48:03 +08:00
Cheng Zhao
d0bf769896
Use node-vm-compatibility-layer module.
2014-01-07 18:48:03 +08:00
Kevin Sawicki
8fe60b5838
Merge pull request #1366 from atom/ks-async-directory
...
Make Directory::getEntries asynchronous
2014-01-06 18:06:29 -08:00
Kevin Sawicki
484a7c95ee
Upgrade to tree-view@0.57.0
2014-01-06 17:25:26 -08:00
Kevin Sawicki
44a3365787
Rename getRealPath to getRealPathSync
2014-01-06 17:25:26 -08:00
Kevin Sawicki
f3e88b56f3
🐎 Reduce stat calls when building entries
...
Previously every entry was stated twice to determine if it was a
file/directory and a symbolic link.
Now the second stat call is only made if lstat returns stat details
for a symbolic link.
2014-01-06 17:25:26 -08:00
Kevin Sawicki
d618472f95
Specify error as first argument
2014-01-06 17:25:26 -08:00
Kevin Sawicki
a45ffb3aaa
Add async Directory::getEntries
2014-01-06 17:25:26 -08:00
Kevin Sawicki
1d2b2eec4c
Add Sync suffix to Directory::getEntries
2014-01-06 17:25:26 -08:00
Nathan Sobo
5c1f750f94
Upgrade text-buffer to 0.9.0 for completed docs and fixed memory leak
2014-01-06 18:07:53 -07:00
probablycorey
85a6db253b
Spat the event arguments
2014-01-06 16:48:47 -08:00
Matt Colyer
72caf279a6
Merge pull request #1335 from atom/fix-windows-specs
...
Return windows specs to green
2014-01-06 16:34:19 -08:00
Nathan Sobo
05ff058ca5
Upgrade to text-buffer 0.8.0 to restore all removed Point/Range methods
2014-01-06 17:31:05 -07:00
probablycorey
022ead9228
Rename error event to uncaught-error
2014-01-06 16:22:04 -08:00
Nathan Sobo
14fd9aac7e
Upgrade to text-buffer 0.7.0 to reintroduce Marker.fromPointWithDelta
2014-01-06 17:16:03 -07:00
probablycorey
5975884a0e
Add error event to atom global
2014-01-06 16:11:39 -08:00
Matt Colyer
e8ce559034
Merge branch 'master' into fix-windows-specs
...
Conflicts:
package.json
2014-01-06 16:02:45 -08:00
Matt Colyer
9add438ea4
Revert "Windows build status reflects package status now"
...
This reverts commit cec731b697 .
2014-01-06 15:55:21 -08:00
Nathan Sobo
d65a6c3fc4
Merge pull request #1348 from atom/ns-remove-telepath-from-core
...
The experiment is over. To be continued in a hopefully less painful way. Sorry guys.
2014-01-06 15:45:11 -08:00
Nathan Sobo
a493359b58
Upgrade text-buffer to 0.6.0
2014-01-06 16:31:53 -07:00
Nathan Sobo
d6de973500
Remove shims that call super
...
They were previously there for documentation purposes, but we've decided
to document them in the text-buffer npm directly and link it into the
documentation. This drops some of the docs on delegated methods, because
our docs generator doesn't understand `delegatesMethods` declarations,
but TextBuffer was marked private anyway so we can get back to it later.
2014-01-06 15:16:34 -07:00
Nathan Sobo
25cc37bc86
Replace {StringMarker} references with {Marker} in API docs
2014-01-06 15:13:12 -07:00
Matt Colyer
0e6bc275b7
Merge branch 'master' into fix-windows-specs
...
Conflicts:
package.json
2014-01-06 11:19:37 -08:00
Matt Colyer
cec731b697
Windows build status reflects package status now
2014-01-06 11:17:34 -08:00
Cheng Zhao
6942b82a70
Update terminal to v0.24.0.
2014-01-06 15:04:43 +08:00
Cheng Zhao
b6d5a1ddd8
Merge branch 'master' into chrome31
...
Conflicts:
package.json
2014-01-06 14:54:24 +08:00
Nathan Sobo
8d4ae33134
Don't export Model superclass in top-level atom module
...
Previously, the semantics of telepath's Model class were coupled to the
wrapped documents, so it made sense to export the Model. But now that
Model is much simpler, it makes more sense to allow individual packages
to rely on their own version of Model by requiring theorist if they want
to so we can make changes to the version of model used by core without
breaking packages.
2014-01-05 10:47:22 -07:00
Nathan Sobo
cbec03c158
Rename reactionary to theorist
2014-01-05 10:25:59 -07:00
Nathan Sobo
1fe0a1ad7b
Upgrade to text-buffer 0.5.0
2014-01-04 15:42:53 -07:00
Nathan Sobo
8b9ede8414
Upgrade text-buffer to 0.4.0 to allow 'invalidation' marker option
2014-01-04 14:16:07 -07:00