Commit Graph

23977 Commits

Author SHA1 Message Date
Kevin Sawicki
33accdf1f3 Match directory name to package.json name 2015-06-10 17:06:08 -07:00
Kevin Sawicki
0edce07446 Use folder name when metadata name is empty string or non-string 2015-06-10 16:46:35 -07:00
Kevin Sawicki
4d76e607f0 Use dirname for forwarding atom/apm commands
Refs #7141
2015-06-10 16:30:54 -07:00
Kevin Sawicki
f59382dbda Use dirname in win/apm.sh
Refs #6738
Refs #7141
2015-06-10 16:11:13 -07:00
Kevin Sawicki
082a9f6dde Merge pull request #6738 from jhasse/patch-1
Use dirname of $0
2015-06-10 16:00:10 -07:00
Max Brunsfeld
48ca93261f Merge pull request #7219 from atom/bf-revert-the-revert-of-pr-7022
Re-introduce atom.directory-searcher service v0.1.0.
2015-06-10 15:51:19 -07:00
Kevin Sawicki
6fa8a40884 ⬆️ language-csharp@0.6 2015-06-10 15:38:50 -07:00
Kevin Sawicki
3b6015954b Merge pull request #7176 from atom/mq-package-name-metadata
Only use package directory name as fallback
2015-06-10 15:38:31 -07:00
Michael Bolin
ad46b37cfe In workspace-spec.coffee, updated FakeSearch to match the spec, which
helped uncover a bug.
2015-06-10 23:30:42 +01:00
Michael Bolin
3c44bc06f4 Revert "Revert "Introduce atom.directory-searcher service v0.1.0.""
This reverts commit 262d41c306.
2015-06-10 23:30:25 +01:00
Max Brunsfeld
0d6bbc1c35 ⬆️ text-buffer 2015-06-10 15:25:41 -07:00
Kevin Sawicki
62d1f00ce9 Merge pull request #7218 from atom/ks-fix-misattributed-package-activate-notifications
Fix misattributed package load/activate notifications
2015-06-10 15:24:03 -07:00
Kevin Sawicki
165ce8a13a ⬆️ season@5.3 2015-06-10 15:05:04 -07:00
Nathan Sobo
201fcc0cb4 ⬆️ tabs 2015-06-10 23:02:41 +02:00
Nathan Sobo
1bb0c2ca31 ⬆️ first-mate
Fixes #7177
2015-06-10 22:58:36 +02:00
Max Brunsfeld
5d2314cb8b ⬆️ text-buffer 2015-06-10 13:51:03 -07:00
Kevin Sawicki
f55c95bd01 ⬆️ tabs@0.79 2015-06-10 10:06:06 -07:00
Kevin Sawicki
88af5b7a6a Merge pull request #7199 from atom/ks-focus-on-launch-tweaks
Focus on launch tweaks
2015-06-10 09:42:45 -07:00
Kevin Sawicki
c3953dbbd4 Don't focus when opening locations 2015-06-10 09:27:20 -07:00
Kevin Sawicki
7d7b2375e1 Focus right after showing 2015-06-10 09:27:20 -07:00
Max Brunsfeld
b903302fd2 Merge pull request #7200 from atom/mb-guard-get-load-settings
Guard for atom windows w/ no webContents
2015-06-09 17:21:44 -07:00
Max Brunsfeld
cd42d8acbb ⬆️ text-buffer 2015-06-09 16:54:34 -07:00
Max Brunsfeld
6bccfcd0a3 Guard for atom windows w/ no webContents 2015-06-09 16:45:27 -07:00
Max Brunsfeld
f2851ac11d Merge pull request #7192 from atom/as-fix-empty-partially-off-screen-markers
Delete partially off-screen markers which are empty
2015-06-09 15:04:52 -07:00
Max Brunsfeld
7db0ab8d36 ⬆️ text-buffer 2015-06-09 14:16:20 -07:00
Kevin Sawicki
bb53c07539 ⬆️ tabs@0.78 2015-06-09 12:53:45 -07:00
Kevin Sawicki
091b25c8b3 Prepare 0.209 2015-06-09 12:49:50 -07:00
Antonio Scandurra
f73435e053 🐛 Delete partially off-screen markers which are empty
* 🔥 Delete old code which was used to support some non-batched
methods in a previous version;
*  Cover “partially off-screen markers which are
empty” scenario, since that code path was not hit by previous specs

