Thomas Johansen
a8147c09a2
🔥 Remove console.log shims
2015-11-18 17:46:20 +01:00
Daniel Hengeveld
962b814bb6
add node version to fingerprint
2015-11-18 16:13:58 +01:00
Nathan Sobo
d0cb8e2c55
Store project directory paths as state on AtomWindow in browser process
...
Fixes #9574
Previously, we were storing the project directory paths as the
`initialPaths` key in load settings, which were accessed in the browser
process by reading the URL hash. However, this URL hash was not always
available, subjecting us to timing issues when opening multiple files
in the same folder in rapid succession.
We now store the project directory paths directly on AtomWindow
instances on creation, then RPC changes from the render process to the
browser process with a custom code path.
Shout out to :airplane::finnadie:’d @as-cii on this for pairing with me.
2015-11-17 21:00:13 -08:00
Wliu
b38e4bc928
⬆️ language-ruby@0.64.0
2015-11-17 22:55:32 -05:00
Wliu
91f4ab1f1c
⬆️ whitespace@0.32.1
2015-11-17 20:34:51 -05:00
Wliu
b9cd7e6890
⬆️ language-javascript@0.101.1
2015-11-17 20:21:53 -05:00
Wliu
082ebdb584
⬆️ language-ruby@0.63.0
2015-11-17 20:18:02 -05:00
Wliu
12935b4c13
⬆️ language-python@0.42.1
2015-11-17 20:15:29 -05:00
Nathan Sobo
6b877df0d9
1.3.0-beta4
2015-11-17 16:58:48 -08:00
Nathan Sobo
9537007a2a
Merge branch 'beta'
2015-11-17 16:57:33 -08:00
Nathan Sobo
e475065b45
Merge branch 'stable' into beta
2015-11-17 16:57:19 -08:00
Nathan Sobo
b0fda338dd
1.2.2
2015-11-17 16:47:36 -08:00
Nathan Sobo
668aa0532e
Merge pull request #9665 from atom/ns-fix-remove-event-listeners
...
Fix removeListener calls
2015-11-17 16:46:25 -08:00
Nathan Sobo
aa7c85ad13
Merge pull request #9664 from atom/ns-fix-package-deserializers
...
Load packages before deserializing workspace
2015-11-17 16:46:21 -08:00
Nathan Sobo
6e72ebb886
Load packages before deserializing workspace
...
This ensures that package-defined deserializers work.
2015-11-17 16:28:53 -08:00
Nathan Sobo
3b2c6afdaf
Fix removeListener calls
2015-11-17 16:23:38 -08:00
Wliu
763e2b0a6f
Merge pull request #9655 from atom/wl-update-language-javascript
...
Update language-javascript to v0.101.0
2015-11-17 17:35:06 -05:00
Nathan Sobo
45f8eae887
Merge branch 'beta'
2015-11-17 14:00:30 -08:00
Nathan Sobo
dffe63b103
1.3.0-beta3
v1.3.0-beta3
2015-11-17 11:46:47 -08:00
Nathan Sobo
8da44c4dfc
Discard highlights that end above the visible row range
...
Fixes #9628
2015-11-17 11:45:51 -08:00
Wliu
3a34a95947
✅ Update TokenizedBuffer specs
2015-11-17 12:47:14 -05:00
Wliu
049672383c
⬆️ language-javascript@0.101.0
2015-11-17 12:41:54 -05:00
Nathan Sobo
6862610e70
Merge branch 'beta'
2015-11-17 08:53:27 -08:00
Nathan Sobo
192e804c8f
Fix specs. Duh.
v1.3.0-beta2
2015-11-17 08:53:13 -08:00
Daniel Hengeveld
8005d53c3a
Add a couple missing commas
2015-11-17 17:42:51 +01:00
Daniel Hengeveld
cbeca5ad07
Add fingerprint after build in ciTasks
2015-11-17 17:42:17 +01:00
Daniel Hengeveld
24f385db2c
Add fingerprint grunt task
2015-11-17 17:42:04 +01:00
Daniel Hengeveld
5dfed6d222
Move fingerprinting to utils
2015-11-17 17:41:45 +01:00
Daniel Hengeveld
d1434b82ea
Generate fingerprint for CI
...
Here we save a SHA of the package.json and process.platform, and if
it’s unchanged, we don’t clean up the node_modules folder.
2015-11-17 17:02:26 +01:00
Daniel Hengeveld
a121535d5c
Add travis cache config
2015-11-17 16:59:43 +01:00
Daniel Hengeveld
604eb66d0c
Merge pull request #9539 from atom/sm-file-extensions
...
Add more file extensions
2015-11-17 14:29:15 +01:00
Wliu
86e608dc56
⬇️ language-javascript@0.100.0
...
Specs need to be updated for the changes in 0.101.0
2015-11-16 21:53:57 -05:00
simurai
4ba4fe856b
⬆️ language-javascript@v0.101.0
2015-11-17 11:20:11 +09:00
simurai
9b649a3108
⬆️ welcome@v0.33.0
2015-11-17 11:08:57 +09:00
Nathan Sobo
af22a149bd
Replace getLongTitle with getUniqueTitle
2015-11-16 13:47:23 -08:00
Douwe Maan
f93565708b
Close empty active window when Close command is given
2015-11-16 17:54:06 +01:00
Ivan Zuzak
cf07f44ed3
Attaching crash reports as file attachments is an option as well
2015-11-16 14:37:17 +01:00
abe33
2696f49385
🐛 Fix typo in project deserializer method
...
Addresses #9598
2015-11-16 10:06:35 +01:00
Nathan Sobo
965b3dc37f
Merge branch 'beta'
2015-11-15 23:36:40 -08:00
Nathan Sobo
baf2e24e53
⬆️ text-buffer
2015-11-15 23:36:03 -08:00
Wliu
84e18b281e
⬆️ markdown-preview@0.156.2
2015-11-15 10:54:41 -05:00
Wliu
f99f5830e0
Merge pull request #9585 from atom/wl-apm-cmd
...
Add apm.cmd
2015-11-13 19:17:24 -05:00
Nathan Sobo
1955a549a2
Merge branch 'beta'
2015-11-13 16:32:42 -07:00
Nathan Sobo
42a41c4db6
1.3.0-beta2
2015-11-13 16:31:37 -07:00
Nathan Sobo
6611246acf
Merge branch 'beta'
2015-11-13 16:23:56 -07:00
Nathan Sobo
be7082093e
Merge branch 'stable' into beta
2015-11-13 16:23:36 -07:00
Antonio Scandurra
1a8e2c6f8d
🎨
2015-11-13 16:23:32 -07:00
Antonio Scandurra
62de930b03
Set initialLoadComplete to true only in test mode
2015-11-13 16:23:24 -07:00
Wliu
32ec2b0270
🏁 Add apm.cmd
2015-11-13 18:14:37 -05:00
Nathan Sobo
7e902bc31e
1.2.1
v1.2.1
2015-11-13 16:14:25 -07:00