Commit Graph

30636 Commits

Author SHA1 Message Date
Max Brunsfeld
34c8e25eff Avoid temporarily clearing DisplayLayer params in TextEditor.copy 2016-12-14 20:09:46 -08:00
Max Brunsfeld
39302aed35 Remove unnecessary comparisons to current params in TextEditor.update
Now the DisplayLayer internally avoids unnecessary work when reset() is
called with its existing parameters.
2016-12-14 20:09:46 -08:00
Max Brunsfeld
a06d77710c Adjust LinesYardstick assertion to reflect removal of redundant leading whitespace span 2016-12-14 14:54:56 -08:00
Max Brunsfeld
9a8ef15518 ⬆️ text-buffer (prerelease) 2016-12-14 14:22:56 -08:00
Max Brunsfeld
19f77e8882 ⬆️ spell-check 2016-12-14 14:22:40 -08:00
Max Brunsfeld
e526e75cc9 ⬆️ text-buffer (prerelease) 2016-12-14 12:47:47 -08:00
Max Brunsfeld
d7b86d9187 Merge remote-tracking branch 'origin/master' into mb-ns-integrate-new-display-layer 2016-12-14 12:16:50 -08:00
Max Brunsfeld
4388ecb9c3 ⬆️ text-buffer (prerelease) 2016-12-14 12:16:21 -08:00
Damien Guard
6c89706472 Update build-status.md 2016-12-14 11:11:08 -08:00
Damien Guard
f124cf2029 Match CI shield style 2016-12-14 09:53:39 -08:00
Damien Guard
1200bfe6a1 Add CircleCI, clarify Travis over macOS 2016-12-14 09:52:16 -08:00
Max Brunsfeld
8afeae46b4 Adjust assertion now that paired characters aren't wrapped in spans
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-12-13 17:29:36 -08:00
Max Brunsfeld
4f7b9e03c8 Expect a single leading whitespace token w/ atomic soft tabs & indent guides disabled
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-12-13 17:28:54 -08:00
Max Brunsfeld
e339aab590 Clip screen range end backward when dragging gutter
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-12-13 17:27:31 -08:00
Damien Guard
ad77c319ad Merge pull request #13431 from atom/dg-use-npm-chromedriver
Switch to npm provided chromedriver instead of manually downloaded
2016-12-13 13:12:03 -08:00
Damien Guard
bd6e0715c0 ⬆️ electron-winstaller 2016-12-13 12:59:21 -08:00
Damien Guard
438168e62c Do not use the chromedriver wrapper as it spews to stdout 2016-12-13 12:13:47 -08:00
Damien Guard
aa2b32e29c Ensure chromedriver matches electron version during build 2016-12-13 10:13:22 -08:00
Nathan Sobo
270b078f67 ⬆️ atom-keymap 2016-12-13 10:12:23 -07:00
Nathan Sobo
8b181063ca Adjust spec now that tab length does not affect leading space tokens 2016-12-13 00:09:09 -07:00
Nathan Sobo
5e8c3c7668 Constrain the followingRow to the line count in moveLineDown 2016-12-13 00:03:13 -07:00
Damien Guard
59dfb9e54b Merge pull request #12929 from atom/wl-use-scripts-from-apm
Redirect apm scripts to use the actual apm ones
2016-12-12 19:05:21 -08:00
Max Brunsfeld
65edebda73 Update test to reflect new soft wrap indent clipping behavior
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-12-12 17:05:18 -08:00
Damien Guard
ee778dd8f9 Merge pull request #13430 from atom/dg-switch-signing-keys
Signing key changes for Windows
2016-12-12 16:35:25 -08:00
Damien Guard
f25a718c02 Switch electron-chromedriver from GitHub download to npm install 2016-12-12 16:31:38 -08:00
Nathan Sobo
8a8819beb4 Use new boundary methods for moving lines up/down
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-12-12 17:13:13 -07:00
Ian Olsen
f9c96818e6 Merge pull request #13272 from atom/fb-vjeux-fix-gutter-prepend
Fix prepending multiple gutters at once
2016-12-12 15:55:46 -08:00
Damien Guard
b83bb95b56 Merge pull request #13426 from atom/dg-portable-enhancement
Portable mode enhancements
2016-12-12 15:55:17 -08:00
Damien Guard
11ec60d203 Switch master to new key, old key on old env vars for stable/beta 2016-12-12 15:52:30 -08:00
Damien Guard
85481f49d4 Merge pull request #13429 from atom/dg-upgrade-squirrel
⬆️ electron-winstaller
2016-12-12 15:27:08 -08:00
Damien Guard
a08967028b ⬆️ electron-winstaller (squirrel) 2016-12-12 14:56:07 -08:00
Nathan Sobo
0a5f74a1df Merge pull request #11852 from MikeInnes/overlay-scroll
Option for avoiding overlay movements
2016-12-12 10:51:07 -07:00
Antonio Scandurra
a17cf6e822 Lock git-utils version to 4.1.2
Using a weaker version constraint was causing npm to install version
4.1.4 of this module and, as a result, broke some specs
(21a56b8241/spec/git-repository-spec.coffee (L34)).