Fixes #7183
2015-06-09 21:35:01 +02:00
Max Brunsfeld
cecd23397e Merge pull request #7190 from atom/revert-7022-bf-directory-searcher
Revert "Introduce atom.directory-searcher service v0.1.0."
v0.208.0
2015-06-09 11:51:39 -07:00
Max Brunsfeld
262d41c306 Revert "Introduce atom.directory-searcher service v0.1.0." 2015-06-09 11:51:30 -07:00
Kevin Sawicki
a3f6a9e64c ⬆️ welcome@0.29 2015-06-09 11:38:27 -07:00
Kevin Sawicki
51f0a6bc9a ⬆️ tabs@0.77 2015-06-09 11:09:17 -07:00
Max Brunsfeld
f830623512 Merge pull request #7022 from atom/bf-directory-searcher
Introduce atom.directory-searcher service v0.1.0.
2015-06-09 09:40:06 -07:00
Kevin Sawicki
fb48b38aa7 Guard against no resizing with no siblings
Closes #7091
2015-06-09 09:36:58 -07:00
Kevin Sawicki
538e30eeec Merge pull request #7175 from nn2242/fix/maximized-misspelling
Correct isMaximixed misspelling to isMaximized
2015-06-09 08:55:50 -07:00
Michael Bolin
535c0e2f34 Fix documentation bug. 2015-06-09 15:34:10 +01:00
Michael Bolin
1a6c542b45 Update comment. 2015-06-09 15:34:10 +01:00
Michael Bolin
6b1b57c89c Rename a variable to reflect a change in the previous commit. 2015-06-09 15:34:10 +01:00
Michael Bolin
0630bce95c Two things:
* Removed the `Directory` argument to `didSearchPaths`.
Now each searcher gets its own instance of `didSearchPaths` that is parameterized by provider.
* Simplified `DefaultDirectorySearcher.search()` so it creates one `DirectorySearch`
rather than one per `Directory` passed to `search()`.
2015-06-09 15:34:10 +01:00
Michael Bolin
18ac7d0cbc Comment excised, as recommended by @maxbrunsfeld. 2015-06-09 15:34:09 +01:00
Michael Bolin
028ac79836 Changed the behavior so that if a searcher rejects,
then the thenable returned by `atom.workspace.scan()` rejects.
2015-06-09 15:34:09 +01:00
Michael Bolin
7dc3d07f8a Changed the contract of DefaultDirectorySearcher in two significant ways:
* `search()` takes an array of `Directory` objects rather than an individual object.
* `options.didSearchPaths` now takes the `Directory` in addition to the `count` as an argument.
2015-06-09 15:34:09 +01:00
Michael Bolin
36123faf5d Changed DefaultDirectorySearcher to take multiple directories.
Still need to update `workspace.coffee` to make better use of this.
2015-06-09 15:34:09 +01:00
Michael Bolin
318498464a Responded to all of @maxbrunsfeld's comments except for:
* The effect of a failed search.
* Letting `DirectorySearcher::search` take multiple directories.

I'm working on those now.
2015-06-09 15:34:09 +01:00
Michael Bolin
5fc9d9e01a Document and test the cancel() method on the object returned by atom.workspace.scan(). 2015-06-09 15:34:09 +01:00
Michael Bolin
10d9111f68 Clean up test to verify that an individual failed search fails the overall search. 2015-06-09 15:34:09 +01:00
Michael Bolin
898f7b87e8 remove require for Disposable that is no longer needed 2015-06-09 15:34:09 +01:00
Michael Bolin
f7e822d41f Make delegate method names more delegate-like. 2015-06-09 15:34:09 +01:00
Michael Bolin
4eb30f3925 Switch to the delegate pattern,
eliminating a nasty race condition and deleting a lot of code.
2015-06-09 15:34:09 +01:00
Michael Bolin
fa3fd9c50c Remove empty param lists as per the linter. 2015-06-09 15:34:08 +01:00