Commit Graph

35885 Commits

Author SHA1 Message Date
Ash Wilson
d3671f7055
Require --add to open locations in existing windows 2019-01-04 11:06:17 -05:00
Ash Wilson
d725f5e42b
👕 Now that I actually got my linter working 👀 2019-01-04 09:54:36 -05:00
Ash Wilson
efc55d71a3
👕 Make standard happy with the test source 2019-01-04 09:11:35 -05:00
Ash Wilson
f1de652bac
... Right. Joanna can't handle spread properties in objects 2019-01-04 09:06:19 -05:00
Ash Wilson
15594dd8c2
AtomApplication launch behavior shuffle 2019-01-03 16:41:17 -05:00
Ash Wilson
6d2e298de1
Extract a utility method on Project 2019-01-03 16:40:47 -05:00
Ash Wilson
e570f72d86
Remove path normalization responsibilities from AtomWindow 2019-01-03 16:40:35 -05:00
Ash Wilson
6938a31329
Never open the parent directory of a file path 2019-01-03 16:39:09 -05:00
Ash Wilson
e31a142a92
Remove unused initialPaths 2019-01-03 11:28:49 -05:00
Ash Wilson
b64dac8ea3
👕 2018-12-20 20:51:56 -05:00
Ash Wilson
01bd45ef4c
When only a file is specified, don't open the parent directory 2018-12-20 15:59:41 -05:00
David Wilson
16aebc3cc1
Merge pull request #18597 from atom/dw-bump-electron
⬆️ :electron: electron@2.0.16
2018-12-18 22:26:46 -08:00
David Wilson
8144f75fc1 ⬆️ :electron: electron@2.0.16 2018-12-18 21:29:43 -08:00
David Wilson
61e7017b66
Merge pull request #18570 from atom/dw-fix-dugite-duplication
Only deref top-level symlinks in node_modules when copying assets
2018-12-13 10:58:13 -08:00
David Wilson
4fa1dbff9a Resolve dereferenced symlinks relative to node_modules 2018-12-13 10:04:36 -08:00
David Wilson
d3cfbf97f9 Copy all node_modules paths in one step 2018-12-12 21:43:36 -08:00
David Wilson
05c8b9d1a1 Improve comments for clarity 2018-12-11 14:50:02 -08:00
David Wilson
425bbf8485 Only deref top-level symlinks in node_modules when copying assets 2018-12-11 13:08:55 -08:00
simurai
90e8fb5f62
Merge pull request #18557 from atom/sm/status-bar-icons
⬆️ status-bar@v1.8.16
2018-12-10 10:52:52 +09:00
Max Brunsfeld
24976c47f3 Fix highlighting of enum names within glob imports
Fixes tree-sitter/tree-sitter-rust#7
2018-12-07 10:43:10 -08:00
simurai
b55ed18056 ⬆️ status-bar@v1.8.16 2018-12-07 19:01:51 +09:00
Jordan Eldredge
de363cf32b
Merge pull request #18545 from captbaritone/config-race
Avoid sending async updates on config update
2018-12-06 10:35:02 -08:00
Jordan Eldredge
878629dd0a Avoid sending async updates on config update
In
7a5d727e22
the 'set-user-settings' callback was changed so that it nolonger
returned the promise created by `ConfigFile.update()`. This meant that
the logic in
[`ApplicateDelegate.onDidChangeUserSetting()`](https://github.com/atom/atom/blob/5f0231b/src/application-delegate.js#L193-L206) which uses
`.pendingSettingUpdateCount` to avoid triggering in response to calls to
ApplicationDelegate.setUserSettings` was no longer effective.

I noticed this when updating settings via the setting view. If you type
at just the right (wrong?) cadence, you'll notice that your input can
get updated with stale values.

Something like this:

```
You type            "a"      "b"            "c"
config.set          "a"      "ab"           "ac"
config.observe                        "a"         "ab"    "ac"
Input value         "a"      "ab"     "a"   "ac"  "ab"    "ac"
```

It's possible that is the same as https://github.com/atom/settings-view/issues/1062

After this change typing in settings input seems to behave as expected.
2018-12-05 14:34:30 -08:00
simurai
aad7705687
Merge pull request #18532 from atom/sm/update-settings-view
⬆️ settings-view@v0.257.3
2018-12-04 16:20:51 +09:00
Max Brunsfeld
23a88fc278 ⬆️ atom-keymap in package-lock file 2018-12-03 15:02:15 -08:00
Max Brunsfeld
d036413c49 ⬆️ atom-keymap 2018-12-03 14:49:09 -08:00
simurai
fc84acb50a ⬆️ settings-view@v0.257.3 2018-12-03 12:27:39 +09:00
Max Brunsfeld
1ab1592ba8 ⬆️ text-buffer
Refs #18518
2018-11-30 09:39:05 -08:00
simurai
08063d67dd
Merge pull request #18484 from atom/sm/atom-ui
Migrate 'atom-ui' into core
2018-11-29 14:29:42 +09:00
simurai
9d6e4dcee4
Merge pull request #18506 from atom/sm/readme
Add screenshot to README
2018-11-29 14:28:07 +09:00
Max Brunsfeld
521a9d6036 ⬆️ bracket-matcher 2018-11-27 22:47:34 -08:00
simurai
72c99b51c0
Add a title 2018-11-28 15:20:35 +09:00
simurai
75e07b18fb
Update README with new header and screenshot 2018-11-28 15:15:13 +09:00
simurai
9be188141a Fix and relax some lint rules 2018-11-28 13:21:50 +09:00
Max Brunsfeld
97f7ab3438
Merge pull request #18502 from atom/mb-fold-marker-updates
Fix typo that messed up fold marker updates
2018-11-27 11:11:33 -08:00
Max Brunsfeld
be79ca031c Fix typo that messed up fold marker updates 2018-11-27 10:11:32 -08:00
Jason Rudolph
c3c589a1b4
Merge pull request #18501 from atom/bump-atom-version-in-package-lock-json
Fix Atom version in package-lock.json
2018-11-27 10:22:35 -05:00
Jason Rudolph
1ad5f87e67
Merge pull request #18500 from atom/tree-view-0.224.5
⬆️ tree-view@0.224.5
2018-11-27 10:16:03 -05:00
Jason Rudolph
57fa739d3d
Update Atom version to 1.35.0-dev in package-lock.json
This change should have been part of dadc11963b 🙈
2018-11-27 09:25:27 -05:00
Jason Rudolph
ad9c63de75
⬆️ tree-view@0.224.5 2018-11-27 09:20:35 -05:00
simurai
9eb4c06385 Import missing variables 2018-11-27 21:01:41 +09:00
Hubot
dadc11963b 1.35.0-dev 2018-11-26 17:27:50 -06:00
simurai
241a060328 Import fallback variables
To see if it fixes the missing @use-custom-controls in less-cache
2018-11-23 19:45:38 +09:00
simurai
ea6a65328d Update package-lock 2018-11-23 14:59:16 +09:00
simurai
4f126b311e Move fonts 2018-11-23 14:51:14 +09:00
simurai
a710f13eaa Move styles to core-ui 2018-11-23 11:44:25 +09:00
simurai
e3d3ec5e10 🔥 Remove atom-ui as a dependency 2018-11-23 11:38:42 +09:00
simurai
76ba4b12e3 Move Atom UI into Core 2018-11-23 11:38:11 +09:00
Vanessa Yuen
f1e1580594
Merge pull request #18478 from atom/gh-prerelease-0.23.0
⬆️ github package
2018-11-21 21:04:11 +01:00
Vanessa Yuen
27bf63d960 another version bump for github package 2018-11-21 19:10:17 +01:00