Commit Graph

31413 Commits

Author SHA1 Message Date
Wliu
d861e3a39e ⬆️ autocomplete-css@0.16.1 2017-03-20 16:53:36 -04:00
Max Brunsfeld
91780e6f18 Merge branch 'master' into fb-mdt-docks 2017-03-20 11:26:42 -07:00
Max Brunsfeld
89b338f819 ⬆️ packages in preparation for docks feature 2017-03-20 11:25:38 -07:00
Antonio Scandurra
2ce66a724c Ensure packagesCache exists before accessing it 2017-03-20 17:23:06 +01:00
Antonio Scandurra
e2637aac78 🎨 2017-03-20 10:20:36 +01:00
Antonio Scandurra
c156c9b7ea ⬆️ less-cache 2017-03-20 10:11:04 +01:00
Antonio Scandurra
95cf200a7c Merge branch 'as-snapshot-atom-environment' into as-ns-optimize-stylesheets-loading
# Conflicts:
#	script/tdd
2017-03-20 10:06:57 +01:00
Antonio Scandurra
31692f6e6c Merge branch 'master' into as-snapshot-atom-environment 2017-03-20 09:58:15 +01:00
Antonio Scandurra
650ec8a94c ⬆️ keybinding-resolver 2017-03-20 09:57:58 +01:00
Antonio Scandurra
17611889d3 Use core/ instead of <embedded> for keymaps loaded during snapshot 2017-03-20 09:56:40 +01:00
Matthew Dapena-Tretter
417e9c6979 Add tests for open() and docks 2017-03-18 15:32:01 -07:00
Matthew Dapena-Tretter
47cdc74b6a Only count panes in center in workspace test 2017-03-18 15:32:01 -07:00
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