Max Brunsfeld
|
62ff9f1ae0
|
⬆️ grammar-selector
|
2016-08-02 14:29:33 -07:00 |
|
Max Brunsfeld
|
15cddcc0ba
|
⬆️ symbols-view
So that the package no longer uses a removed private property of TextEditor
|
2016-08-02 14:23:22 -07:00 |
|
Max Brunsfeld
|
f3d486eb9c
|
Merge branch 'master' into ns-mb-detangle-editor
|
2016-08-02 14:12:18 -07:00 |
|
Max Brunsfeld
|
c7b7eace22
|
Merge pull request #12292 from atom/mb-fix-incompatible-module-error
Fix exception when package requires an incompatible native module
|
2016-08-02 13:58:28 -07:00 |
|
Max Brunsfeld
|
1a35e6e22f
|
Merge pull request #12278 from atom/mb-js-api-docs
Allow JavaScript classes to be included in API documentation
|
2016-08-02 12:59:15 -07:00 |
|
Max Brunsfeld
|
9a72c7e65e
|
Fix exception when package requires an incompatible native module
|
2016-08-02 12:14:00 -07:00 |
|
Nathan Sobo
|
a7c38ea732
|
Merge pull request #12289 from atom/ns-as-fix-tokenized-buffer-iterator
Always seek to specified position in TokenizedBufferIterator
|
2016-08-02 12:46:30 -06:00 |
|
Max Brunsfeld
|
3e0334d88f
|
In TextEditorElement spec, style scrollbar within shadow root
|
2016-08-02 11:26:09 -07:00 |
|
Nathan Sobo
|
2b5f1bda46
|
Always seek to specified position in TokenizedBufferIterator
Fixes #10350
Signed-off-by: Antonio Scandurra <as-cii@github.com>
|
2016-08-02 12:19:45 -06:00 |
|
Max Brunsfeld
|
ebcffb1c8b
|
Run joanna with an explicit list of paths
|
2016-08-02 11:18:11 -07:00 |
|
Damien Guard
|
ed5ad3cee7
|
Merge branch '1.10-releases'
|
2016-08-02 06:39:13 -07:00 |
|
Max Brunsfeld
|
b358047b96
|
Convert DeserializerManager to JS
|
2016-08-01 17:03:06 -07:00 |
|
Max Brunsfeld
|
2e04bd6ea9
|
Convert window.coffee and clipboard.coffee to javascript
|
2016-08-01 17:03:06 -07:00 |
|
Max Brunsfeld
|
61bbfae420
|
⬆️ joanna
|
2016-08-01 17:03:06 -07:00 |
|
Max Brunsfeld
|
2500d59bce
|
Generate API docs from js sources
|
2016-08-01 17:03:06 -07:00 |
|
Max Brunsfeld
|
3fd275a7f6
|
Convert Color to JS
|
2016-08-01 17:03:06 -07:00 |
|
Nathan Sobo
|
475ad6b4e6
|
⬆️ about
|
2016-08-01 16:14:20 -06:00 |
|
simurai
|
ec3207e6c0
|
⬆️ settings-view@v0.241.1
https://github.com/atom/settings-view/pull/822
|
2016-07-31 14:26:13 +02:00 |
|
Damien Guard
|
f3caa67109
|
Ensure beta is detected from path
v1.10.0-beta0
|
2016-07-29 15:51:45 -07:00 |
|
Damien Guard
|
82efce08ed
|
Fix WinShell closure/for issue, improve error handling
|
2016-07-29 14:48:33 -07:00 |
|
Nathan Sobo
|
acc5052978
|
⬆️ text-buffer
|
2016-07-29 15:12:01 -06:00 |
|
Nathan Sobo
|
1fd51ee271
|
⬆️ text-buffer
|
2016-07-29 15:11:37 -06:00 |
|
Max Brunsfeld
|
97d791f728
|
Deprecate grammar override API on GrammarRegistry
|
2016-07-29 13:42:09 -07:00 |
|
Max Brunsfeld
|
e2e245aca1
|
Make TextEditorRegistry.setGrammarOverride take a scope name
Also, clear the stored grammar score for that editor when setting an override.
|
2016-07-29 13:40:29 -07:00 |
|
Antonio Scandurra
|
08d121533e
|
Merge pull request #12262 from atom/as-delete-obsolete-code
Delete Obsolete Code
|
2016-07-29 17:43:56 +02:00 |
|
Nathan Sobo
|
aedc0d1c16
|
Merge pull request #12258 from atom/mq-js-styleguide
Add JS style guide to the Contributing guide
|
2016-07-29 09:15:36 -06:00 |
|
Antonio Scandurra
|
6d4102a098
|
Delete random-editor-spec.coffee
We are already extensively testing the same specs on text-buffer.
|
2016-07-29 17:15:06 +02:00 |
|
Antonio Scandurra
|
fd94acc2e8
|
Delete RowMap and its specs
After transitioning to `DisplayLayer` we don't need this object anymore.
|
2016-07-29 17:12:44 +02:00 |
|
Machiste Quintana
|
45b93e6df8
|
📝 Add JS style guide to the Contributing guide
|
2016-07-28 19:53:36 -07:00 |
|
Nathan Sobo
|
43caead392
|
Avoid test failure due to timing
Signed-off-by: Antonio Scandurra <as-cii@github.com>
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
|
2016-07-28 17:34:57 -06:00 |
|
Nathan Sobo
|
b256a1450a
|
Remove grammars from TextEditorElement.initialize
|
2016-07-28 15:48:22 -06:00 |
|
Max Brunsfeld
|
16c80f6eaf
|
WIP - add local null grammar
|
2016-07-28 14:47:26 -07:00 |
|
Nathan Sobo
|
002c776f10
|
Fix regex to allow multi-digit minor versions in build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
|
2016-07-28 15:34:57 -06:00 |
|
Nathan Sobo
|
e249b26a38
|
Fix regex to allow multi-digit minor versions in build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
|
2016-07-28 15:34:38 -06:00 |
|
Hubot
|
ebd68515d2
|
1.10.0-beta0
|
2016-07-28 13:29:20 -05:00 |
|
Hubot
|
e0cc48f17e
|
1.11.0-dev
|
2016-07-28 13:29:20 -05:00 |
|
Max Brunsfeld
|
f1a302a139
|
Merge branch 'master' into ns-mb-detangle-editor
|
2016-07-28 10:33:23 -07:00 |
|
Damien Guard
|
0aa4256bcf
|
⬆️ settings-view@0.241.0
|
2016-07-28 10:16:37 -07:00 |
|
Max Brunsfeld
|
f48165deaf
|
🔥 Unused workspace parameter in TextEditorComponent
|
2016-07-28 10:07:53 -07:00 |
|
Max Brunsfeld
|
36ecbd4ca4
|
🔥 Unused grammar registry parameter in TextEditorComponent
|
2016-07-28 10:06:42 -07:00 |
|
Max Brunsfeld
|
738a2b90dc
|
🔥 useShadowDOM setting
|
2016-07-28 10:02:16 -07:00 |
|
Nathan Sobo
|
c00af22c88
|
Merge pull request #12249 from atom/ns-as-fix-spacebar-regression
Fix regression where spacebar scrolled elements containing editors
|
2016-07-27 17:29:02 -06:00 |
|
Max Brunsfeld
|
e1f8a72995
|
Move ctrl-mousewheel handling out of TextEditorComponent
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-07-27 16:02:24 -07:00 |
|
Max Brunsfeld
|
ab30ecf994
|
Manage scroll sensitivity setting in TextEditorRegistry
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-07-27 15:39:03 -07:00 |
|
Max Brunsfeld
|
63a730253b
|
Don't use config for scrollSensitivity in TextEditorComponent
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-07-27 15:35:56 -07:00 |
|
Max Brunsfeld
|
4c03cb39de
|
🔥 Unused method
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-07-27 15:35:53 -07:00 |
|
Max Brunsfeld
|
1c38dce3b2
|
Don't use font config settings in TextEditorComponent
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-07-27 15:23:59 -07:00 |
|
Max Brunsfeld
|
3f8b6138dc
|
Don't use config in TextEditorPresenter
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-07-27 14:56:36 -07:00 |
|
Max Brunsfeld
|
3d796df401
|
Stop using GrammarRegistry in TextEditor
|
2016-07-27 14:09:17 -07:00 |
|
Nathan Sobo
|
7c79a5b973
|
Fix regression where spacebar scrolled elements containing editors
/cc @hellendag
|
2016-07-27 14:58:11 -06:00 |
|