Commit Graph

29227 Commits

Author SHA1 Message Date
Timothy Cyrus
874be7d242 Update package.json
Update `marked` to fix sanitization issue on david-dm
2016-05-02 10:47:49 -04:00
Wliu
3e507e1157 atom.asar -> electron.asar 2016-05-02 14:27:42 +00:00
Antonio Scandurra
b7c6850413 Merge pull request #11506 from wvanlint/listener_order
Allow listeners to specify their calling order
2016-05-02 10:13:34 +02:00
Michelle Tilley
671334993f ⬆️ apm@1.10.0 2016-05-01 22:16:36 -07:00
Willem Van Lint
73748ef768 Order listeners by reverse registration order 2016-05-01 16:48:09 -07:00
Lee Dohm
57bf8f797b ⬆️ encoding-selector@0.22.0 2016-05-01 10:32:21 -07:00
Antonio Scandurra
f4a31261d0 Delete indent guides code from the presenter and the component
…because we're handling that behavior in `TextEditor` and `DisplayLayer`
now.
2016-05-01 11:48:39 +02:00
Antonio Scandurra
1c694df03b Don't show indent guides for mini editors 2016-05-01 11:42:28 +02:00
Antonio Scandurra
4f5efe98ff Overshoot to the nearest character when text nodes are not contiguous 2016-05-01 11:05:14 +02:00
Antonio Scandurra
334b4c1104 Overshoot to the end of the text node when the position cannot be found
...because the only possible scenario when a logical position in a text
node cannot be found is when the requested pixel position is exactly at
the end of the node.
2016-04-30 11:51:54 +02:00
Antonio Scandurra
02d9245c05 Merge branch 'master' into ns-switch-to-display-layers 2016-04-30 11:10:17 +02:00
Antonio Scandurra
7690331555 Merge branch 'master' into wl-electron-37
# Conflicts:
#	package.json
2016-04-30 09:23:14 +02:00
Antonio Scandurra
005022567b Merge pull request #11348 from atom/wl-drewmnoel-electron
Update Electron to 0.36.12
2016-04-30 09:19:17 +02:00
Antonio Scandurra
5a9bd28912 Merge pull request #11646 from atom/as-persist-state-on-reload
Persist the entire state on reload
2016-04-30 01:36:37 +02:00
Antonio Scandurra
539fc4090b ⬆️ bookmarks 2016-04-30 01:34:49 +02:00
Wliu
e237a37987 Merge remote-tracking branch 'refs/remotes/origin/master' into wl-electron-37 2016-04-29 18:43:48 -04:00
Wliu
a9da862678 Decrease spec timeouts
Reverts a35e24658d
2016-04-29 18:43:45 -04:00
Wliu
8d9324e234 ⬆️ language-sass@0.49.0 2016-04-29 18:30:19 -04:00
Wliu
5df4a8ccd0 ⬆️ electron@0.37.8 2016-04-29 18:22:05 -04:00
Wliu
b975c1ffc1 ⬆️ language-sass@0.48.0 2016-04-29 18:15:41 -04:00
Lee Dohm
f6352cb47b Merge pull request #11618 from delliott2016/master
Prompt for ctrl-o defaults to last directory where you opened a file
2016-04-29 10:53:17 -07:00
Lee Dohm
fc04e35621 Merge pull request #11634 from livelazily/get-completed-data
🐛 Wait for connection end to get completed data;
2016-04-29 09:35:16 -07:00
David Elliott
6c9d7ecc28 Remove random space 2016-04-29 08:39:14 -07:00
David Elliott
e2fa948ac8 🐛 Add support for Mac and Open Folder dialog. 2016-04-29 08:20:52 -07:00
Antonio Scandurra
7b2f049cbb 🎨 Refine binary search algorithm 2016-04-29 16:51:51 +02:00
Antonio Scandurra
d1583b46cf Merge branch 'rahatarmanahmed-perf-text-node-binary-search' into ns-switch-to-display-layers 2016-04-29 14:58:42 +02:00
Antonio Scandurra
c5a76d4a7d Persist the entire state on reload
This fixes an annoying problem that prevented the state of marker layers
from being saved when the window was reloaded either via `Cmd+R` in
DevTools or via `Ctrl+Option+Cmd+L` in Atom.

