Commit Graph

13990 Commits

Author SHA1 Message Date
Antonio Scandurra
86815f5be4 🐎 Remove inline styles for line numbers 2015-09-08 19:30:44 +02:00
Antonio Scandurra
b997b8c189 🔥 Remove line node style.top 2015-09-08 18:52:25 +02:00
Antonio Scandurra
8713f215c1 🐎 Remove unused class 2015-09-08 18:40:27 +02:00
Antonio Scandurra
c7fb8bc293 Merge branch 'master' into as-order-line-nodes 2015-09-08 18:11:17 +02:00
Nathan Sobo
7e0b0a4427 Cache incompatible packages based on electron version
This will cause us to re-check all packages when upgrading the version
of Electron.
2015-09-08 09:53:45 -06:00
Nathan Sobo
f5a591f6b3 Disable colored output from apm rebuild 2015-09-08 09:53:45 -06:00
Nathan Sobo
ea5b12d69c Clear build failures, cached incompatible modules after rebuild 2015-09-08 09:53:45 -06:00
Nathan Sobo
f571ee7baf Add Package::rebuild 2015-09-08 09:53:45 -06:00
Antonio Scandurra
1d1fb4caef 🎨 2015-09-08 17:23:41 +02:00
Antonio Scandurra
23cb2740cd 🐎 Remove class from tiles 2015-09-08 16:44:44 +02:00
Luke Pommersheim
7fa73d7396 fix for "make one selection to move down if the start row matches the next's end row" 2015-09-08 15:00:05 +02:00
Luke Pommersheim
e14b59ab43 fix for "bug that causes moveLineUp to move the wrong selections" 2015-09-08 14:59:44 +02:00
Luke Pommersheim
9cd2c111c4 bug that causes moveLineUp to move the wrong selections 2015-09-08 14:27:36 +02:00
Paul Betts
477559581e Correctly handle devMode 2015-09-07 12:13:34 -07:00
Paul Betts
4a53619780 Patch the browser process too 2015-09-07 11:56:46 -07:00
Antonio Scandurra
848b4ed564 Order line nodes by screen row 2015-09-07 19:47:45 +02:00
Antonio Scandurra
9df25e45ae Reflow only focused editors 2015-09-07 13:40:23 +02:00
Antonio Scandurra
9eed6c7834 Add "Continuous Reflow" mode 2015-09-07 13:25:13 +02:00
Thomas Johansen
919445cf8a 🐛 Fix undefined reference to syntheticEvent 2015-09-06 10:27:26 +02:00
Nathan Sobo
aed785924d Continue to dispatch CustomEvent instances in CommandRegistry
This changes the approach used to synthesize an event to dispatch. Since
we can no longer point to the original event as our prototype, we build
a new CustomEvent instance and override select properties with
Object.defineProperty. This preserves the contract with event handlers
by giving them a true CustomEvent instance.
2015-09-06 10:27:25 +02:00
Thomas Johansen
6294bc22d7 Simplify workaround, and describe issue with Object.create + CustomEvent 2015-09-06 10:27:25 +02:00
Paul Betts
b483fc6805 Set App User Model ID on Win32 2015-09-06 10:27:25 +02:00
Thomas Johansen
405eaf14d1 🙈 Add temporary hack to work around issue with CustomEvent
Since it's no longer possible to "properly" extend CustomEvent, we will need to
figure out a way to shadow the prototype chain, or some such.

See https://code.google.com/p/chromium/issues/detail?id=495437 for more details.
2015-09-06 10:27:24 +02:00
Cheng Zhao
e3f9074f4a Object.create doesn't work well with CustomEvent in Chrome 43 2015-09-06 10:27:24 +02:00
Andrey Fedorov
f2a1b69a34 Add backticks around URLs for style consistency 2015-09-05 14:24:07 -04:00
Andrey Fedorov
2c7be877c6 Update note explaining the usage of the protocol 2015-09-04 13:28:19 -04:00
Andrey Fedorov
136a30f180 Add a clarification about the usage of addOpener
Documentation augmented with a note about the need of using fake protocol in
order to invoke opener on a file already opened.

See discussion at

