Commit Graph

24392 Commits

Author SHA1 Message Date
Nathan Sobo
2869d66de0 Trigger polling in spec via window resize instead of advancing clock 2015-07-23 10:51:11 -06:00
Nathan Sobo
b2fb7e6e7a Remove unused prototype properties 2015-07-23 10:51:11 -06:00
Jessica Lord
40ba0da4f5 Remove resize listeners from editor
pollDOM will always be called when window is resized
2015-07-23 10:51:11 -06:00
Jessica Lord
96874d68d8 Run polling functions when windows resizes 2015-07-23 10:51:11 -06:00
Jessica Lord
fb7304a3d7 Remove event listeners after each test 2015-07-23 10:51:10 -06:00
Jessica Lord
39749ac70a Remove unused spy for intervals 2015-07-23 10:51:10 -06:00
Jessica Lord
2f11b86a34 Ensure document polling functions run when stylesheets change 2015-07-23 10:51:10 -06:00
Jessica Lord
ba58631984 Update all text editor styles in one batch
This allows DOM mutation observers to detect changes to the global
styles.
2015-07-23 10:51:10 -06:00
Jessica Lord
3715e05bed Change spec to test on DOM mutation rather than interval 2015-07-23 10:51:10 -06:00
Jessica Lord
21c91b9bf3 Check if cursor is blinking before pausing 2015-07-23 10:51:10 -06:00
Jessica Lord
558eb1bb8c Use mutation observer for document changes 2015-07-23 10:51:10 -06:00
Nathan Sobo
8586a6f2dc Merge pull request #7957 from atom/sm-gutter
Enable subpixel AA for tabs, status-bar etc.
2015-07-23 09:02:34 -06:00
Max Brunsfeld
1e22fd50f2 ⬇️ service-hub
Fixing the version at 0.5 for the moment.
2015-07-22 15:01:50 -07:00
Ben Ogle
f81f63429b Merge pull request #7879 from ssorallen/notification-docblocks
Add docblocks for `Notification` public functions
2015-07-22 14:44:30 -07:00
Max Brunsfeld
a00f4132db ⬆️ service-hub 2015-07-22 12:05:10 -07:00
Ben Ogle
c36f6e0e64 ⬆️ autocomplete-atom-api@0.9.2 2015-07-22 11:53:02 -07:00
Nathan Sobo
377a531564 Merge pull request #8020 from atom/bf-document-undocumented-return-type-for-gutter-decorate-marker
Document return type of `Gutter::decorateMarker()`.
2015-07-22 09:35:44 -06:00
Thomas Johansen
5a799578de Merge pull request #7996 from atom/bf-cap-babel-core
Upgrade to Babel 5.8.3
2015-07-22 10:33:04 +02:00
Michael Bolin
ec078f9c14 Document return type of Gutter::decorateMarker(). 2015-07-21 22:15:34 -07:00
Max Brunsfeld
eb088227e1 Merge pull request #8010 from atom/mb-dont-maintain-marker-history-by-default
Default maintainHistory marker option to false
2015-07-21 17:34:07 -07:00
Michael Bolin
4ea7adc8a6 ⬆️ babel-core@5.8.3.
Pick up a critical bug fix for Babel bug: https://github.com/babel/babel/issues/2028.
2015-07-21 16:12:14 -07:00
Ben Ogle
2106566f1f ⬆️ autocomplete-css@0.9.0 2015-07-21 15:02:02 -07:00
Ben Ogle
3090e65232 ⬆️ css languages
Closes atom/autocomplete-css#20
2015-07-21 14:43:20 -07:00
Max Brunsfeld
a60f330628 Default maintainHistory marker option to false 2015-07-21 13:27:05 -07:00
Max Brunsfeld
7d879c3bb1 Merge pull request #8002 from svanharmelen/b-fix-indenting
Yet another (small) tweak to enable another indentation use case
2015-07-21 11:41:31 -07:00
simurai
1a961d987d ⬆️ one-dark/light-ui@v1.0.2 2015-07-21 14:01:43 +09:00
Kevin Sawicki
316f393c24 Put older versions of cut/copy/paste shortcuts first
So the common ones, ctrl-c/v/x are displayed in the context menu

