Max Brunsfeld
|
17c90ea464
|
Serialize text editors' tab lenghts
|
2017-11-06 09:37:03 -08:00 |
|
Max Brunsfeld
|
44be6125fa
|
⬆️ text-buffer
|
2017-11-06 09:36:36 -08:00 |
|
Max Brunsfeld
|
113b563b7e
|
Make several languageMode APIs optional in TextEditor
|
2017-11-06 09:36:08 -08:00 |
|
Max Brunsfeld
|
351f96d5dd
|
Iterate on GrammarRegistry APIs
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2017-11-06 09:36:06 -08:00 |
|
Max Brunsfeld
|
e6c3891e62
|
Assign a language mode in text editor component specs
|
2017-11-03 15:08:02 -07:00 |
|
Max Brunsfeld
|
bfffde9a76
|
Don't require that language modes have a getGrammar method
|
2017-11-03 11:48:15 -07:00 |
|
Max Brunsfeld
|
140a783011
|
Start work on switching to new language mode API
|
2017-11-03 00:12:33 -07:00 |
|
Max Brunsfeld
|
0d6c746572
|
Add grammar registry as an injected dependency of Project
|
2017-11-02 12:24:11 -07:00 |
|
Max Brunsfeld
|
1a7ea3322e
|
🎨 project-spec.js
|
2017-11-02 12:13:31 -07:00 |
|
Max Brunsfeld
|
b7ae57bdbe
|
Inline unnecessary addBufferAtIndex method
|
2017-11-02 11:56:54 -07:00 |
|
Max Brunsfeld
|
5f4d955cb1
|
Merge pull request #16076 from atom/mb-convert-selection-to-js
Convert Selection from CoffeeScript to JavaScript
|
2017-11-02 10:40:04 -07:00 |
|
Max Brunsfeld
|
3b6f98b446
|
Fix lint errors
|
2017-11-02 09:48:00 -07:00 |
|
Max Brunsfeld
|
99f90af427
|
Convert Selection spec to JS
|
2017-11-02 09:48:00 -07:00 |
|
Max Brunsfeld
|
4ce351d0f3
|
Convert Selection to JS
|
2017-11-02 09:22:58 -07:00 |
|
Max Brunsfeld
|
6277459691
|
Merge pull request #16066 from atom/mb-decaffeinate-text-editor
Convert TextEditor class to JS
|
2017-11-01 22:25:44 -07:00 |
|
Max Brunsfeld
|
9540d3f33e
|
⬆️ whitespace, snippets
|
2017-11-01 21:42:34 -07:00 |
|
Max Brunsfeld
|
7f48c140ba
|
⬆️ tabs for spec fix
|
2017-11-01 17:37:36 -07:00 |
|
Max Brunsfeld
|
d5445db784
|
⬆️ text-buffer
|
2017-11-01 17:00:00 -07:00 |
|
Max Brunsfeld
|
96e6b3a2ce
|
Fix error in .getLongTitle when editor isn't in the workspace
|
2017-11-01 16:51:01 -07:00 |
|
Wliu
|
ff684925da
|
Merge pull request #16067 from royGil/master
Remove duplicate variable declaration
|
2017-11-02 00:45:05 +01:00 |
|
Roy Giladi
|
887975c403
|
Remove duplicate variable declaration
Hey, just noticed that "Project" has already been declared on line 36
|
2017-11-02 01:33:39 +02:00 |
|
Nathan Sobo
|
b7cf68eeed
|
Merge pull request #16065 from atom/fix-nsfw-require
Actually require @atom/nsfw dependency in path-watcher.js
|
2017-11-01 17:19:04 -06:00 |
|
Max Brunsfeld
|
af82dff75b
|
Fix error in .getLongTitle when editors have no path
|
2017-11-01 16:15:32 -07:00 |
|
Max Brunsfeld
|
616ebe71d9
|
Convert text-editor-spec.coffee to JavaScript
|
2017-11-01 15:51:14 -07:00 |
|
Max Brunsfeld
|
e9e23a2d09
|
Convert text-editor.coffee to JS
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2017-11-01 15:19:52 -07:00 |
|
Nathan Sobo
|
b6407650ec
|
Merge pull request #16064 from atom/fix-shift-scroll-when-selecting
Exclude Shift from keydown events that terminate selection drags
|
2017-11-01 15:43:15 -06:00 |
|
Nathan Sobo
|
61b4fc7d29
|
Actually require @atom/nsfw dependency in path-watcher.js 🤦
|
2017-11-01 15:32:05 -06:00 |
|
Nathan Sobo
|
f25570f135
|
Exclude Shift from keydown events that terminate selection drags
|
2017-11-01 14:00:43 -06:00 |
|
Nathan Sobo
|
a5d3ecabb8
|
Merge pull request #16060 from atom/fix-adding-selections-with-mouse
Don't terminate selection dragging when a modifier key is pressed
|
2017-11-01 10:15:47 -06:00 |
|
Nathan Sobo
|
f0f0ba2296
|
⬆️ event-kit
|
2017-11-01 10:13:37 -06:00 |
|
Nathan Sobo
|
afc341ed46
|
⬆️ find-and-replace
|
2017-11-01 09:50:45 -06:00 |
|
Nathan Sobo
|
11511f27d5
|
Don't terminate selection dragging when a modifier key is pressed
This preserves the ability to add selections via ctrl- or cmd-click.
|
2017-11-01 09:22:38 -06:00 |
|
Wliu
|
6b9deee5a7
|
Merge pull request #16058 from atom/wl-spec-reporter-enhancements
Improve spec reporter
|
2017-11-01 15:22:27 +01:00 |
|
Wliu
|
b6c804d637
|
Do not modify menus
|
2017-11-01 13:59:21 +01:00 |
|
Wliu
|
4c02e96f2a
|
Preserve whitespace
|
2017-11-01 13:59:02 +01:00 |
|
Jason Rudolph
|
08baeae77b
|
Merge pull request #16025 from atom/decaf-theme-manager
☠☕ Decaffeinate `src/theme-manager.coffee`
|
2017-11-01 08:50:51 -04:00 |
|
Wliu
|
138524db11
|
⬆️ language-coffee-script@0.49.3
|
2017-11-01 12:31:23 +01:00 |
|
Wliu
|
449fcfbd24
|
⬆️ language-java@0.27.6
|
2017-11-01 12:30:16 +01:00 |
|
Wliu
|
9a3d98cf9b
|
⬇️ language-less, language-sass
|
2017-11-01 12:28:45 +01:00 |
|
Wliu
|
60aa93846e
|
⬆️ keybinding-resolver@0.38.1
|
2017-11-01 12:25:01 +01:00 |
|
Wliu
|
a66dcc41a6
|
⬆️ markdown-preview@0.159.18
|
2017-11-01 12:23:49 +01:00 |
|
Wliu
|
e76be3839e
|
⬆️ find-and-replace@0.212.4
|
2017-11-01 12:22:11 +01:00 |
|
Michelle Tilley
|
cbc2bdb20b
|
⬆️ github@0.8.0
|
2017-10-31 15:31:10 -07:00 |
|
Nathan Sobo
|
7ff38ac0d9
|
Merge pull request #16047 from atom/prevent-browser-autoscroll-on-space
Prevent the browser from auto-scrolling the scroll container on spacebar
|
2017-10-31 14:59:40 -06:00 |
|
Nathan Sobo
|
252a98b231
|
Prevent the browser from auto-scrolling the scroll container on spacebar
|
2017-10-31 13:55:40 -06:00 |
|
Nathan Sobo
|
25cb5c2c27
|
⬆️ archive-view
This version should be able to be packaged cleanly.
/cc @Alhadis
|
2017-10-31 13:14:01 -06:00 |
|
Nathan Sobo
|
70e9ebd545
|
Revert "⬆️ archive-view"
This reverts commit c3adde5846.
|
2017-10-31 12:53:10 -06:00 |
|
Nathan Sobo
|
c3adde5846
|
⬆️ archive-view
|
2017-10-31 12:46:15 -06:00 |
|
Nathan Sobo
|
cffa433267
|
⬆️ tabs
|
2017-10-31 12:15:23 -06:00 |
|
Nathan Sobo
|
080137f377
|
⬆️ fuzzy-finder
|
2017-10-31 12:15:23 -06:00 |
|