Commit Graph

34390 Commits

Author SHA1 Message Date
Wliu
2c16ee440d
⬆️ fuzzy-finder@1.7.6 2018-02-17 16:32:42 -05:00
Wliu
0bbad9031a
⬆️ command-palette@0.43.4 2018-02-17 16:32:04 -05:00
Wliu
9b5506fba6
⬆️ autocomplete-plus@2.40.3 2018-02-17 16:31:27 -05:00
Wliu
3545c0140c
⬆️ background-tips@0.28.0 2018-02-17 14:03:28 -05:00
Wliu
05f561849f
⬆️ background-tips@0.27.2 2018-02-17 13:02:23 -05:00
Max Brunsfeld
b922430c1d ⬆️ language packages for tree-sitter fixes 2018-02-16 14:50:34 -08:00
Max Brunsfeld
d2d3ad9fb8
Merge pull request #16765 from atom/mb-fix-path-deduplication
Fix path duplication after decaffeinating main process code
2018-02-16 14:12:41 -08:00
Max Brunsfeld
2575cf6b1a Fix path duplication after decaffeinating main process code 2018-02-16 13:41:17 -08:00
Max Brunsfeld
f395f2e80d ⬆️ tree-sitter 2018-02-16 13:09:49 -08:00
Nathan Sobo
e334f0419f
Merge pull request #16753 from billyjanitsch/revert-15487
Stop scaling up small scroll wheel events
2018-02-16 11:58:33 -08:00
Max Brunsfeld
cd997e3d77 Simplify TreeSitterHighlightIterator.moveToSuccessor 2018-02-16 09:40:57 -08:00
Wliu
82d5974616
Merge pull request #16748 from UziTech/patch-6
return value of sync confirm function
2018-02-16 10:06:27 -05:00
Wliu
9101d62c0e
Merge pull request #16756 from atom/wl-params-to-options
Fix incorrect variable name
2018-02-15 20:05:44 -05:00
Wliu
69af0141a1
🐛 params -> options 2018-02-15 18:35:50 -05:00
Nathan Sobo
f647109474
Merge pull request #15831 from atom/b3-failing-seed
Handle edits that scroll up due to hiding the horizontal scrollbar
2018-02-15 14:32:20 -08:00
Linus Eriksson
8cfcdf8c00 Revert always return false 2018-02-15 23:12:35 +01:00
Linus Eriksson
63326e969a Unfocus test and always return false to see if this fails on circle 2018-02-15 22:53:29 +01:00
Linus Eriksson
ad6b2131d6 Style the scrollbar in the test 2018-02-15 22:47:33 +01:00
Max Brunsfeld
bee32d58d9
Merge pull request #16754 from atom/mb-fix-get-grammar-override
Only return overridden language ids in .getGrammarOverride
2018-02-15 13:36:53 -08:00
Max Brunsfeld
adbd540029 Only return overridden language ids in .getGrammarOverride 2018-02-15 12:29:48 -08:00
Linus Eriksson
3059d14bd7 Merge remote-tracking branch 'origin/master' into b3-failing-seed 2018-02-15 19:49:58 +01:00
Billy Janitsch
a433e974eb Stop scaling up small scroll wheel events 2018-02-15 10:42:57 -08:00
Max Brunsfeld
e3135f1938 Continue to normalize any non-URL path command line arg
Also, remove duplicate file stat'ing in AtomWindow
2018-02-15 10:40:31 -08:00
Max Brunsfeld
3078c4d14f
Merge pull request #16745 from atom/mb-normalize-windows-paths-for-wait-flag
Normalize command line paths with windows drive letters
2018-02-14 21:35:18 -08:00
Tony Brix
daac2c4ee1
return value of sync confirm function 2018-02-14 21:49:45 -06:00
Max Brunsfeld
98070275b5 Normalize command line paths with windows drive letters 2018-02-14 17:22:36 -08:00
Max Brunsfeld
eb596ff7e5
Merge pull request #16744 from atom/mb-shim-private-language-mode-apis
Shim two private APIs on TreeSitterLanguageMode
2018-02-14 15:02:09 -08:00
Max Brunsfeld
b51f13cc90 Shim two private APIs on TreeSitterLanguageMode 2018-02-14 14:23:35 -08:00
Max Brunsfeld
ff538a425b
Merge pull request #16742 from Arcanemagus/fix-package-name
Prefer package name from metadata
2018-02-14 13:20:38 -08:00
Landon Abney
53c0f5f4a0
🐛 Prefer package name from metadata
When loading a package prefer the name specified in the package metadata
instead of the name of the folder that the package's files reside in.

Fixes #16703.
2018-02-14 12:02:17 -08:00
Max Brunsfeld
30e1233b11 Fix loadGrammar callback argument order
Fixes #16733
2018-02-14 10:01:47 -08:00
Max Brunsfeld
2ef0bc5ba6
Merge pull request #16738 from atom/mb-tree-sitter-crlf-handling
Fix difference in CRLF line ending handling between tree-sitter and text-buffer
2018-02-14 09:37:21 -08:00
Ash Wilson
9f8370ce92
Merge pull request #16124 from atom/aw-watcher
Back filesystem watchers with @atom/watcher
2018-02-14 11:01:37 -05:00
Max Brunsfeld
3e7e8aecce Handle positions between CR and LF characters in TreeSitterTextBufferInput.seek 2018-02-14 07:49:02 -08:00
Ash Wilson
73d8471b5c
⬆️ @atom/watcher 2018-02-14 09:30:55 -05:00
Ash Wilson
cb783fd15c
Use @atom/watcher with a core.fileSystemWatcher setting 2018-02-14 09:29:28 -05:00
Bryant Ung
0b59e5fc5e
⬆️ UI themes 2018-02-13 18:03:59 -08:00
Bryant Ung
6c5365071d
⬆️ grammar-selector 2018-02-13 17:59:05 -08:00
Bryant Ung
22f069abd1
Merge pull request #15080 from p-e-w/font-family-system-ui
Replace font stack with Chromium 56's "system-ui" generic font family
2018-02-13 17:35:04 -08:00
Max Brunsfeld
b9e4febf03 ⬆️ tree-sitter 2018-02-12 21:51:17 -08:00
Ian Olsen
ac84143c2d
Merge pull request #16714 from atom/2018-02-12-weekly-update
Weekly focus doc: 2018-02-12
2018-02-12 16:32:48 -08:00
Katrina Uychaco
fa6c781c2a
Add @kuychaco's work 2018-02-12 12:32:59 -08:00
Max Brunsfeld
7a9bd0d441
Add my focus for week fo 2/12 2018-02-12 09:33:27 -08:00
Nathan Sobo
83ad524ddf
Add Xray goals 2018-02-12 10:04:14 -07:00
David Wilson
122849eb92
Add Atom IDE focus items 2018-02-12 06:32:28 -08:00
Ash Wilson
744d2ce30a
@smashwilson's stuff 2018-02-12 09:28:56 -05:00
Jason Rudolph
ef16985bfc
:bowtie: 2018-02-12 08:32:13 -05:00
Jason Rudolph
14e62e54bb
Improve issue links 2018-02-12 08:30:14 -05:00
Jason Rudolph
d9993b2dda
Add Teletype highlights for the past week and focus for the week ahead 2018-02-12 08:26:37 -05:00
Ian Olsen
50de9345bc
Create weekly focus doc for 2018-02-12 2018-02-11 18:10:38 -08:00