Closes #5989
2015-07-20 17:18:01 -07:00
Kevin Sawicki
2c37294f3b Handle EINVAL errors on open
Closes atom/tree-view#408
2015-07-20 17:04:17 -07:00
Kevin Sawicki
c039c820a4 Handle ECONNRESET errors when saving
Closes #7849
2015-07-20 16:03:47 -07:00
Kevin Sawicki
c1aff67a90 ⬆️ tree-view@0.179 2015-07-20 15:58:44 -07:00
Kevin Sawicki
d2a7012512 Handle ECONNRESET error codes on open
Closes #7946
2015-07-20 15:24:33 -07:00
Sander van Harmelen
0e4468c55f Tweak enabling a few more use cases... 2015-07-20 22:36:58 +02:00
Machisté N. Quintana
da474675c0 Merge pull request #7966 from atom/mq-bump-language-javascript
language-javascript@0.81.0
2015-07-19 11:18:28 -04:00
Machisté N. Quintana
50ade24026 ⬆️ language-javascript@0.81.0 2015-07-19 10:36:33 -04:00
Ben Ogle
405a255bc5 ⬆️ autocomplete-atom-api@0.9.1 2015-07-18 18:05:54 -07:00
simurai
5236b72103 Enable subpixel AA for tabs, status-bar etc.
Problem: The GPU layer added to the .gutter .tiles cause the surounding UI to also composite layers, like the tas or the status-bar. This disables subpixel anti-aliasing and text doesn't look that sharp.

Eventough the `.gutter` has `overflow: hidden`, it seems Chrome still thinks there is a chance of overlapping and thus creates the extra layers.

Solution: Creating an own stacking context for the `.gutter` seems to fix it.

Issue #7904
2015-07-18 20:05:28 +09:00
Ross Allen
3fe89b722d Consolidate 'Returns' to one line per comments 2015-07-17 17:42:53 -07:00
Ben Ogle
bb1fa7f4d6 Merge pull request #7880 from netmml/patch-1
Update windows.md
2015-07-17 14:29:03 -07:00
Nathan Sobo
096a022752 Merge pull request #7950 from atom/ns-destroy-selection-later
When splitting selection into lines, destroy original selection last
2015-07-17 14:18:47 -07:00
Nathan Sobo
375211b278 Merge pull request #7859 from dsandstrom/update-subword-regex
Update subword regex
2015-07-17 14:11:41 -07:00
Nathan Sobo
cd8d158a00 When splitting selection into lines, destroy original selection last
This avoids an assertion failure due to destroying the last selection,
so we can reduce the noise and find code paths that destroy it
incorrectly.
2015-07-17 13:16:12 -07:00
Nathan Sobo
24b28368a2 Merge pull request #7949 from atom/ns-handle-weird-scope-sequences
Handle weird scope sequences without throwing exceptions
2015-07-17 13:02:04 -07:00
Nathan Sobo
f254c46a62 Keep popping scopes until we find a matching start scope tag 2015-07-17 11:10:09 -07:00
Max Brunsfeld
b24258056d Merge pull request #7858 from svanharmelen/b-fix-indenting
Fix indentation when pasting lines
2015-07-17 09:46:47 -07:00
Thomas Johansen
4a74c14fb5 Merge pull request #7944 from atom/tj-bump-one-syntaxes
Bump one-dark/light-syntax@1.1.0
2015-07-17 15:34:13 +02:00
Thomas Johansen
7346cdbb6d ⬆️ one-dark/light-syntax@1.1.0 2015-07-17 14:39:38 +02:00
simurai
92e495db68 ⬆️ one-dark/light-ui@v1.0.1 2015-07-16 20:30:24 +09:00
Ivan Žužak
42de7d3628 ⬆️ language-gfm@0.79.0 2015-07-15 10:58:43 -07:00
Thomas Johansen
9774b205cf Merge pull request #7881 from atom/bf-upgrade-babel-to-5.6.17
⬆️ babel-core@5.6.17
2015-07-14 15:25:44 +02:00
Michael Bolin
72c41e890b ⬆️ babel-core@5.6.17
Upgrade Babel to pick up bug fixes and to ensure a version that
has support for transforms such as `es7.classProperties`.

This transform is particularly useful for classes that subclass `React.Component`
as shown in http://babeljs.io/blog/2015/06/07/react-on-es6-plus/#property-initializers.
2015-07-13 14:59:42 -07:00