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
77b8089e3a
Use the snapshot result to require core modules
2016-11-15 18:03:36 +01:00
Antonio Scandurra
6ccdc421cb
Use a different entry script to generate the startup snapshot
2016-11-15 11:01:51 +01:00
Antonio Scandurra
3514adfe4e
Import Point and Range from text-buffer
2016-11-15 11:01:51 +01:00
Antonio Scandurra
1d16d687bb
Start on generating a startup snapshot script via electron-link
2016-11-15 11:01:51 +01: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
Farnabaz
4d88a9783e
add test: remove inconsistent indentations
2016-11-12 06:04:01 +03:30
Farnabaz
bd1919bbe4
add test: cursor position in bidirectional lines
2016-11-12 05:17:51 +03:30
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
Antonio Scandurra
9176a6429f
Add core:loaded-shell-environment activation hook
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-11-11 19:08:34 +01:00
Antonio Scandurra
e34bc188d0
Make updateProcessEnv asynchronous
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-11-11 18:39:18 +01:00
Farnabaz
a0529cc4bd
fix text selection and cursor position in lines with rtl text
...
assume a line contain both english text and persian (rtl) text, like this
```
Sample Text متن نمونه sample text
```
atom always look at first rect size of Text Element and calculate position, this cause cursor to place in wrong position
in our example `Range.getClientRects()` return three rects, look at this pen
http://codepen.io/farnabaz/pen/rWxrGW
2016-11-11 14:21:41 +03:30
Antonio Scandurra
31eb91c0a7
⬆️ line-ending-selector
...
Refs: https://github.com/atom/line-ending-selector/pull/35
2016-11-11 08:49:29 +01:00
Damien Guard
aaf1c72f5a
Make build pass on x64 before atom.io is ready
2016-11-10 22:34:51 -08:00
Damien Guard
0d0a2ae7b1
Windows 64-bit version of Atom
2016-11-10 16:59:12 -08:00
Lee Dohm
fa9bcaa4aa
Merge pull request #13186 from atom/jf-timeout-invoking-env
...
Timeout when invoking the shell, log information to the console
2016-11-10 14:48:41 -08:00
Nathan Sobo
c6843cde81
⬆️ atom-keymap
2016-11-10 15:07:15 -07:00
Joe Fitzgerald
7dfc99989f
Timeout when invoking the shell, log information to the console
...
- Partially addresses #13084
2016-11-10 14:23:24 -07:00
Nathan Sobo
e9b471a24f
⬆️ atom-keymap
2016-11-10 14:14:09 -07:00
Nathan Sobo
6c5457b36a
⬆️ snippets
2016-11-10 14:14:00 -07:00
Nathan Sobo
8e6efe928f
⬆️ find-and-replace
2016-11-10 13:29:01 -07:00
Hubot
c7f9a76d4b
1.14.0-dev
2016-11-09 13:55:16 -06:00
Katrina Uychaco
8c91e03420
⬆️ apm@1.14.1
2016-11-07 17:06:55 -08:00
Lee Dohm
1d33e3b0a2
Merge pull request #13161 from atom/more-license
...
Additional license clarification and update license year
2016-11-07 14:57:21 -08:00
Lee Dohm
312f6d3600
Change copyright range to 2011-2016
2016-11-07 14:54:06 -08:00
Lee Dohm
8143280ce1
Add 'other' GitHub logos
2016-11-07 14:37:40 -08:00
Lee Dohm
7c6829e036
Additional license clarification and update license year
2016-11-07 14:31:19 -08:00
Lee Dohm
f61d1f6472
Merge pull request #13160 from atom/logo-clarification
...
Add logo clarification and standard license info to README
2016-11-07 12:26:48 -08:00
Lee Dohm
9890f0ab98
Add logo clarification and standard license info to README
2016-11-07 12:25:02 -08:00