Commit Graph

30437 Commits

Author SHA1 Message Date
Christopher Chedeau
c8a398e6e9 Fix prepending multiple gutters at once
There's a bug when multiple gutters are prepended at once where their order is not correctly preserved in the dom. The issue is that we do not update indexInOldGutters even though we inserted a dom node in the old gutters dom.

Honestly, I'm unconvinced that this entire logic is correct, but this fixes the use case we have in Nuclide so it's more correct than before :)

Released under CC0
2016-11-19 12:22:59 -08:00
Lee Dohm
56be2e43e6 ⬆️ language-git@0.16.0 2016-11-19 08:48:29 -08:00
Damien Guard
9762eaf439 Merge pull request #13268 from atom/dg-reload-window-binding-ctrl-shift-f5
Use ctrl-shift-f5 to reload on Win/Linux
2016-11-18 12:31:15 -08:00
Damien Guard
8c796b22ec Use ctrl-shift-f5 to reload on Win/Linux 2016-11-18 11:26:48 -08:00
Nathan Sobo
f8b079551b ⬆️ atom-keymap 2016-11-18 09:38:33 -07:00
simurai
bfab74d617 ⬆️ one-dark/light-ui@v1.9.0 2016-11-18 17:31:08 +09:00
Wliu
3534635694 ⬆️ language-html@0.47.1 2016-11-17 20:27:55 -05:00
Damien Guard
876fb36082 Remove checkout-head-revision binding to avoid i8n key conflicts on Linux and Windows 2016-11-17 14:50:27 -08:00
Damien Guard
1da9e0237c Merge pull request #13257 from atom/dg-remap-ctrl-alt-on-linux
Remap ctrl-alt keys on Linux to avoid i8n keyboard glyphs
2016-11-17 14:18:04 -08:00
Damien Guard
8ee0f0ee47 ⬆️ autoflow 2016-11-17 14:13:56 -08:00
Damien Guard
6d250c5b71 Remap Linux bindings to avoid i8n keyboard symbols. 2016-11-17 14:11:27 -08:00
Nathan Sobo
e0c503bbd0 ⬆️ atom-keymap 2016-11-17 14:32:36 -07:00
Nathan Sobo
3953575d06 ⬆️ atom-keymap 2016-11-17 11:07:27 -07:00
Antonio Scandurra
0219953a48 ⬆️ autocomplete-plus 2016-11-17 08:24:22 +01:00
Damien Guard
1137170215 ⬆️ autoflow 2016-11-16 15:47:21 -08:00
Damien Guard
47ee7c6665 Avoid additional ctrl-alt key shortcuts on Win32 2016-11-16 15:08:05 -08:00
Damien Guard
ecf8659045 Merge pull request #13246 from atom/dg-remap-win32-ctrl-alt-letters
Remap ctrl-alt-letter key bindings on Win32
2016-11-16 14:07:07 -08:00
Damien Guard
a240758e1d Merge pull request #13247 from atom/dg-electron-139
Upgrade Electron from 1.3.6 to 1.3.9
2016-11-16 14:06:17 -08:00
Damien Guard
0ded18a981 ⬆️ electron from 1.3.7 to 1.3.9 2016-11-16 13:00:31 -08:00
Damien Guard
13e501b12e Stop using ctrl-alt-letter bindings on Win32 - they conflict on international keyboards. Changes;
- window:reload is now ctrl-shift-r
- window:run-package-specs is now ctrl-shift-y
- application:add-project-folder is now ctrl-shift-a
- editor:log-cursor-scope is no longer bound by default
2016-11-16 12:45:41 -08:00
Damien Guard
1e9b0268e9 ⬆️ status-bar 1.7.0 2016-11-16 10:54:12 -08:00
Damien Guard
14a2c9f3f2 ⬆️ metrics 1.1.2 2016-11-16 10:52:27 -08:00
Max Brunsfeld
0d71ce590d ⬇️ scandal 2016-11-16 10:49:37 -08:00
Max Brunsfeld
4f6397326d ⬆️ scandal 2016-11-16 09:59:50 -08:00
Nathan Sobo
180e1526e7 ⬆️ atom-keymap 2016-11-16 10:49:34 -07:00
Nathan Sobo
ac812ee08d Merge pull request #13241 from atom/revert-13233-ns-fix-ime
Revert "Forward compositionstart/end events to KeymapManager to avoid IME issues"
2016-11-16 08:54:39 -07:00
Nathan Sobo
5839647366 Revert "Forward compositionstart/end events to KeymapManager to avoid IME issues" 2016-11-16 08:53:53 -07:00
Nathan Sobo
9e4086357f Merge pull request #13233 from atom/ns-fix-ime
Forward compositionstart/end events to KeymapManager to avoid IME issues
2016-11-16 08:33:21 -07:00
Nathan Sobo
3f788ebe7e Forward compositionstart/end events to KeymapManager to avoid IME issues 2016-11-15 13:14:21 -07:00
Ian Olsen
1917a33867 Merge pull request #13008 from atom/io-mru-ux-2
add new pane switch events for MRU UI
2016-11-15 11:20:42 -08:00
Ian Olsen
e27ceba266 ⬆️ atom-keymap@7.1.4 2016-11-15 10:24:34 -08:00
Antonio Scandurra
d89c3a18ad Merge pull request #13213 from atom/jf-prevent-orphans-on-process-exit
Use spawn instead of execFile and clean up running processes on process exit
2016-11-15 10:15:58 +01:00
Joe Fitzgerald
f73aa46cef Fix lint errors 2016-11-14 17:09:01 -07:00
Joe Fitzgerald
c83e71cb9d Don’t detach child process, cleanup code 2016-11-14 17:02:12 -07:00
Joe Fitzgerald
3123a92687 🎨 Fix spec, cleanup 2016-11-14 16:29:13 -07:00
Joe Fitzgerald
d0a011e93a Fix specs, rename cp > child_process 2016-11-14 16:23:10 -07:00
Joe Fitzgerald
1b2d2f0299 Use child_process.spawn instead of execFile
- Fixes #13084
- Kill child process on process exit, if it is running
- Ensure env is set correctly when new windows are launched
2016-11-14 10:06:26 -07:00
Damien Guard
d41c0ee7e0 ⬆️ apm v1.15.1 2016-11-13 16:07:57 -08:00
Damien Guard
8dad2a928c ⬆️ language-csharp 0.13.0 2016-11-13 08:29:21 -08:00
Max Brunsfeld
cbe8300f2a Merge pull request #13202 from atom/mb-fix-resize-flicker
Fix flicker in soft-wrapped files when resizing editors
2016-11-11 13:37:12 -08:00
Max Brunsfeld
5509475173 Ensure presenter forces DisplayLayer computations when rendering
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-11-11 12:55:57 -08:00
Damien Guard
22f5c9aa86 Merge pull request #13135 from atom/dg-windows-64bit
Windows 64-bit version
2016-11-11 12:49:32 -08:00
Damien Guard
f3b5c5ad39 Merge branch 'master' into dg-windows-64bit 2016-11-11 12:49:03 -08:00
Max Brunsfeld
5ee3dbe7e0 Avoid redundant DisplayLayer resets in TextEditor.update 2016-11-11 12:03:38 -08:00
Max Brunsfeld
990b49f4d7 ⬆️ text-buffer
Fixes #13182
2016-11-11 11:19:46 -08:00
Antonio Scandurra
5f82b34a0e Merge pull request #13201 from atom/as-ns-get-model-shim-on-editor-hidden-input
Add a `getModel` method to editors' hidden input component
2016-11-11 19:44:44 +01:00
Antonio Scandurra
c4fb0d9cce Merge pull request #13200 from atom/as-ns-update-env-async
Make `updateProcessEnv` async and add `core:loaded-shell-environment` activation hook
2016-11-11 19:44:29 +01:00
Antonio Scandurra
5a45461d60 Add a getModel method to editors' hidden input component
...to make it easy to access the editor in response to DOM events or
when using document.activeElement.

Signed-off-by: Nathan Sobo <nathan@github.com>
2016-11-11 19:38:54 +01:00
Damien Guard
80bb4337e3 Include arch in dependency cache key 2016-11-11 10:28:19 -08:00
Damien Guard
2df096ab13 ⬆️ apm 1.15.0 2016-11-11 10:27:43 -08:00