Commit Graph

31451 Commits

Author SHA1 Message Date
simurai
005c6bd944 ⬆️ autocomplete-plus@v2.35.2 2017-04-06 22:44:55 +09:00
Michelle Tilley
6425b5e069 Merge pull request #14131 from atom/mkt-prepare-build-for-per-package-transpilation
Update build to pre-compile packages with per-package transpilation configs
2017-04-06 00:39:50 -07:00
Nathan Sobo
2eb3116384 ⬆️ tree-view 2017-04-05 21:18:34 -06:00
Max Brunsfeld
e0c630a9b2 ⬆️ tabs 2017-04-05 15:44:42 -07:00
Bryant Ung
2f6880a32f Merge pull request #13965 from kinvolk/krnowak/custom-install-dir
Allow specifying installation directory
2017-04-05 15:29:33 -07:00
Max Brunsfeld
9e10cdec66 ⬆️ tree-view to pre-release version using docks 2017-04-05 12:48:49 -07:00
Max Brunsfeld
c810ac4f5b Merge pull request #14136 from atom/mb-ns-dont-auto-open-dock-when-adding-item
Open docks when activating their panes, but not when adding items
2017-04-05 12:44:21 -07:00
Max Brunsfeld
caafa41f6f Open docks when activating their panes, but not when adding items 2017-04-05 12:00:38 -07:00
Nathan Sobo
6ac29939e5 Merge pull request #14125 from atom/mb-ns-open-with-item
Allow workspace item objects to be passed to Workspace.open
2017-04-05 12:59:03 -06:00
Nathan Sobo
1a6b268cab ⬆️ markdown-preview to not depend on implicit pane item copying 2017-04-05 11:38:35 -06:00
Nathan Sobo
a74d561f3c Merge pull request #14134 from atom/fb-mdt-dont-store-default-locations
Don't store default locations
2017-04-05 10:59:01 -06:00
Nathan Sobo
a8a5f832fc ⬆️ tabs to fix tests 2017-04-05 10:48:31 -06:00
Max Brunsfeld
e14e31d9b5 Don't copy workspace items that don't implement .copy()
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-04-05 10:48:31 -06:00
Thomas Johansen
0ca1cf166a Merge pull request #14135 from atom/jasonrudolph/tweak-contributing-doc
📝 Minor edits to CONTRIBUTING.md
2017-04-05 08:41:04 +02:00
Damien Guard
96ddc516f6
Run x64 before x86 Windows builds 2017-04-04 15:34:00 -07:00
Matthew Dapena-Tretter
fed2372c30 Don't store default locations
This will probably be less confusing for developers experimenting with
changing the default location. Also, we avoid storing extra info we
don't really need.
2017-04-04 14:49:34 -07:00
Bryant Ung
8bc325b922 Merge pull request #14063 from dietmar/linux_middle_mouse_8648
fixing middle mouse button clipboard paste on linux (atom:atom#8648)
2017-04-04 14:22:40 -07:00
Jason Rudolph
6187dfe1d2
📝 Use consistent capitalization for all items in list 2017-04-04 16:59:25 -04:00
Jason Rudolph
672754f1b0
📝 Use imperative phrasing for all items in list 2017-04-04 16:58:58 -04:00
Jason Rudolph
3f98ce2ac8
📝 s/suggestions is/suggestion is 2017-04-04 16:58:12 -04:00
Jason Rudolph
3885b34656
📝 s/a code blocks/a code block 2017-04-04 16:57:08 -04:00
Jason Rudolph
a36b6c4bd3
📝 Remove extraneous word 2017-04-04 16:57:03 -04:00
Matthew Dapena-Tretter
881cbbd17f Add delete() method to StateStore
This allows us to delete single items.
2017-04-04 13:45:14 -07:00
Michelle Tilley
bd31a2d166 Better wording around transpiling packages with custom transpilers 2017-04-04 12:13:04 -07:00
Max Brunsfeld
32ff2f37d9 Merge pull request #14108 from atom/fb-mdt-remember-moved-item-positions
🐛 Fix observation of moved items
2017-04-04 10:20:24 -07:00
Nathan Sobo
56cefbbc63 Support passing items to Workspace.toggle and .hide
Also, ensure that passing an item that is not yet present in the
workspace does not interfere with resolving the location where we want
to place the item.
2017-04-04 11:18:12 -06:00
Max Brunsfeld
1552854f3b Allow workspace item objects to be passed to Workspace.open 2017-04-04 11:18:12 -06:00
Michelle Tilley
2d5b533530 Allow root package paths to contain 'node_modules' 2017-04-04 07:54:35 -07:00
Michelle Tilley
155c3a14bf Perform per-package transpilation on bundled packages during build 2017-04-04 07:54:14 -07:00
Antonio Scandurra
0e1bc58310 ⬆️ electron-link 2017-04-04 11:36:49 +02:00
Wliu
03be104141 Merge pull request #14119 from cs150bf/fix-14109-and-13978
Fix issue #14109 and #13978
2017-04-03 19:07:17 -04:00
Nathan Sobo
67fc7d0ccb Merge pull request #14107 from atom/fb-mdt-open-always-adds-item
Always add opened items to the workspace
2017-04-03 15:42:11 -06:00
Nathan Sobo
95be4c5c99 Upgrade bundled packages to not rely on activateItem: false
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2017-04-03 13:36:52 -06:00
Antonio Scandurra
d9ebd7e125 Merge pull request #14116 from atom/as-main-module-path-variable
Assign `Package.prototype.mainModulePath` eagerly for preloaded packages
2017-04-03 14:48:35 +02:00
Hong Chen
89dae42092 Fix issue https://github.com/atom/atom/issues/14109 and https://github.com/atom/atom/issues/13978
First argument to dialog.showSaveDialog() needs to be a BrowserWindow

https://github.com/electron/electron/blob/master/docs/api/dialog.md
https://github.com/electron/electron/blob/master/lib/browser/api/dialog.js
2017-04-03 20:47:36 +08:00
Antonio Scandurra
6ecb9086ee Assign Package.prototype.mainModulePath eagerly for preloaded packages
Many packages currently use this instance variable instead of calling
`Package.prototype.getMainModulePath`. With this commit we will eagerly
compute it for preloaded packages too and therefore prevent third party
packages that rely on this implementation detail from breaking.
2017-04-03 14:11:23 +02:00
Antonio Scandurra
6a8d0915db Fix deactivating and reactivating preloaded package 2017-04-03 10:34:32 +02:00
Antonio Scandurra
cef72fd66f Merge pull request #14080 from atom/as-preload-packages
Packages preloading
2017-04-03 09:59:34 +02:00
Wliu
98b40c98da 📝 Update Arch dependencies
Fixes #14110
[ci skip]
2017-04-02 11:30:50 -04:00
Damien Guard
cf1d66f88c Merge pull request #14104 from kierans/fix-build-scripts
Fixes #14102 to use ATOM_HOME if present.
2017-04-01 19:02:56 -07:00
simurai
1ebd317f1a ⬆️ one-light-ui@v1.10.0 2017-04-01 10:41:22 +09:00
Matthew Dapena-Tretter
4ed53578ce 🐛 Fix observation of moved items
`PaneContainer::onDidAddPaneItem` isn't triggered on moves.
2017-03-31 16:48:49 -07:00
Lee Dohm
22807a1aa3
⬆️ autocomplete-plus@2.35.1 2017-03-31 15:15:01 -07:00
Matthew Dapena-Tretter
9663101671 Always add opened items to the workspace
This commit changes the behavior of `open()` so that the item will be
added to the workspace—even if the `activateItem` option is false.

This provides a way to open (and add) an item without activating it,
but removes the ability to open without adding. For that, we've made
the `createItemForURI()` method public 😊
2017-03-31 14:17:09 -07:00
Nathan Sobo
5557219fbc Merge pull request #14027 from atom/fb-mdt-save-focused-pane-item
Add `saveFocusedPaneItem()` and call it in "core:save" command
2017-03-31 13:57:50 -06:00
Nathan Sobo
5272fc5f88 Merge pull request #14103 from atom/fb-mdt-workspace-dot-hide
Add `atom.workspace.hide()`
2017-03-31 13:05:37 -06:00
Matthew Dapena-Tretter
dec52a7384 Add atom.workspace.hide()
This adds an method for hiding items by URI and re-implements
`toggle()` in terms of it. (tbh it's really just extracting most of
`toggle()` into a new function.)
2017-03-30 17:37:55 -07:00
Kieran Simpson
31cbdb44d8 Fixes #14102 to use ATOM_HOME if present. 2017-03-31 11:25:04 +11:00
Max Brunsfeld
128f661e1e ⬆️ tabs 2017-03-30 13:17:58 -07:00
Max Brunsfeld
76538fc43a Merge pull request #13977 from atom/fb-mdt-docks
Docks
2017-03-30 13:16:26 -07:00