https://discuss.atom.io/t/difficulties-using-atom-workspace-addopener/20444
2015-09-04 10:23:40 -04:00
Max Brunsfeld
c4fc8e55fa Use correct executedFrom value for subsequent invocations 2015-09-03 16:03:02 -07:00
Max Brunsfeld
8993ed1da6 Merge pull request #8661 from atom/mb-fix-opening-files-with-line-numbers
Fix handling of filename:line:column command-line arguments
2015-09-03 12:19:46 -07:00
Nathan Sobo
d6c0e8f8c8 Merge pull request #8660 from atom/as-null-bytes-paired-char
Avoid pairing null byte characters
2015-09-03 13:17:37 -06:00
Max Brunsfeld
e5da009cdc Strip colon-number suffixes from args before parsing them as URLs 2015-09-03 11:31:01 -07:00
Antonio Scandurra
ac64245848 Avoid pairing null bytes characters 2015-09-03 19:54:55 +02:00
Max Brunsfeld
0a8ff35c3a 🎨 Pass devResourcePath as an argument to AtomApplication 2015-09-03 10:30:08 -07:00
Max Brunsfeld
ed62685c78 🎨 main.coffee 2015-09-03 10:28:37 -07:00
Nathan Sobo
3ca11c2cef 🎨 select-line adjustments; Only select single row if row is given 2015-09-03 08:25:24 -06:00
jc roy
361ef308e2 SelectLine : When multiple line selected, complete both first and last line. 2015-09-02 20:03:18 -04:00
Nathan Sobo
698e414bfb Update selection and cursor state atomically before emitting any events
This ensures we correctly restore the last cursor when handling a cursor
destruction event. It fixes an exception that occurred when undoing
after splitting an editor.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2015-09-02 12:20:30 -06:00
Luke Pommersheim
92881e64b3 Merge remote-tracking branch 'upstream/master' into move-lines-up-and-down-with-multiple-selections 2015-09-02 09:30:42 +02:00
Ross Allen
5ac106dc9c Document all options for creating Notifications
The defaults for the 'icon' values come from Notification::getIcon[0].

[0]:
https://github.com/atom/atom/blob/v1.0.7/src/notification.coffee#L79
2015-09-01 22:59:00 -07:00
Devon Carew
a235fcb8aa Update notification-manager.coffee
Fix a broken link in the docs page for https://atom.io/docs/api/v1.0.10/NotificationManager.
2015-09-01 21:28:16 -07:00
Max Brunsfeld
d9410716d2 Don't attempt to use source maps w/ no cache directory
This error will only happen when the compile-cache file is compiled
twice, which seems to be happening on windows when running specs.
This doesn't fix that problem, but prevents further errors from
cascading in a confusing way.
2015-09-01 16:49:15 -07:00
Max Brunsfeld
8f1daad4a9 Merge pull request #8608 from atom/mb-normalize-driver-letter-case
Normalize drive letter case on windows
2015-09-01 14:15:39 -07:00
Nathan Sobo
5be64cdc89 Merge pull request #8627 from atom/ns-terminate-drag-on-any-text-change
Terminate drag on any buffer change
2015-09-01 14:22:29 -06:00
Max Brunsfeld
61f7de736f Normalize resource path drive letters in main 2015-09-01 12:20:05 -07:00
Max Brunsfeld
5be3d4f82f Normalize drive letter case on windows 2015-09-01 12:17:19 -07:00
Nathan Sobo
f3def3a7ed Terminate drag on any buffer change
Not just text insertion.
2015-09-01 12:58:34 -06:00
Nathan Sobo
968cf6a51b Merge pull request #8624 from atom/ns-fix-mouse-autoscroll
Autoscroll when mouse gets close to the edge of the editor scroll view
2015-09-01 11:22:28 -06:00
Nathan Sobo
f1276f59de Autoscroll when mouse gets close to the edge of the editor scroll view
Previously, we required the cursor to exceed the bounds of the editor,
but that makes it impossible to scroll when the window is maximized.
2015-09-01 10:43:45 -06:00
Luke Pommersheim
193fd14e79 reduce multiple cursors/selections to the first, original, cursor/selection 2015-08-31 20:21:43 +02:00
Kevin Sawicki
56f40d7714 Append to existing cache dir value 2015-08-31 10:29:36 -07:00