Katrina Uychaco
de66cf218a
⬆️ github@0.7.0
2017-10-16 17:53:45 -07:00
leroix
83cb0b9a14
Merge pull request #15894 from leroix/jr-overlay-resize-bug
...
Fix overlay resizing infinite loop
2017-10-16 13:31:51 -06:00
Lee Dohm
2f02a095d2
Merge pull request #15906 from atom/b3-move-docs-to-flight-manual
...
Link to the flight-manual instead of duplicating documentation
2017-10-16 12:15:15 -07:00
Linus Eriksson
9b61114c0f
Update contributing-to-packages.md
2017-10-16 21:05:41 +02:00
Linus Eriksson
be61d6d6b9
Merge pull request #15904 from laurmurclar/patch-1
...
Link to more accurate local dev instructions
2017-10-16 21:03:17 +02:00
Laura Murphy-Clarkin
2ae8b5d46c
Link to more accurate local dev instructions
...
The Flight Manual contains more accurate instructions for local development on official Atom packages. I was caught out by this (as you can see in https://github.com/atom/bracket-matcher/issues/306 ) so I'm changing it for future contributors. 😊 I think it's better to just link to the Flight Manual rather than maintaining the instructions in two places.
2017-10-16 19:27:06 +01:00
Justin Ratner
0c35c26805
fix infinite overlay resizing loop
2017-10-14 19:05:54 -06:00
Justin Ratner
8952cd315d
⬆️ text-buffer@13.5.7
2017-10-13 13:21:10 -06:00
leroix
6f1595c766
Merge pull request #15882 from leroix/jr-decaf-decoration
...
decaffeinate decoration.coffee
2017-10-13 09:37:54 -06: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
Ian Olsen
1fe2548ab9
⬆️ electron@1.6.15
2017-10-11 13:21:10 -07:00
Antonio Scandurra
2fc852f407
⬆️ snippets
2017-10-11 20:06:17 +02:00
Damien Guard
9ce189a695
⬆️ language-typescript
2017-10-11 09:43:36 -07:00
Antonio Scandurra
5fd109f400
Merge pull request #15865 from atom/as-fix-marker-change-event-block-decorations
...
Don't throw when destroying block decorations inside marker change event
2017-10-11 16:16:20 +02:00
Antonio Scandurra
7853e3cd8c
Don't throw when destroying block decorations inside marker change event
2017-10-11 09:42:53 +02:00
Justin Ratner
2ca2dfd841
⬆️ autocomplete-plus@2.36.7
2017-10-10 18:30:09 -06:00
Damien Guard
c51b07e40f
⬆️ spell-check
2017-10-10 15:47:19 -07:00
Jason Rudolph
dec47761f9
Merge pull request #15838 from atom/jr-decaf-grammar-registry
...
Decaffeinate `GrammarRegistry`
2017-10-10 07:14:03 -04:00
Antonio Scandurra
3f0f72ad0b
⬆️ electron-link
...
This fixes the DevTools slowness we were observing in Atom. For more
information, see 7f5555c33e .
2017-10-10 12:41:02 +02:00
Nathan Sobo
52873ef3b2
⬆️ autocomplete-plus
2017-10-09 17:15:36 -06:00
Damien Guard
36435964bb
⬆️ markdown-preview
2017-10-09 16:11:01 -07:00
Max Brunsfeld
87d38c0a4d
Return a Point from cursor word methods
...
Fixes #15847
2017-10-09 12:23:55 -07:00
Damien Guard
bdfa61e841
⬆️ settings-view
2017-10-08 21:42:34 -07:00
Linus Eriksson
b0079265fd
⬆️ atom-keymap@8.2.7
2017-10-08 20:38:05 +02:00
Lee Dohm
26b784d3b9
Merge pull request #15840 from atom/fix-stale-indentation
...
Add indentation to force YAML to leave certain lines the way they are
2017-10-07 13:05:16 -07:00
Lee Dohm
359e6b9a9a
Add indentation to force YAML to leave certain lines the way they are
2017-10-07 12:59:59 -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
Justin Ratner
65efc99ef9
⬆️ autocomplete-plus@2.36.5
2017-10-06 16:57:51 -06: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
Damien Guard
c698576c8f
Remove test*.html from packaged app output
2017-10-06 10:43:01 -07:00
Nathan Sobo
cbbd0c42a3
⬆️ text-buffer
2017-10-06 10:08:44 -06:00
Jason Rudolph
f79708a74a
Merge pull request #15823 from atom/jr-decaf-gutter
...
Decaffeinate `Gutter`
2017-10-06 09:35:11 -04:00
Jason Rudolph
d546037863
☠ ☕ Decaffeinate spec/gutter-container-spec.coffee
2017-10-06 09:33:43 -04:00
Jason Rudolph
440316b45c
☠ ☕ Decaffeinate src/gutter-container.coffee
2017-10-06 09:23:34 -04:00
Antonio Scandurra
683cdeac27
Always revert to composition checkpoint, even if input is disabled
...
Previously, if the user opened the IME menu while input was disabled, we
would create a composition checkpoint without reverting to it after the
composition ended. When enabling input again, the first keystroke would
cause any buffer change that occurred between the IME composition and
the keystroke to be reverted.
With this commit we will always revert and delete the composition
checkpoint as soon as the composition ends, regardless of whether the
input is enabled or not.
2017-10-06 13:34:16 +02:00
Nathan Sobo
eb0da16fa4
Merge pull request #15828 from atom/ns-clear-dimensions-cache
...
Clear the dimensions cache after updating the soft wrap column
2017-10-05 17:55:07 -06:00
Nathan Sobo
835efd3d68
Clear the dimensions cache after updating the soft wrap column
...
Updating the soft wrap column could cause us to compute different values
for derived dimensions, so any dimensions that were cached *in the
process* of updating the soft wrap column need to be cleared.
2017-10-05 15:47:59 -06:00
Justin Ratner
e60916579e
⬆️ autocomplete-plus@2.36.4
2017-10-05 15:23:54 -06:00
Justin Ratner
e2f1dd7bba
⬆️ text-buffer@13.5.5
2017-10-05 14:46:58 -06:00
Justin Ratner
92913b48e5
⬆️ text-buffer@13.5.4
2017-10-05 14:16:26 -06:00
Justin Ratner
6015ba0096
⬆️ autocomplete-plus@2.36.3
2017-10-05 13:46:38 -06:00
Nathan Sobo
e457e6d54c
Merge pull request #15821 from atom/as-fix-overlapping-lines
...
Clear dimensions cache when approximate screen line count changes
2017-10-05 13:04:18 -06:00
Antonio Scandurra
d83304cbdd
Exercise more features in the randomized test
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2017-10-05 19:41:28 +02:00
Antonio Scandurra
07c4b32689
⬆️ text-buffer
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2017-10-05 19:07:29 +02:00
Antonio Scandurra
f640e9339d
Make comment more succinct
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2017-10-05 18:54:26 +02:00
Lee Dohm
85ea1924f4
Merge pull request #15775 from atom/b3-stale-message
...
Update the stale markComment message
2017-10-05 09:36:48 -07:00
Jason Rudolph
51df9a308a
☠ ☕ Decaffeinate spec/gutter-spec.coffee
2017-10-05 11:06:42 -04:00
Jason Rudolph
785ade897e
☠ ☕ Decaffeinate src/gutter.coffee
2017-10-05 09:55:40 -04:00