/cc: @damieng

Signed-off-by: Nathan Sobo <nathan@github.com>
2016-12-12 17:11:02 +01:00
Wliu
21a56b8241 ⬆️ language-git@0.19.0 2016-12-12 10:44:42 -05:00
Nathan Sobo
953e8eec0e Merge branch 'master' into MikeInnes-overlay-scroll 2016-12-12 08:38:38 -07:00
Antonio Scandurra
bc0666db10 Merge pull request #13421 from philwyett-hemi/rpm_dev
Multiple fixes for RPM and in docs RPM distros.
2016-12-12 16:01:21 +01:00
Damien Guard
5a446ff467 Clean up portable mode, try local .atom before ATOM_HOME 2016-12-11 15:59:24 -08:00
Phil Wyett
76f08a8f26 Commit...
* Fedora 22 is End Of Life (EOL), so no instructions needed.
2016-12-10 15:46:50 +00:00
Phil Wyett
49526593a9 Commit...
* Split instructions for Fedora and RHEL etc. i.e. yum and dnf.
* Never use --assumeyes or -y installing packages. atom 1.12.7 shows if
  this had been done by end users it would have caused them great issue.
2016-12-10 15:38:15 +00:00
Phil Wyett
af4da948e9 Commit...
* Correct requires for libXss across Fedora/RedHat (and derivatives) and SUSE.
2016-12-10 15:14:24 +00:00
Damien Guard
9efae86238 Merge branch 'as-dg-remove-spacepen-from-reopen-project-list-view' 2016-12-09 16:44:35 -08:00
Lee Dohm
1a8681355e Merge pull request #13416 from MatthiasWinkelmann/patch-1
Fix link in macOS build instructions
2016-12-09 10:17:15 -08:00
Matthias Winkelmann
cd591caaf1 Fixed link (issue label is mac, not os-x) 2016-12-09 19:15:22 +01:00
Damien Guard
5496797728 Merge pull request #13415 from portal-chan/master
Add desktop.ini to ignored names
2016-12-09 09:49:37 -08:00
portal
5301c55669 Add desktop.ini to ignored names 2016-12-09 19:00:11 +02:00
Damien Guard
cf20aef9db Merge pull request #13412 from atom/dg-mb-fix-editor-focus-issue
Fix issue where editor fails to regain focus
2016-12-08 17:08:14 -08:00
Max Brunsfeld
6f4a506517 Remove InputComponent.getDomNode method
Access the dom node directly in TextEditorElement instead

Signed-off-by: Damien Guard <damieng@github.com>
2016-12-08 16:12:26 -08:00
Max Brunsfeld
efd20774de Make each atom-text-editor keep a consistent hidden input node for its lifetime
Signed-off-by: Damien Guard <damieng@github.com>
2016-12-08 16:05:45 -08:00
Nathan Sobo
89e3891d82 Merge pull request #13411 from atom/jf-suppress-editor-warning
Suppress TextEditorScrollView scrolled when it shouldn't have warning
2016-12-08 16:13:25 -07:00
Joe Fitzgerald
9be8373930 Remove console warning
- Per @nathansobo, we’re not sure whether it’s even helpful to know this
2016-12-09 10:03:42 +11:00