Commit Graph

24419 Commits

Author SHA1 Message Date
Wliu
e34fbe6556 ⬆️ language-javascript@0.84.0 2015-07-25 18:36:34 -04:00
Thomas Johansen
9efab86215 Merge pull request #8053 from oggy/will-destroy-pane
Fire event before a pane is destroyed.
2015-07-25 16:34:33 +02:00
Ben Ogle
1b6cab0156 Remove line that calls non-existant function 2015-07-24 17:45:59 -07:00
Max Brunsfeld
247f23d916 ⬆️ atom-keymap 2015-07-24 11:18:22 -07:00
Max Brunsfeld
d2a02eb255 Merge pull request #8061 from atom/wl-bump-languages
Update language-javascript, python, and go
2015-07-24 09:13:20 -07:00
Antonio Scandurra
5ef138accd Merge pull request #8041 from atom/as-subpixel-aa-highlights
Use `border-box` to prevent losing subpixel AA
2015-07-24 16:36:10 +02:00
Wliu
405b630f8b ⬆️ language-go@0.31.0 2015-07-24 09:42:21 -04:00
Wliu
970d1bf87d ⬆️ language-python@0.38.0 2015-07-24 09:41:57 -04:00
Wliu
0a92c5e4c3 ⬆️ language-javascript@0.82.0 2015-07-24 09:41:17 -04:00
Daniel Hengeveld
fde0848b7c Merge pull request #7458 from nounoursheureux/master
The ellipsis character is now recognized as punctuation
2015-07-23 18:09:11 -07:00
George Ogata
45694dcda0 Fire event before a pane is destroyed. 2015-07-23 18:47:38 -04:00
Ben Ogle
c12cb2caf4 ⬆️ autocomplete-snippets
Fixing specs
2015-07-23 13:58:47 -07:00
Max Brunsfeld
a28882fff9 Merge pull request #8051 from atom/mb-upgrade-service-hub-again
Upgrade service hub again
2015-07-23 13:15:52 -07:00
Ben Ogle
f20619fc11 ⬆️ autocomplete-plus@2.19.0 2015-07-23 12:17:16 -07:00
Max Brunsfeld
dadf7a41d0 ⬆️ incompatible-packages 2015-07-23 12:13:19 -07:00
Max Brunsfeld
658b04aced ⬆️ deprecation-cop 2015-07-23 12:12:55 -07:00
Nathan Sobo
731d6a27f4 Merge pull request #8009 from atom/jl-ns-battery-life
Change Document Polling from Time Interval to Event
2015-07-23 13:06:02 -06:00
Max Brunsfeld
e5083b621f Merge pull request #8048 from svanharmelen/b-fix-indentation
Fix indentation for languages without indent pattern
2015-07-23 12:00:28 -07:00
Max Brunsfeld
d9aa95fb11 Fix specs to deal w/ async ServiceHub::consume 2015-07-23 11:31:09 -07:00
Max Brunsfeld
efe0fbe0ea ⬆️ service-hub 2015-07-23 11:30:31 -07:00
Nathan Sobo
c18db48f54 Fix specs 2015-07-23 12:03:20 -06:00
Nathan Sobo
92f1a800e2 Unfocus spec 2015-07-23 12:03:11 -06:00
Nathan Sobo
fb9d15e03e Throttle document polling 2015-07-23 12:02:53 -06:00
Sander van Harmelen
df1b193eba Add a test for the indent fix 2015-07-23 19:23:03 +02:00
Sander van Harmelen
46625b9a22 Fix indentation for languages without indent pattern 2015-07-23 19:03:28 +02:00
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
Antonio Scandurra
07dbc545ac 🐛 Use border-box to prevent losing subpixel AA
When highlights are positioned outside the line box, they could get
hidden by a subsequent tile (because of its opaque background). As a
result, subpixel anti-aliasing gets disabled by Chrome.

Using `border-box` as the default `boxSizing` allows highlights to
always fit within the line (except if a styling like `margin` is
applied).
2015-07-23 11:52:32 +02: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