Max Brunsfeld
aed6248b7b
Merge branch 'master' into mb-tree-sitter-parsers
2017-12-29 16:21:54 -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
Max Brunsfeld
3482f8fe6f
Merge pull request #16455 from fordhurley/fix-unique-editor-ids
...
Ensure that new editors get unique ids
2017-12-27 14:43:40 -08:00
Ford Hurley
065f4c48ec
Avoid dependency on shared state
...
The test was passing only when run in isolation.
2017-12-27 16:37:55 -05:00
Max Brunsfeld
e51d2b0ea1
Merge pull request #16456 from atom/revert-15081-multiple-instances
...
Revert "Independent Atom instances (per $ATOM_HOME)"
2017-12-27 13:35:47 -08:00
Max Brunsfeld
798bbe3c32
Revert "Independent Atom instances (per $ATOM_HOME)"
2017-12-27 13:35:01 -08:00
Max Brunsfeld
a8e457df61
Tweak syntax selection key bindings
2017-12-27 12:37:50 -08:00
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
Ford Hurley
3ad3852dd6
Add a test for generated TextEditor ids
2017-12-27 15:16:22 -05:00
Ford Hurley
b5189e4e4a
Delint
2017-12-27 15:16:13 -05:00
Ford Hurley
f96a0d922e
Ensure that new editors get unique ids
...
This restores the behavior from when TextEditor was written in
coffeescript, and extended the Model class.
2017-12-27 13:42:40 -05: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