Commit Graph

4613 Commits

Author SHA1 Message Date
Max Brunsfeld
1e22fd50f2 ⬇️ service-hub
Fixing the version at 0.5 for the moment.
2015-07-22 15:01:50 -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
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
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
simurai
1a961d987d ⬆️ one-dark/light-ui@v1.0.2 2015-07-21 14:01:43 +09:00
Kevin Sawicki
c1aff67a90 ⬆️ tree-view@0.179 2015-07-20 15:58:44 -07: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
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
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
Machisté N. Quintana
95ab4d2283 ⬆️ settings-view@0.211.2 2015-07-11 07:20:40 -04:00
Max Brunsfeld
162d9182ae ⬆️ text-buffer 2015-07-10 14:17:40 -07:00
Ivan Žužak
16960aefdd ⬆️ atom-keymap@5.1.6 2015-07-10 14:06:51 +02:00
Ben Ogle
3d861c7442 ⬆️ 0.175.0 2015-07-09 15:47:59 -07:00
Ben Ogle
5863146ea5 ⬆️ scandal@2.0.5 2015-07-09 15:46:51 -07:00
Nathan Sobo
4567601ae9 Maintain change counts for debugging purposes
When we have an unexpected display-buffer or tokenized-buffer state,
we can include the change counts to make sure that every change to the
buffer has been processed by display-buffer and tokenized-buffer. If
they haven’t, there’s something wrong with our event ordering. If they
have, there’s a logic error somewhere else.
2015-07-09 02:18:24 -05:00
Ben Ogle
650ef16344 ⬆️ settings-view@0.211.1
Fix regression!!!
2015-07-08 18:09:06 -07:00
Kevin Sawicki
56a951ef66 ⬆️ tree-view@0.178 2015-07-08 17:28:52 -07:00
Ben Ogle
d55428e8fe ⬆️ autocomplete-plus@2.18.1 2015-07-08 17:05:59 -07:00
Ben Ogle
b9207e92e8 ⬆️ autocomplete-plus@2.18.0 2015-07-08 17:01:46 -07:00
Nathan Sobo
efb384ba3b ⬆️ exception-reporting 2015-07-08 16:31:14 -05:00
Kevin Sawicki
4222e3c7f2 Prepare 1.0.3 2015-07-08 14:30:12 -07:00
Kevin Sawicki
943259800b ⬆️ tree-view@0.177 2015-07-08 14:04:23 -07:00
Max Brunsfeld
17c5aea56c ⬆️ language-go 2015-07-08 11:41:01 -07:00
Sander van Harmelen
eaf814e5be Improve auto indenting by removing a hard coded restriction and adding a 3rd regexp
Currently there are only two regexps that can influence the indents.
Those are `increaseIndentPattern` (which tells Atom the indent of next
line should be increased) and `decreaseIndentPattern` (which tells Atom
the indent of the current line should be decreased).

But I found that a couple of languages would need a 3rd regexp in order
to support their use cases. This 3rd regexp should be a mixture of the
existing two so it tells Atom that the indent of the next line should
decrease.

I’ll add a screencast to show a use case for this 3rd regexp which I
would like to call `decreaseNextIndentPattern`.
2015-07-08 20:30:21 +02:00
Kevin Sawicki
1ebc8db123 Prepare 1.0.2 2015-07-08 11:09:28 -07:00
Nathan Sobo
a094142a45 Merge pull request #7778 from atom/ns-mb-suppress-line-measurement-exceptions
Suppress line measurement exceptions and gather data to solve them
2015-07-08 12:43:55 -05:00
Kevin Sawicki
c636b4e73a ⬆️ language-php@0.27 2015-07-08 09:22:03 -07:00
Nathan Sobo
7b95ba0a08 ⬆️ exception-reporting
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-07-07 19:34:37 -05:00
Kevin Sawicki
a6fdf12841 ⬆️ autosave@0.22 2015-07-07 17:12:09 -07:00
Nathan Sobo
062d948d7d ⬆️ pathwatcher 2015-07-07 15:27:53 -05:00
Nathan Sobo
09501ffa95 ⬆️ pathwatcher
Closes #5593

Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-07-07 14:52:17 -05:00
Ben Ogle
e008ba329f ⬆️ settings-view@0.211.0 2015-07-07 12:28:52 -07:00
Kevin Sawicki
4d697d5491 ⬆️ tree-view@0.176 2015-07-07 11:24:01 -07:00
Ivan Žužak
7dfeaef560 ⬆️ find-and-replace@0.174.2 2015-07-07 10:56:59 +02:00
Ben Ogle
ed735d80e8 ⬆️ settings-view@0.210.0 2015-07-06 18:25:29 -07:00
Kevin Sawicki
ec2033c599 ⬆️ encoding-selector@0.21 2015-07-06 17:16:28 -07:00
Nathan Sobo
dbec29cf49 ⬆️ first-mate
Fixes #7644
2015-07-06 19:02:51 -05:00
Machisté N. Quintana
8100a2f865 ⬆️ tabs@0.82.0 2015-07-06 17:19:10 -04:00
Kevin Sawicki
eed28d81f1 ⬆️ language-gfm@0.78 2015-07-06 11:18:52 -07:00
Kevin Sawicki
645139f452 ⬆️ language-less@0.28 2015-07-06 10:28:17 -07:00
Kevin Sawicki
0f0bbd4791 ⬆️ language-mustache@0.12 2015-07-06 10:25:25 -07:00
Kevin Sawicki
936fe91421 ⬆️ package-generator@0.40 2015-07-06 10:23:03 -07:00