Nathan Sobo
|
d8a54c9a38
|
Fix another path reassignment 😬
|
2016-08-06 08:10:17 -06:00 |
|
Nathan Sobo
|
ca76302b35
|
Fix reassignment of path variable. Grrrrr CoffeeScript.
|
2016-08-06 07:09:43 -06:00 |
|
Nathan Sobo
|
cd8e4eb43e
|
Avoid passing paths outside of repository to status subprocess
|
2016-08-06 07:00:24 -06:00 |
|
Zirro
|
04b8bd03ae
|
Introduce a non-explicit getUserDefault-method
|
2016-08-05 21:40:34 +02:00 |
|
Max Brunsfeld
|
1f34a8950a
|
Don't use config for softWrapHangingIndent
|
2016-08-05 09:53:22 -07:00 |
|
Max Brunsfeld
|
ddfb124cb8
|
Merge branch 'master' into ns-mb-detangle-editor
|
2016-08-05 09:39:43 -07:00 |
|
Yuya Tanaka
|
1ce2f6ce87
|
🐛 Fix window size is not updated on resize
|
2016-08-05 11:56:01 +09:00 |
|
Max Brunsfeld
|
c0e94aac5e
|
Handle null env load setting
|
2016-08-04 15:54:15 -07:00 |
|
Zirro
|
24befe2454
|
Handle double-click on custom title bar
|
2016-08-04 23:11:22 +02:00 |
|
Max Brunsfeld
|
0beb4bec42
|
Merge branch 'master' into ns-fix-decorated-layer-destruction
|
2016-08-04 13:30:59 -07:00 |
|
Max Brunsfeld
|
a589543277
|
🎨 Fix Decoration::destroy docs
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-08-04 12:29:46 -07:00 |
|
Max Brunsfeld
|
4634091e9b
|
Don't update the NODE_PATH when updating the environment on launch
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2016-08-03 15:50:21 -07:00 |
|
Max Brunsfeld
|
0a924a9e2f
|
Hook TextEditorRegistry to editors created by splitting panes
|
2016-08-03 10:58:11 -07:00 |
|
Antonio Scandurra
|
45afe07dc1
|
Don't throw an error when ATOM_HOME does not exist
|
2016-08-03 15:59:00 +02:00 |
|
Max Brunsfeld
|
a56db9a03e
|
Merge pull request #12297 from atom/mb-pass-missing-softwrap-hanging-indent-param
Supply missing softWrapHangingIndent parameter to display layer
|
2016-08-02 17:02:59 -07:00 |
|
Max Brunsfeld
|
43f34f73da
|
Supply missing softWrapHangingIndent parameter to display layer
|
2016-08-02 16:20:23 -07:00 |
|
Nathan Sobo
|
89ef73a64b
|
Unsubscribe from full-screen events when AtomEnvironment is destroyed
|
2016-08-02 16:43:06 -06:00 |
|
Nathan Sobo
|
c1b2042bcc
|
🎨
|
2016-08-02 16:19:38 -06:00 |
|
Nathan Sobo
|
4e89083e8c
|
🎨
|
2016-08-02 16:15:45 -06:00 |
|
Nathan Sobo
|
0c83d9741f
|
Don’t implement title bar via custom elements
|
2016-08-02 15:56:45 -06:00 |
|
Nathan Sobo
|
0240206d93
|
Merge branch 'master' into brumm-master
|
2016-08-02 15:39:57 -06: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
|
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 |
|
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
|
3fd275a7f6
|
Convert Color to JS
|
2016-08-01 17:03:06 -07:00 |
|
Damien Guard
|
369bd12faa
|
Add telemetry consent setting
|
2016-08-01 16:03:33 -07:00 |
|
Damien Guard
|
f3caa67109
|
Ensure beta is detected from path
|
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 |
|
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
|
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 |
|
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 |
|
Max Brunsfeld
|
f1a302a139
|
Merge branch 'master' into ns-mb-detangle-editor
|
2016-07-28 10:33:23 -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 |
|
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 |
|