Commit Graph

16490 Commits

Author SHA1 Message Date
Jason Rudolph
cdf3be846b Decaffeinate src/view-registry.coffee 2017-10-20 21:17:15 -04:00
Justin Ratner
089717cbd3 fix failing test 2017-10-20 15:46:27 -06:00
Justin Ratner
d0bdbb861b update overlay itself instead of text editor when resize occurs 2017-10-20 11:30:50 -06:00
Indrek Ardel
0f89211d55 Prioritize first line matches over bundled/non bundled cirteria 2017-10-20 13:34:15 +03:00
Michelle Tilley
662a397860 👕 2017-10-19 16:19:44 -07:00
Michelle Tilley
8111ba6c1e Allow core URI handlers to determine which window to trigger the URI on 2017-10-19 15:50:24 -07:00
Michelle Tilley
e1bc9b593b Run URI handlers in last non-spec window 2017-10-19 14:37:08 -07:00
Michelle Tilley
9c6a87199e Merge branch 'mkt-core-uri-handlers' of github.com:atom/atom into mkt-core-uri-handlers 2017-10-19 14:19:32 -07:00
Michelle Tilley
158622ce48 Convert array of windows in AtomApplication to a WindowStack 2017-10-19 14:19:24 -07:00
Jason Rudolph
2289e2b828 Decaffeinate src/window-event-handler.coffee 2017-10-19 08:59:46 -04:00
Michelle Tilley
2901a484c2 👕 2017-10-18 17:34:24 -07:00
Michelle Tilley
a11efa7376 Add core URI handlers 2017-10-18 16:00:37 -07:00
Antonio Scandurra
280253fdfa Merge pull request #15916 from atom/as-jr-stop-dragging-when-interacting-with-keyboard
Stop dragging only when user interacts with keyboard
2017-10-18 11:38:52 +02:00
Michelle Tilley
d6a3a60469 Merge pull request #11399 from atom/mkt-url-based-command-dispatch
Package URL handlers - mapping atom:// URIs to package functions
2017-10-17 16:29:27 -07:00
Michelle Tilley
5bbf0b6ade 🎨 package activation 2017-10-17 15:37:49 -07:00
Michelle Tilley
8b989ffc4e More url -> URI 2017-10-17 15:29:27 -07:00
Michelle Tilley
9b5f95a14d openWithAtomUrl -> openPackageUriHandler 2017-10-17 15:26:29 -07:00
Michelle Tilley
5e43084cd3 url -> URI 2017-10-17 15:23:10 -07:00
Michelle Tilley
e02337265a Reset history when destroying UrlHandlerRegistry 2017-10-17 14:42:11 -07:00
Michelle Tilley
2504118d8b ⌨️ fix typo 2017-10-17 14:42:00 -07:00
Michelle Tilley
2b70f57405 🎨 return undefined 2017-10-17 14:41:50 -07:00
Michelle Tilley
7aa79bc3a1 Unregister package URL handlers when deactivating 2017-10-17 12:59:21 -07:00
anon
894f5471e6 textChange(CoreSettings): remove redundancy 2017-10-18 22:09:11 +02:00
Michelle Tilley
5e96429c9e Merge remote-tracking branch 'origin/master' into mkt-url-based-command-dispatch 2017-10-17 11:18:02 -07:00
Antonio Scandurra
65af9e953b Stop dragging only when user interacts with keyboard
Previously, we used to prevent the user from dragging the selection
further when the buffer was about to change. This was problematic
because any change in the buffer, even one that was performed
"automatically" by a package, would cancel the dragging action and
result in a confusing experience for the user.

