Commit Graph

33667 Commits

Author SHA1 Message Date
Nathan Sobo
b7504a2a72 ⬆️ tree-view 2017-11-03 06:17:07 -06:00
Michelle Tilley
a3bb0bbb44 Merge pull request #15935 from atom/mkt-core-uri-handlers
Add core URI handlers
2017-11-02 18:40:00 -07:00
Ash Wilson
809a2d6348 Merge pull request #16080 from atom/fb-hw-directory-watcher
Allow directory providers to implement a custom onDidChangeFiles
2017-11-02 18:30:59 -07:00
Michelle Tilley
0267829211 Change the way we test this 2017-11-02 16:45:52 -07:00
Michelle Tilley
fba5fbc42d Merge remote-tracking branch 'origin/master' into mkt-core-uri-handlers 2017-11-02 16:30:29 -07:00
Michelle Tilley
07ac7041d9 ⬆️ settings-view@0.253.0 2017-11-02 16:19:19 -07:00
Michelle Tilley
99bef8e7d1 More debugging 2017-11-02 16:09:57 -07:00
Michelle Tilley
444597c845 Let's add some debugging 2017-11-02 15:49:06 -07:00
Nathan Sobo
3a758eeb8d Merge pull request #16083 from atom/resize-overlay-bug
Judge resize of overlay by contentRect changing
2017-11-02 16:33:09 -06:00
Michelle Tilley
178756b62a update test 2017-11-02 15:27:59 -07:00
Nathan Sobo
667634191e Document hiddenInCommandPalette option in atom.commands.add 2017-11-02 16:15:45 -06:00
Michelle Tilley
ada75ed1dd Fix bug in test 2017-11-02 14:45:14 -07:00
Justin Ratner
7639afe684 Judge resize of overlay by contentRect changing 2017-11-02 15:13:49 -06:00
Michelle Tilley
668397c1d0 Fix flaky test 2017-11-02 14:11:52 -07:00
Nathan Sobo
d0587a0b60 Merge pull request #16075 from atom/fix-select-word
Fix select-word command between word and non-word chararacters
2017-11-02 14:41:39 -06:00
Michelle Tilley
db0fd527ce Add test for core URI handler window-selection logic 2017-11-02 13:35:29 -07:00
Wliu
76ac08c49c ⬆️ open-on-github@1.3.0 2017-11-02 20:40:23 +01:00
hansonw
303cf30b51 Allow directory providers to implement onDidChangeFiles for custom pathwatchers 2017-11-02 11:43:33 -07:00
Michelle Tilley
cbf2d24d9e ⌨️ fix typo 2017-11-02 11:31:06 -07:00
Nathan Sobo
3d3042baf2 ⬆️ command-palette 2017-11-02 12:18:46 -06: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
Nathan Sobo
1e9753d8a5 Fix select-word command between word and non-word chararacters
In #15776, we accidentally stopped passing an option to the wordRegExp
method that caused us to prefer word characters when selecting words at
a boundary between word and non-word characters.
2017-11-02 10:22:22 -06: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
Michelle Tilley
2d20886cfa Rename AtomApplication#windows -> #windowStack
Update references across codebase
2017-11-01 14:36:23 -07: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