Commit Graph

24550 Commits

Author SHA1 Message Date
Nathan Sobo
7e0dc570f3 ⬆️ atom-keymap 2015-08-03 18:53:39 -06:00
Kevin Sawicki
2aa848d2d6 ⬆️ background-tips@0.26 2015-08-03 17:27:23 -07:00
Wliu
713958af6e ⬆️ language-javascript@0.87.1 2015-08-03 18:18:35 -04:00
Wliu
e8ad187dd3 ⬆️ language-javascript@0.87.0 2015-08-03 18:04:05 -04:00
Thomas Johansen
71383fe36a Merge pull request #8182 from atom/bf-disable-babelrc
Safeguard the caching of Babel transpilations by disallowing .babelrc…
2015-08-03 22:24:29 +02:00
Nathan Sobo
af9998f66b ⬆️ atom-keymap 2015-08-03 12:02:03 -06:00
Machisté N. Quintana
1314b8c2b4 Merge pull request #7249 from atom/mq-bump-build-npm
Use latest npm in build
2015-08-03 13:59:59 -04:00
Machiste Quintana
a0c6c81c8e ⬆️ npm@2.13.3 2015-08-03 13:31:38 -04:00
Machisté N. Quintana
197e170294 ⬆️ npm@2.11.2 2015-08-03 13:31:13 -04:00
Kevin Sawicki
605e8b9ad1 ⬆️ language-csharp@0.7 2015-08-03 10:20:23 -07:00
Thomas Johansen
d26228ec30 ⬆️ settings-view@0.211.3 2015-08-01 16:18:38 +02:00
Thomas Johansen
09abbfc47a Merge pull request #8189 from atom/sm-workspace-text-color
Add text color to atom-workspace
2015-08-01 13:32:00 +02:00
simurai
9fb97b093f Add text color to atom-workspace
So text is readable on top of @app-background-color
2015-08-01 16:51:36 +09:00
Kevin Sawicki
e2f004ef58 ⬆️ language-todo@0.26 2015-07-31 16:41:45 -07:00
Michael Bolin
5031284ce5 Safeguard the caching of Babel transpilations by disallowing .babelrc files.
Also update the version of Babel to pick up a JSON-parsing fix. This was an
issue that was discovered in the course of seeing how reading .babelrc files
would interact badly with Atom's Babel cache.