On the other hand, we want to prevent users from accidentally selecting
text when they perform an edit (see #15217, #15405).

This commit addresses both concerns by canceling the dragging as soon as
the user interacts with the keyboard, instead of canceling the dragging
when the buffer is about to change.

One downside of this approach is that it changes the behavior of
pressing a keystroke that does not result in a buffer change, e.g.
Shift, Arrow Keys, etc.

Signed-off-by: Jason Rudolph <jasonrudolph@github.com>
2017-10-17 18:50:20 +02:00
Jason Rudolph
274b809b12 Merge pull request #15898 from atom/decaf-project
Decaffeinate `src/project.coffee`
2017-10-16 21:23:14 -04:00
Jason Rudolph
a4ea46c57e Rename local variable
/xref: https://github.com/atom/atom/pull/15898#discussion_r144850427
2017-10-16 11:04:56 -04:00
Morten Piibeleht
3bee363375 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-10-16 11:20:33 +02:00
Jason Rudolph
5ec9d0f134 🐛 Fix bug disposing watchers in Project::addPath
`this.rootDirectories` is an Array of Directory objects. `path` is a
String. Therefore, `this.rootDirectories.includes(path)` will always
evaluate to `false`. We instead need to look for an entry in
`this.rootDirectories` where the Directory object's path is equal to the
given path.
2017-10-15 10:00:14 -04:00
Jason Rudolph
5937b95b49 Fix loop contructs that got borked by decaffeinate 2017-10-15 10:00:02 -04:00
Jason Rudolph
790e202549 🎨 2017-10-15 10:00:02 -04:00
Jason Rudolph
8df4cfbe58 🎨 2017-10-15 10:00:02 -04:00
Jason Rudolph
48625584e4 🎨 Use shorter variations of null checks 2017-10-15 10:00:02 -04:00
Jason Rudolph
b2571e8976 Avoid inline assignments 2017-10-15 10:00:02 -04:00
Jason Rudolph
99aaafed1b DS103: Rewrite code to no longer use __guard__ 2017-10-15 10:00:02 -04:00
Jason Rudolph
94a552149d Remove unnecessary use of Array.from 2017-10-15 10:00:01 -04:00
Jason Rudolph
c1b0afe969 Remove unnecessary code created because of implicit returns 2017-10-15 10:00:01 -04:00
Justin Ratner
0c35c26805 fix infinite overlay resizing loop 2017-10-14 19:05:54 -06:00
Jason Rudolph
8f40af16a9 🎨 2017-10-14 17:07:09 -04:00
Jason Rudolph
dd6359b507 Remove Babel/TypeScript constructor workaround 2017-10-14 12:47:19 -04:00
Jason Rudolph
cab8824aae 👔 Fix linter violations 2017-10-14 12:47:00 -04:00
Jason Rudolph
25b7ddb328 ☠️ Decaffeinate src/project.coffee
Apply results of running:

```
$ decaffeinate --keep-commonjs --prefer-const --loose-default-params --loose-for-expressions --loose-for-of --loose-includes'

$ standard --fix src/project.js
```
2017-10-14 11:58:47 -04:00
Justin Ratner
ae65b49b9b fix lint errors 2017-10-12 23:46:53 -06:00
Justin Ratner
763297df82 decaffeinate decoration.coffee 2017-10-12 21:26:52 -06:00
Antonio Scandurra
7853e3cd8c Don't throw when destroying block decorations inside marker change event 2017-10-11 09:42:53 +02:00
Jason Rudolph
dec47761f9 Merge pull request #15838 from atom/jr-decaf-grammar-registry
Decaffeinate `GrammarRegistry`
2017-10-10 07:14:03 -04:00
Max Brunsfeld
87d38c0a4d Return a Point from cursor word methods
Fixes #15847
2017-10-09 12:23:55 -07:00
Jason Rudolph
7463925e94 Merge pull request #15834 from atom/jr-decaf-gutter-container
Decaffeinate `GutterContainer`
2017-10-07 15:12:38 -04:00
Jason Rudolph
a00f619643 Decaffeinate src/grammar-registry.coffee 2017-10-07 08:30:44 -04:00
Nathan Sobo
6209c9072f Merge pull request #15833 from atom/as-always-clear-composition-checkpoints
Always revert to composition checkpoint, even if input is disabled
2017-10-06 14:55:40 -06:00