Commit Graph

34031 Commits

Author SHA1 Message Date
Max Brunsfeld
b2337fcc45 Merge pull request #16500 from atom/mb-decaf-application-delegate
Decaffeinate ApplicationDelegate
2018-01-05 17:16:13 -08:00
Bryant Ung
911b805065 Merge pull request #16295 from xfontes42/master
Add event handler for window resizing.
2018-01-05 17:01:15 -08:00
Bryant Ung
88e330d577 Remove trailing whitespace 2018-01-05 15:50:48 -08:00
Bryant Ung
8ec54a04e2 Add resize event spec 2018-01-05 15:49:37 -08:00
Max Brunsfeld
bbc8b54f91 Decaffeinate ApplicationDelegate 2018-01-05 14:59:57 -08:00
Max Brunsfeld
22766b93e7 Merge pull request #16495 from atom/mb-decaf-main-process
Decaffeinate some main process files
2018-01-05 14:25:51 -08:00
Max Brunsfeld
0085bc83e4 Decaffeinate AtomProtocolHandler 2018-01-05 13:20:26 -08:00
Max Brunsfeld
2793498e0b Decaffeinate ApplicationMenu 2018-01-05 13:13:30 -08:00
Max Brunsfeld
b645852142 Don't rely on promise resolution timing in main process spec 2018-01-05 13:01:33 -08:00
Max Brunsfeld
9d30003e58 Use async/await in before-quit handler 2018-01-05 12:11:10 -08:00
Max Brunsfeld
1de37810f0 Rename hasQuitted -> didQuit 2018-01-05 12:11:10 -08:00
Max Brunsfeld
9b917dd8c8 Don't use babel for atom-application test 2018-01-05 12:11:10 -08:00
Max Brunsfeld
cf3d272e47 Remove side effect from AtomWindow constructor
Standard was complaining about using 'new' for its side effect
2018-01-05 12:11:10 -08:00
Max Brunsfeld
822900f40e Decaffeinate AtomWindow 2018-01-05 12:11:10 -08:00
Max Brunsfeld
043f183b1a Decaffeinate AtomApplication 2018-01-05 09:05:02 -08:00
Jason Rudolph
022544a0b2 Merge pull request #16492 from atom/jr-fix-modal-tabbing
Allow you to tab through modal text box
2018-01-05 09:51:01 -05:00
Jason Rudolph
3114fda534 Merge pull request #16340 from kant/patch-2
Typos on #83 #84
2018-01-05 09:32:32 -05:00
Jason Rudolph
55c6c9acfa Merge pull request #16469 from m1guelpf-forks/patch-1
Update license year
2018-01-05 09:31:09 -05:00
Jason Rudolph
4647efa3bd Merge pull request #16484 from atom/add-verification-process-section-to-pull-request-template
Add "Verification Process" section to pull request template
2018-01-05 09:29:50 -05:00
Max Brunsfeld
2d086fe328 ⬆️ text-buffer 2018-01-04 16:33:12 -08:00
Nathan Sobo
e276114db0 ⬆️ bracket-matcher 2018-01-04 17:16:23 -07:00
Jason Rudolph
9d23d37965 If a TextEditorElement has a tabIndex, use it; otherwise, use -1 2018-01-04 17:55:53 -05:00
Jason Rudolph
5cce2b55bc Add test for setting tabIndex on atom-text-editor element 2018-01-04 17:55:05 -05:00
Nathan Sobo
d0ebc45d0b ⬆️ snippets 2018-01-04 14:53:15 -07:00
Max Brunsfeld
75b4a7a984 ⬆️ joanna, put back AtomEnvironment public property docs 2018-01-04 12:12:43 -08:00
Jason Rudolph
408070e913 Set the tabIndex on the input element
This commit reverts a portion of the changes introduced in
9eac520e6a. Prior to that commit, we were
setting the tabIndex to -1 on the atom-text-editor element. This commit
restores that behavior.

Instead of setting a custom tab index directly on the atom-text-editor
element, we instead set the tabIndex on the input element *inside* the
atom-text-editor element.