/cc @sebmck
2015-07-31 16:37:21 -07:00
Machisté N. Quintana
4737c08918 Merge pull request #8179 from atom/mq-bump-tree-view
⬆️ tree-view@0.181.1
2015-07-31 19:02:35 -04:00
Machisté N. Quintana
d7b895ec0e ⬆️ tree-view@0.181.1 2015-07-31 18:18:52 -04:00
Kevin Sawicki
4abcfdf894 ⬆️ language-go@0.35 2015-07-31 11:28:38 -07:00
Nathan Sobo
ee3989720b Fix ViewRegistry::addViewProvider documentation 2015-07-31 12:00:02 -06:00
Kevin Sawicki
bd5403fe07 ⬆️ grunt-electron-installer@0.37
Fixes #5661
2015-07-31 10:02:06 -07:00
Machisté N. Quintana
52d81ec396 Merge pull request #8165 from svanharmelen/language-go
⬆️ language-go@0.34.0
2015-07-31 06:57:51 -04:00
Sander van Harmelen
a53a8420e5 ⬆️ language-go@0.34.0
Updating the language package to the latest version.
2015-07-31 09:31:33 +02:00
Thomas Johansen
d5a86c1e86 Merge pull request #8162 from atom/wl-languages
Update language-c, java, javascript, and yaml
2015-07-31 06:53:07 +02:00
Wliu
39e9d1b0b4 ⬆️ language-javascript@0.86.0 2015-07-30 21:56:20 -04:00
Wliu
f5cc31831e ⬆️ language-yaml@0.24.0 2015-07-30 20:57:34 -04:00
Wliu
2bc98718f7 ⬆️ language-java@0.16.0 2015-07-30 20:57:19 -04:00
Wliu
4fd57bbc3b ⬆️ language-c@0.47.0 2015-07-30 20:56:54 -04:00
Ben Ogle
5fb456309a ⬆️ bookmarks@0.36.0 2015-07-30 16:21:36 -07:00
Ben Ogle
093ff7c728 ⬆️ autocomplete-css to fix sass issues 2015-07-30 11:42:36 -07:00
Ben Ogle
ae1eb53869 ⬆️ language-html@0.40.1
Fixes scopes so toggle comments works on script tags
2015-07-30 11:26:10 -07:00
Ben Ogle
483c4e3e87 ⬆️ css languages
Closes atom/language-css#34
2015-07-30 10:58:35 -07:00
Kevin Sawicki
0829c9edc5 ⬆️ language-php@0.28 2015-07-30 10:11:56 -07:00
Kevin Sawicki
4a1c0b8f43 ⬆️ language-xml@0.31 2015-07-30 09:43:01 -07:00
Machisté N. Quintana
2bdea8fee4 ⬆️ language-json@0.16.0 2015-07-30 10:49:35 -04:00
Machisté N. Quintana
54f6ed8376 Merge pull request #8151 from atom/mq-bump-dep-cop
⬆️ deprecation-cop@0.54.0
2015-07-30 00:19:15 -04:00
Machisté N. Quintana
81ccc0ac90 Merge pull request #8150 from atom/mq-bump-tree-view
⬆️ tree-view@0.181.0
2015-07-30 00:19:06 -04:00
Max Brunsfeld
b02cb57344 Deactivate keymaps when deactivating packages
Refs #8130
2015-07-29 20:55:47 -07:00
Max Brunsfeld
5d15a3784f Merge pull request #8130 from tmunro/master
Add support for activating and deactivating package-specific keymaps
2015-07-29 20:18:13 -07:00
Tom Munro
7753953944 Clean up keymap disabled config check and remove spurious newline 2015-07-29 20:13:26 -07:00
Machisté N. Quintana
522280d7b8 ⬆️ deprecation-cop@0.54.0 2015-07-29 21:38:07 -04:00
Machisté N. Quintana
bbcaf84d6e ⬆️ tree-view@0.181.0 2015-07-29 21:31:12 -04:00
Machisté N. Quintana
1029c7ee01 Merge pull request #8148 from atom/mq-bump-marked
⬆️ marked@0.3.4
2015-07-29 21:30:13 -04:00
Machisté N. Quintana
41b799aebc ⬆️ marked@0.3.4 2015-07-29 21:03:48 -04:00
Ben Ogle
5b4caefe14 ⬆️ autocomplete-css 2015-07-29 16:22:23 -07:00
Kevin Sawicki
2f3adf1c96 Merge pull request #8142 from atom/ks-upgrade-squirrel-windows
Upgrade Squirrel for Windows
2015-07-29 15:46:20 -07:00
Nathan Sobo
6bf9bb2769 Merge pull request #8146 from atom/ns-optimize-word-wise-selection
Prevent end-of-word search from scanning whole buffer
2015-07-29 14:32:25 -06:00
Nathan Sobo
1fdc8fa49e 🐎 Prevent end-of-word search from scanning whole buffer
This was causing long pauses when selecting by word with the mouse in
certain locations.
2015-07-29 14:16:29 -06:00
Machisté N. Quintana
ae6f367101 Merge pull request #7562 from atom/mq-dot-atom-cson
Clarify that config files require unique keys
2015-07-29 15:48:42 -04:00
Nathan Sobo
ef9e466540 Merge pull request #8141 from atom/ns-fix-selections-stuck-in-reverse
Fix bug where word- and line-wise selections got stuck in reversed state
2015-07-29 13:29:39 -06:00
Ben Ogle
f798fe2600 Merge pull request #8126 from atom/bo-fix-process-leak
Fix process leak
2015-07-29 11:59:56 -07:00