Matthew Dapena-Tretter
d854a88dbb
Add workspace.toggle()
method
2017-03-18 15:32:01 -07:00
Matthew Dapena-Tretter
5b4f402278
Add toggle commands
2017-03-18 15:32:01 -07:00
Matthew Dapena-Tretter
5c7bd66896
Remember previous item locations
2017-03-18 15:32:01 -07:00
Matthew Dapena-Tretter
64e290b57f
Make open() location aware
2017-03-18 15:32:01 -07:00
Matthew Dapena-Tretter
238ce1d8cd
Make workspace inspection methods location-aware
2017-03-18 15:32:00 -07:00
Matthew Dapena-Tretter
a6424a795e
Separate searching panes from creation
2017-03-18 15:32:00 -07:00
Matthew Dapena-Tretter
939ebb3ddf
Add findRightmostSibling and findBottommostSibling methods
2017-03-18 15:32:00 -07:00
Matthew Dapena-Tretter
3ff830102f
Serialize docks
2017-03-18 15:31:57 -07:00
Matthew Dapena-Tretter
bf39947eee
Add Dock component
2017-03-18 15:31:51 -07:00
Wliu
edf012e32d
Merge pull request #14026 from atom/wl-update-css-languages
...
Update CSS languages, autocomplete-css
2017-03-17 17:01:06 -04:00
Wliu
f58a467cc5
⬆️ autocomplete-css@0.16.0
2017-03-17 16:05:12 -04:00
Wliu
c16c7a2a46
⬆️ language-sass@0.59.0
2017-03-17 16:04:51 -04:00
Wliu
9fe5ddd13b
⬆️ language-less@0.32.0
2017-03-17 16:04:33 -04:00
Antonio Scandurra
6722450b7e
Merge pull request #14021 from atom/as-fix-snapshot-stack-traces
...
Use the generated snapshot source map in `source-map-support`
2017-03-17 18:05:42 +01:00
Antonio Scandurra
784d5043cf
Set also defaultSettings.core.projectHome when initializing Config
2017-03-17 17:40:08 +01:00
Antonio Scandurra
934c377af6
Fix tests
2017-03-17 17:04:11 +01:00
Antonio Scandurra
7ca204dc4b
⬆️ atom-keymap
2017-03-17 16:34:43 +01:00
Antonio Scandurra
d94c8811f3
Replace CommandRegistry.addBundled with a boolean param in .add
2017-03-17 16:19:25 +01:00
Antonio Scandurra
16d1859bb9
⬆️ spell-check
2017-03-17 16:00:58 +01:00
Antonio Scandurra
ae48ab1186
⬆️ spell-check
2017-03-17 15:26:59 +01:00
Antonio Scandurra
2f9a9ed657
Merge branch 'master' into as-snapshot-atom-environment
2017-03-17 15:25:10 +01:00
Antonio Scandurra
7534fbbeb7
Fix lint errors
2017-03-17 14:58:36 +01:00
Antonio Scandurra
24293c1596
Merge pull request #14022 from atom/revert-13823-as-use-babel6
...
Revert "Upgrade to Babel 6 and apply fewer transformations when transpiling babel files"
2017-03-17 14:55:18 +01:00
Antonio Scandurra
54a813eda9
Exclude graceful-fs from snapshot
2017-03-17 13:31:21 +01:00
Antonio Scandurra
ccbb276bf5
Bake source maps into the snapshot
2017-03-17 13:25:00 +01:00
Antonio Scandurra
0c8e515f9f
Don't change on{Will,Did}ThrowError events parameter
2017-03-17 13:16:23 +01:00
Antonio Scandurra
bade347e01
Revert "Upgrade to Babel 6 and apply fewer transformations when transpiling babel files"
2017-03-17 12:40:38 +01:00
Antonio Scandurra
cbe60bd53d
Use the generated snapshot source map in source-map-support
...
This will report the correct file and line numbers on stack traces
instead of always showing `<embedded>:absoluteLineNumber`. As a result,
it will also fix the `notifications` package, which will be able again
to identify which package threw an exception and to create an issue on
its repository.
2017-03-17 12:28:22 +01:00
Matthew Dapena-Tretter
7f5ad9a359
Add workspace center
2017-03-16 14:45:09 -07:00
Matthew Dapena-Tretter
62926e6b5b
Don't mutate list during iteration
...
I saw a situation where this was calling `destroy()` on `undefined`—
presumably because destroying one caused the list to be mutated
elsewhere and the indexes to shift.
2017-03-16 14:45:09 -07:00
Wliu
ab17e4042b
⬆️ language-coffee-script@0.48.6
2017-03-16 17:19:24 -04:00
Antonio Scandurra
c1dbf488d9
Delete unused build scripts
2017-03-16 21:09:51 +01:00
Antonio Scandurra
e3596ce7a9
🔥 Remove parserlib
2017-03-16 21:09:18 +01:00
Antonio Scandurra
81af989f0d
Merge branch 'master' into as-snapshot-atom-environment
2017-03-16 21:08:41 +01:00
Nathan Sobo
306968aa53
⬆️ text-buffer
2017-03-16 13:20:38 -06:00
Max Brunsfeld
df1210cc3f
⬆️ find-and-replace
2017-03-16 09:34:19 -07:00
Antonio Scandurra
ad6a5ac3bf
Don't send did-resolve-proxy
messages to destroyed windows
...
This should fix some main process test failures we are observing on
AppVeyor.
2017-03-16 15:58:54 +01:00
Antonio Scandurra
e9bf53fc3b
Merge pull request #13916 from atom/as-ns-startup-snapshot
...
Startup Snapshot
2017-03-16 12:22:01 +01:00
Antonio Scandurra
a8b885c4d5
Merge branch 'master' into as-ns-startup-snapshot
2017-03-16 10:52:34 +01:00
Antonio Scandurra
6da748ee67
⬆️ autocomplete-atom-api and autocomplete-css
2017-03-16 10:52:09 +01:00
Antonio Scandurra
9ff213d27b
⬆️ autocomplete-html
2017-03-16 10:13:41 +01:00
Antonio Scandurra
b2983f63ba
Replace backward with forward slashes when requiring files on Windows
2017-03-15 13:26:31 +01:00
Antonio Scandurra
d95a5f1d3c
Revert "Clear compile-cache on AppVeyor"
...
This reverts commit 7caeb3d852
.
2017-03-15 10:38:13 +01:00
Antonio Scandurra
7caeb3d852
Clear compile-cache on AppVeyor
2017-03-15 09:49:05 +01:00
Ian Olsen
bc8d961ae7
Merge pull request #14004 from atom/ks-log-typo
...
Fix typo in logged message during build
2017-03-14 12:23:54 -07:00
Kevin Sawicki
52fb79172c
Dowloading -> Downloading
2017-03-14 12:17:50 -07:00
Kevin Sawicki
09b9e57cb4
⬆️ Upgrade to Electron 1.3.14 with snapshot patch
2017-03-14 11:57:26 -07:00
Antonio Scandurra
4f87dad604
⬆️ incompatible-packages
2017-03-14 18:01:30 +01:00
Antonio Scandurra
d623a41243
Merge pull request #13982 from liuderchi/run_benchmark_menu_update
...
Adding 'Run Benchmark' menu item for win32 and linux platform
2017-03-14 17:57:33 +01:00
Antonio Scandurra
56aae269e9
⬆️ autocomplete-plus
2017-03-14 15:03:39 +01:00