Max Brunsfeld
0b6e994ac6
Merge branch 'master' into mb-tree-sitter-parsers
2017-12-27 12:35:51 -08:00
Max Brunsfeld
2da2c1088f
⬆️ tree-sitter
2017-12-27 12:28:29 -08:00
Max Brunsfeld
874e70a3d7
⬆️ language-shellscript
2017-12-26 14:14:58 -08:00
Max Brunsfeld
662d38135b
Use zero as the minimum value of getGrammarPathScore
...
This way, we can determine if the grammar matches a buffer in any way by
checking for a positive score.
2017-12-26 14:14:22 -08:00
Max Brunsfeld
37cae78bc1
⬆️ tree-sitter and language packages
2017-12-26 13:47:34 -08:00
Lee Dohm
e3b0c8c9b5
Merge pull request #16451 from atom/api-docs-to-flight-manual
...
Point API docs to new Flight Manual section
2017-12-26 11:50:54 -08:00
Lee Dohm
88a7eab337
Point API docs to new Flight Manual section
2017-12-26 11:43:29 -08:00
Lee Dohm
5b843a0b13
Merge pull request #16441 from malept/fix-linter-error
...
Remove trailing whitespace from text editor docs
2017-12-24 13:29:07 -08:00
Mark Lee
2c2d9597a7
💚 remove trailing whitespace from text editor docs
2017-12-24 12:10:29 -08:00
Wliu
4ed59b3ee7
📝 Update TextEditor::scopeDescriptorForBufferPosition docs
...
[ci skip]
2017-12-21 21:20:31 -05:00
David Wilson
86690b3a85
Merge pull request #16421 from atom/dw-linux-instructions
...
Update Linux installation instructions in README.md
2017-12-21 11:31:48 -08:00
David Wilson
1d4f516d62
Update Linux installation instructions in README.md
...
Resolves #2956 .
2017-12-21 11:10:33 -08:00
Wliu
84f6203a30
Merge pull request #16322 from atom/wl-more-history-fixes
...
More history manager fixes in specs
2017-12-21 12:20:06 -05:00
Wliu
1d6549a8e3
Merge pull request #16328 from atom/wl-right-click-selections
...
Update auxiliary click logic for moving cursors
2017-12-21 12:18:41 -05:00
Wliu
48dfffda6c
⬆️ autoflow@0.29.3
2017-12-20 23:45:53 -05:00
Wliu
f1f2d2f60f
⬆️ autoflow@0.29.2
2017-12-20 23:25:59 -05:00
simurai
af9e3b06fc
Merge pull request #16414 from atom/sm-increase-dock-hover-affordance
...
Increase dock hover affordance
2017-12-21 11:13:18 +09:00
Wliu
4bc9ab1c2b
⬆️ language-html@0.48.5
2017-12-20 18:16:06 -05:00
Justin Ratner
9519d0ff37
⬆️ language-sass@0.61.4
2017-12-20 16:04:56 -07:00
simurai
cd7491bc46
Increase dock hover affordance
2017-12-20 19:59:35 +09:00
Damien Guard
7d28908627
⬆️ atom-package-manager
2017-12-19 13:20:25 -08:00
Damien Guard
016c321bba
Merge pull request #15081 from mortenpi/multiple-instances
...
Independent Atom instances (per $ATOM_HOME)
2017-12-17 16:52:20 -08:00
Michelle Tilley
983ea4a96d
Merge pull request #16397 from segevfiner/protocol-handler-notification-fix
...
Initialize ProtocolHandlerInstaller after initializing Config
2017-12-17 08:04:24 -08:00
Segev Finer
5490a8b258
Initialize ProtocolHandlerInstaller after initializing Config
...
This allows it to correctly read `core.uriHandlerRegistration` and
avoids popping the notification even if set to 'never'.
Fixes #16201
2017-12-16 23:34:37 +02:00
Max Brunsfeld
c844a253e0
Implement TreeSitterLanguageMode.scopeDescriptorForPosition
2017-12-15 17:15:39 -08:00
Max Brunsfeld
4adfba47cc
Support legacyScopeName field on tree-sitter grammars
...
* Use the field for mapping scope names in GrammarRegistry.grammarForId
* Use the field for adapting legacy scoped settings to work with tree-sitter parsers
Signed-off-by: Nathan Sobo <nathan@github.com >
2017-12-15 16:57:36 -08:00
Max Brunsfeld
8efccf8221
⬆️ language packages
2017-12-15 16:55:18 -08:00
Max Brunsfeld
f4fa7f910e
Merge branch 'master' into mb-tree-sitter-parsers
2017-12-15 09:45:21 -08:00
Max Brunsfeld
e09ee1c1fa
Fix error in TreeSitterHighlightIterator.seek
2017-12-15 09:44:45 -08:00
Max Brunsfeld
bba2c474c4
⬆️ autoflow
2017-12-14 15:31:27 -08:00
Katrina Uychaco
c6818c94d5
⬆️ github@0.9.1
2017-12-14 11:57:01 +01:00
Katrina Uychaco
2d6750cae3
Remove input enabled check for 'is-focused' class
...
vim-mode-plus relies on this behavior
2017-12-14 11:56:23 +01:00
Damien Guard
55dd4d82c9
Merge pull request #16375 from atom/include-python-on-travis
...
Try adding python 2.x back - newer Travis images dropped it
2017-12-13 13:48:23 -08:00
Damien Guard
d25760586a
Try alternate way of getting right python
2017-12-13 12:52:32 -08:00
Damien Guard
6c89853cfd
Try adding python 2.x back - newer Travis images dropped it
2017-12-13 11:30:39 -08:00
Damien Guard
ca53cf9ec1
Remove the texteditor isModified/isReadOnly handling intended for unsavable edit buffers as causes issues with vim-mode-plus
2017-12-13 09:17:30 -08:00
Wliu
fb73df67b9
⬆️ settings-view@0.253.2
2017-12-11 23:05:22 +01:00
Wliu
a10863110e
⬆️ snippets@1.1.11
2017-12-11 22:43:45 +01:00
Max Brunsfeld
43c6f4ccb0
Merge branch 'master' into mb-tree-sitter-parsers
2017-12-11 09:18:31 -08:00
Wliu
e6f7814944
Merge pull request #16354 from atom/wl-update-atom-select-list
...
Update atom-select-list to 0.7.0
2017-12-11 15:12:08 +01:00
Wliu
91aeb785d0
⬆️ spell-check@0.72.4
2017-12-11 00:48:18 +01:00
Wliu
863a20d174
⬆️ fuzzy-finder@1.7.4
2017-12-11 00:48:17 +01:00
Wliu
61ee571845
⬆️ line-ending-selector@0.7.5
2017-12-11 00:48:17 +01:00
Wliu
c5314b68a3
⬆️ grammar-selector@0.49.9
2017-12-11 00:48:16 +01:00
Wliu
74743fa2fc
⬆️ git-diff@1.3.7
2017-12-11 00:48:16 +01:00
Wliu
0ef2ffa82a
⬆️ encoding-selector@0.23.8
2017-12-11 00:48:15 +01:00
Wliu
2d0ad55d65
⬆️ styleguide@0.49.10
2017-12-11 00:48:15 +01:00
Wliu
689b05a81c
⬆️ snippets@1.1.10
2017-12-11 00:48:08 +01:00
Wliu
4debb280c8
⬆️ bookmarks@0.45.1
2017-12-11 00:39:42 +01:00
Wliu
59da908fc2
⬆️ symbols-view@0.118.2
2017-12-11 00:38:49 +01:00