With these changes in place, you can successfully use the tabIndex to
define the tab order for atom-text-editor elements. 😅
2018-01-04 14:31:11 -05:00
itsmichaelwang
e462d0d298 Fix lint issue 2018-01-04 14:23:12 -05:00
itsmichaelwang
9eac520e6a Allow you to tab through modal text box 2018-01-04 14:23:12 -05:00
Wliu
9bc3ef96dd Merge pull request #16491 from tobiasvl/fix-typo-default-handler
Fix typo in protocol handler installer popup
2018-01-04 13:46:25 -05:00
Tobias V. Langhoff
d848c15d42 Fix typo in protocol handler installer popup
Correct the typo "defaut" to the correct "default" in the atom:// URI protocol handler popup
2018-01-04 19:36:21 +01:00
Damien Guard
a79a605f9b ⬆️ language-csharp 2018-01-03 17:39:38 -08:00
Max Brunsfeld
33d2a7ddc4 ⬆️ fuzzy-finder 2018-01-03 17:29:20 -08:00
Nathan Sobo
389b9b6bf1 ⬆️ spell-check 2018-01-03 16:39:53 -07:00
Nathan Sobo
5743c41e03 Merge pull request #16282 from atom/io-electron-1.7
Upgrade electron to 1.7.10
2018-01-03 16:19:20 -07:00
Max Brunsfeld
733d6381cc Fix handling of {undo: 'skip'} in TextEditor.insertText
Signed-off-by: Nathan Sobo <nathan@github.com>
2018-01-03 13:00:53 -08:00
Max Brunsfeld
75f43b0b0e ⬆️ text-buffer 2018-01-03 12:20:57 -08:00
Jason Rudolph
b5a1b356f7 Merge master into add-verification-process-section-to-pull-request-template 2018-01-03 15:08:54 -05:00
Nathan Sobo
3bdda7c546 ⬆️ autocomplete-plus 2018-01-03 13:05:27 -07:00
Michelle Tilley
fff5f39db6 ⬆️ apm@1.19.0 2018-01-03 11:30:13 -08:00
Wliu
7f39e96b95 Revert "⬆️ settings-view@0.253.3"
This reverts commit c885a9c4f6.
2018-01-03 11:10:18 -05:00
Jason Rudolph
27a19ee703 Add "Verification Process" section to pull request template 2018-01-03 10:45:50 -05:00
Wliu
c885a9c4f6 ⬆️ settings-view@0.253.3 2018-01-02 22:52:12 -05:00
Lee Dohm
c97e8f084c Merge pull request #16473 from atom/update-docs-readme
Update /docs/README.md to direct people to the new docs locations
2018-01-01 10:15:42 -08:00
Lee Dohm
d6a32c8eb6 Update /docs/README.md to direct people to the new locations of the documentation 2018-01-01 10:13:18 -08:00
Miguel Piedrafita
e35a89e688 Update license year 2018-01-01 00:52:24 +01:00
Wliu
8c92ed9652 Merge pull request #16444 from him2him2/fix/HTTPS
Docs: Update HTTP -> HTTPS
2017-12-30 19:36:56 -05:00
Damien Guard
4833a175c2 Merge branch 'master' into fix/HTTPS 2017-12-30 08:13:35 -08:00
Max Brunsfeld
2dea255eb7 Merge pull request #16458 from mortenpi/multiple-instances
Independent Atom instances (per $ATOM_HOME) v2
2017-12-28 10:14:37 -08:00
Morten Piibeleht
1964b0094b Make socketPath shorter
To work around the limited socket file length on macOS/BSD.
2017-12-28 13:06:52 +13:00
Morten Piibeleht
2b3e22a39d Allow independent Atom instances
By having an $ATOM_HOME-dependent part in the socket name, Atom
instances that have different homes will run in independent processes.

Fixes the current behaviour where starting Atom with a new $ATOM_HOME
"opens" an Atom window with settings and packages from the original
$ATOM_HOME. Useful for IDEs.
2017-12-28 13:02:25 +13:00