The issue was that we were *always* scheduling `saveState` on an idle
callback: `window.onbeforeunload`, however, doesn't wait for that event
before closing the window, and thus that state was never saved in those
situations.

The solution is to use idle callbacks only during the critical code path
(i.e. on mousedown and keydown), but save it synchronously otherwise.
Saving something to IndexedDB is actually asynchronous too, but it seems
like Chrome fulfills `put` requests that get executed right during
`onbeforeunload`.
2016-04-29 14:41:34 +02:00
Antonio Scandurra
50e3f1f789 ⬆️ text-bufffer 2016-04-29 14:06:05 +02:00
Lee Dohm
7d463d9dd0 ⬆️ about@1.5.2 2016-04-28 15:30:38 -07:00
Rahat Ahmed
c6bd9bc8c0 Adjustments for @as-cii 2016-04-28 15:28:54 -05:00
Damien Guard
d3ee21941a Fix some specs on Windows and honor options.shell 2016-04-28 12:23:44 -07:00
Josh Abernathy
b4d09d580e Merge pull request #11641 from atom/remove-project-dependency
Remove TextEditor's global project dependency
2016-04-28 14:47:00 -04:00
David Elliott
398ae4491e 🎨 Removed application:open-dev and application:open-safe from new method. 2016-04-28 11:13:07 -07:00
Giuseppe Piscopo
07bf40879d Fix coffeelint error on trailing whitespace 2016-04-28 19:25:54 +02:00
joshaber
2f1268dc7c Move copyPathToClipboard to the default commands. 2016-04-28 11:36:17 -04:00
Antonio Scandurra
2c5340c70f ⬆️ text-buffer 2016-04-28 17:29:59 +02:00
Josh Abernathy
5ba701f112 Merge pull request #11616 from atom/dont-require-assert
Remove TextEditor's dependency on assert
2016-04-28 10:41:53 -04:00
Josh Abernathy
bd28fffdd3 Merge pull request #11628 from atom/fix-cached-status
Fix GitRepository cached status
2016-04-28 09:56:30 -04:00
joshaber
76d8421963 Inline the no-op assert. 2016-04-28 09:50:01 -04:00
joshaber
23023a7a3d Merge branch 'master' into dont-require-assert 2016-04-28 09:48:52 -04:00
Antonio Scandurra
f2a497d591 Don't create folds for empty ranges 2016-04-28 13:43:00 +02:00
Antonio Scandurra
57442781ec Fix bug when positioning cursors after the fold-marker 2016-04-28 13:31:28 +02:00
Giuseppe Piscopo
bebaf1bdb0 extract Windows PowerShell operations from squirrel-update 2016-04-28 09:24:37 +02:00
livelazily
3b5bcf1c0d 🐛 Wait for connection end to get completed data; 2016-04-28 14:27:56 +08:00
joshaber
cd8b28da4d Document why 2016-04-27 22:40:34 -04:00
Giuseppe Piscopo
63c45cc8fd extract Windows registry operations from squirrel-update 2016-04-28 03:20:55 +02:00
Giuseppe Piscopo
77dcf37ee3 extract process spawning from squirrel-update 2016-04-28 03:20:55 +02:00
joshaber
d11e30579b Manually emit the change event. 2016-04-27 17:17:09 -04:00
joshaber
4727d6611e Revert "Fix the test."
This reverts commit 630b8c69a6.
2016-04-27 17:06:37 -04:00
joshaber
630b8c69a6 Fix the test. 2016-04-27 16:24:29 -04:00