Commit Graph

6868 Commits

Author SHA1 Message Date
Wliu
22d39fbafb ⬆️ language-html@0.47.4 2017-08-28 16:13:14 -04:00
Wliu
4ace4eb7a0 ⬆️ language-sass@0.61.1 2017-08-28 16:12:36 -04:00
Wliu
d3fe273f9a ⬆️ language-shellscript@0.25.3 2017-08-28 16:11:59 -04:00
Wliu
1982a9ab4b ⬆️ language-java@0.27.4 2017-08-28 16:11:08 -04:00
Wliu
8945c781ab ⬆️ language-javascript@0.127.3 2017-08-28 16:10:30 -04:00
Wliu
93dbfdbe99 ⬆️ language-gfm@0.90.1 2017-08-28 16:10:17 -04:00
Wliu
2e1bf0717b ⬆️ language-css@0.42.5 2017-08-28 16:09:59 -04:00
simurai
4cef36e566 ⬆️ one-dark/light-ui@v1.10.8 2017-08-26 10:21:43 +09:00
Max Brunsfeld
c8303d6391 Replace runas with fs-admin in CommandInstaller
Also, convert CommandInstaller to JavaScript.
2017-08-25 15:46:43 -07:00
Max Brunsfeld
b546a97531 ⬆️ text-buffer 2017-08-25 12:05:57 -07:00
Max Brunsfeld
125d642eaa ⬆️ pathwatcher 2017-08-24 15:14:43 -07:00
Max Brunsfeld
07855f99d7 ⬆️ text-buffer 2017-08-24 13:13:58 -07:00
Max Brunsfeld
d5d7883012 ⬆️ text-buffer for pathwatcher crash fix 2017-08-24 09:40:04 -07:00
Nathan Sobo
236d9011c8 ⬆️ notifications to revert metadata inclusion 2017-08-23 16:45:52 -06:00
Nathan Sobo
2fdf56f8df ⬆️ find-and-replace to revert autocomplete for now 2017-08-23 16:39:50 -06:00
Max Brunsfeld
44566ab2f2 ⬆️ text-buffer 2017-08-23 14:26:59 -07:00
Max Brunsfeld
e8fd9dcfc0 ⬆️ text-buffer 2017-08-23 13:02:26 -07:00
Nathan Sobo
fcfdb36a88 ⬆️ notifications 2017-08-23 06:59:33 -06:00
Will Binns-Smith
0916b4c4f0 Manage focus for modal panels
This implements automatic focus management for modal panels using the
excellent focus-trap module.

Upon being shown, modals will have their first tabbable element
automatically focused, and shifting focus with the tab key (or more
correctly the core:focus-next command) will be limited to the contents
of the modal. If the modal does not have any tabbable elements, focus()
will be sent to the panel's root element (if it implements it).

I'm happy to update this to *always* calls focus on the panel's root
element, but then modal implementers would need to handle that and
focus things on their own. I'd argue the tabbable element behavior
is more accessible though :)

This has the effect of not automatically closing most of Atom's own
modals whenever the tab key is pressed, which was an odd nonstandard
behavior, IMO.

This also automates returning focus to the element that had focus before
the modal was shown, something up until now had to be implemented in
every modal in Atom.

This likely breaks a few contracts for existing Atom packages that
create modals, but I've found this doesn't conflict behaviorally with
well-behaved modals like the command palette which implement their own
focus management (which can be removed if this lands).

Released under CC0.
2017-08-22 23:09:44 -07:00
Nathan Sobo
4968a21b82 ⬆️ etch 2017-08-22 18:09:26 -06:00
Max Brunsfeld
c62d7dcee5 ⬆️ text-buffer 2017-08-22 16:57:13 -07:00
Damien Guard
abba8bff68 Include new language-typescript grammar 2017-08-22 09:47:02 -07:00
Max Brunsfeld
411d878b36 ⬆️ fs-admin 2017-08-21 22:47:07 -07:00
Max Brunsfeld
337b7da4fe ⬆️ text-buffer 2017-08-21 22:27:14 -07:00
Max Brunsfeld
d3a8fe693b ⬆️ text-buffer 2017-08-21 15:58:54 -07:00
Max Brunsfeld
c823a5c6b5 ⬆️ text-buffer 2017-08-21 14:57:08 -07:00
Max Brunsfeld
3d8f0e2406 ⬆️ text-buffer 2017-08-21 14:30:02 -07:00
Nathan Sobo
5eae5ed5eb Merge pull request #15392 from atom/fb-wb-standard-env
Use standard (eslint's) 'env' field over globals
2017-08-21 09:38:34 -06:00
Antonio Scandurra
bda74623ec ⬆️ tabs 2017-08-21 10:46:30 +02:00
Will Binns-Smith
bf00166d0e Use standard (eslint's) 'env' field over globals
Test Plan: ensure every removed global is a part of an added `env` from https://github.com/sindresorhus/globals/blob/master/globals.json

run `./script/lint`
2017-08-20 19:29:10 -07:00
Nathan Sobo
0bfa019b2d Merge pull request #15329 from atom/bu-arrow-up-ac-plus
⬆️ autocomplete-plus
2017-08-19 12:38:21 -06:00
Nathan Sobo
6c4e284c2c ⬆️ autocomplete-snippets 2017-08-19 12:00:02 -06:00
Nathan Sobo
16bb2ab8a8 ⬆️ find-and-replace 2017-08-18 21:33:07 -06:00
Max Brunsfeld
d7d3f5976c ⬆️ text-buffer 2017-08-18 14:15:46 -07:00
Max Brunsfeld
78cd383e95 ⬆️ pathwatcher and dependent packages 2017-08-18 12:57:03 -07:00
Ash Wilson
4c2d44059c ⬆️ github 2017-08-18 15:01:21 -04:00
Max Brunsfeld
15f7fe9f22 ⬆️ text-buffer 2017-08-17 10:14:00 -07:00
simurai
e9e63a5f90 ⬆️ one-dark/light-ui@v1.10.7 2017-08-17 20:48:27 +09:00
Katrina Uychaco
d2a266e369 ⬆️ text-buffer@13.0.10 2017-08-16 14:21:57 -07:00
Bryant Ung
f47cf5b545 ⬆️ autocomplete-plus 2017-08-15 20:52:17 -07:00
Bryant Ung
da2c3fb56b Revert "⬆️ autocomplete-plus@v2.35.8"
This reverts commit 3c2f257155.
2017-08-15 20:47:32 -07:00
Wliu
aac5458f3c ⬆️ settings-view@0.251.5 2017-08-15 22:01:26 -04:00
simurai
3c2f257155 ⬆️ autocomplete-plus@v2.35.8 2017-08-16 10:17:19 +09:00
Antonio Scandurra
756dad67d8 ⬆️ symbols-view 2017-08-15 11:25:23 +02:00
Nathan Sobo
708c9b4e22 ⬆️ text-buffer
Fixes #15190
2017-08-14 15:36:03 -06:00
Nathan Sobo
f82ff9c0d1 ⬆️ language-css 2017-08-12 18:09:22 -06:00
Linus Eriksson
b14c4a32c9 ⬆️ bracket-matcher@0.87.3 2017-08-11 21:26:31 +02:00
Wliu
fbd4b688dd ⬆️ language-javascript@0.127.2 2017-08-09 11:17:48 -04:00
Wliu
98296bf950 ⬆️ language-java@0.27.3 2017-08-08 21:29:22 -04:00
Ash Wilson
1b22c59c0c Merge pull request #15191 from smashwilson/aw-upgrade-github
Update github to 0.4.2
2017-08-08 19:43:14 -04:00