Commit Graph

24915 Commits

Author SHA1 Message Date
Ivan Žužak
e76c265826 ⬆️ language-python@0.39.0 2015-08-20 19:04:25 +02:00
Antonio Scandurra
133a42e395 Merge pull request #8436 from atom/as-batch-cursor-updates
Batch cursor updates
2015-08-20 16:00:07 +02:00
Antonio Scandurra
5c519036dc 🔥 Avoid emitting event on cursor update 2015-08-20 10:06:15 +02:00
Max Brunsfeld
2285e8a42c Move babel config to a separate file in static directory 2015-08-19 17:55:29 -07:00
Max Brunsfeld
49e37f5410 Use source-map-support to handle stack trace conversion
Previously, our Error.convertStackTrace function was provided by coffeestack,
which only works for coffee-script. This adds a dependency on 'source-map-support',
which works for any source file with inline source maps.

This also refactors the code for registering our compilers (coffee-script,
typescript, and babel) so that caching logic is shared.
2015-08-19 17:55:29 -07:00
Kevin Sawicki
7a42d6e409 ⬆️ language-javascript@0.89 2015-08-19 16:20:38 -07:00
Kevin Sawicki
f9d2d28e2a ⬆️ language-todo@0.27 2015-08-19 15:50:16 -07:00
Kevin Sawicki
bca901ecc6 ⬆️ archive-view@0.60 2015-08-19 15:46:42 -07:00
Kevin Sawicki
65a465416a 📝 Document flexScale passed to callback 2015-08-19 15:23:11 -07:00
Kevin Sawicki
2ce91845a0 Merge pull request #8452 from mrodalgaard/doc-pane-flex-scale
📝 fix pane flex scale doc
2015-08-19 15:21:55 -07:00
Martin Rodalgaard
7131c39a73 📝 fix pane flex scale doc 2015-08-20 00:15:38 +02:00
Nathan Sobo
55a0be9c81 Merge pull request #8377 from atom/ns-select-screen-lines-from-gutter
Select screen rows when click-dragging in gutter
2015-08-19 14:15:34 -06:00
Nathan Sobo
71974e3e98 Merge pull request #8446 from atom/ns-terminate-drag-on-text-input
Terminate selection drag on text input
2015-08-19 14:13:27 -06:00
Nathan Sobo
8ae3761cd7 Terminate selection drag on text input
On recent versions of OS X Yosemite, there is a delay before we receive
the `mouseup` event when dragging selections with the trackpad. This
means that we’re frequently accidentally inserting text before the
selection process terminates, leading to unexpected selections after the
text insertion. This fixes that behavior and makes the behavior more
straightforward even in the case where the mouse button is remains held
down during text insertion.
2015-08-19 13:44:17 -06:00
Max Brunsfeld
733c120ef7 Merge remote-tracking branch 'origin/master' into mb-bundle-line-ending-selector 2015-08-19 12:00:41 -07:00
Thomas Johansen
327789312a Merge pull request #8440 from atom/tj-expand-getview-docs
Document the view resolution algorithm
2015-08-19 20:57:41 +02:00
Thomas Johansen
c16f252ab7 📝 Rephrase view resolution docs 2015-08-19 20:54:39 +02:00
Thomas Johansen
675e9be262 🔥 Remove mention of semi-deprecated view resolution step 2015-08-19 20:46:24 +02:00
Nathan Sobo
31bdd563ed Select by buffer row on gutter click, but by screen row on gutter drag 2015-08-19 12:46:20 -06:00
Nathan Sobo
3cf9238d79 Select screen rows when click-dragging in gutter
…Instead of entire buffer rows
2015-08-19 12:46:20 -06:00
Lee Dohm
bb0dc68e40 📝 Add docs for Markdown formatting of config descriptions
Related to atom/settings-view#635
2015-08-19 07:48:15 -07:00
Thomas Johansen
66d0e7c752 📝 Attempt to document view resolution algorithm 2015-08-19 15:44:16 +02:00
Antonio Scandurra
ea391d017d 🐎 Batch cursor updates 2015-08-19 11:32:16 +02:00
Max Brunsfeld
a25a8c83e4 Use same babel options for compiling bundled packages 2015-08-18 17:50:49 -07:00
Max Brunsfeld
bea45b5921 Don't use Buffer::equals
Node 0.10 doesn't have it
2015-08-18 17:32:11 -07:00
Max Brunsfeld
e4b1d512cd Honor /** use babel */ in addition to 'use babel' 2015-08-18 17:32:11 -07:00
Max Brunsfeld
ca58687c88 Write babel-compiled JS files to app dir 2015-08-18 15:43:38 -07:00
Max Brunsfeld
76f05814d7 convert-tabs-to-spaces 2015-08-18 14:51:15 -07:00
Max Brunsfeld
7adcbc60a3 Compile babel files in place during compile task 2015-08-18 14:47:48 -07:00
Kevin Sawicki
f31dc03e1d Merge pull request #8419 from aranajhonny/master
Change YUM package manager for DNF
2015-08-18 14:33:45 -07:00
Nathan Sobo
b3fb2bbd5f Merge pull request #8431 from atom/tj-improve-etch-support
Extend ViewRegistry with support for objects with an element property
2015-08-18 15:10:30 -06:00
Thomas Johansen
22ca33a3b1 Extend ViewRegistry with support for objects with an element property
By adding this extension to ViewRegistry::getView we're paving the way for
Etch-like view frameworks which promotes the usage of plain objects and
classes with an element property which is an instance of HTMLElement.
2015-08-18 21:38:00 +02:00
Max Brunsfeld
5612071cf3 Add line-ending-selector to packageDependencies 2015-08-18 11:01:44 -07:00
Max Brunsfeld
7e197060bc Merge pull request #8025 from lpommers/copy-selection-to-clipboard
Copy selection command to only write to clipboard if text selected
2015-08-18 09:25:59 -07:00
Luke Pommersheim
e96d6f50ad 🎨 newlines fix 2015-08-18 18:22:18 +02:00
Luke Pommersheim
1a965edd00 🌷 spec more specific 2015-08-18 17:09:23 +02:00
Luke Pommersheim
fdb66fd4dc change from essential to private, update comment 2015-08-18 17:06:34 +02:00
 Arana Jhonny
064d49a717 Change YUM package manager for DNF
DNF is now the default package manager in Fedora
2015-08-17 22:15:57 -07:00
simurai
f88c064892 ⬆️ base16-tomorrow-dark-theme@v0.27.0 2015-08-18 10:58:27 +09:00
Kevin Sawicki
ad91d8c6e7 ⬆️ language-make@0.17 2015-08-17 18:35:50 -07:00
Max Brunsfeld
05989060bd ⬆️ first-mate 2015-08-17 18:19:21 -07:00
Kevin Sawicki
2573f1b6ec Merge pull request #8062 from MaximSokolov/fix-doc-for-marker-callback
Update docs for Marker::onDidChange callback
2015-08-17 18:07:56 -07:00
Kevin Sawicki
6463a8e9f4 ⬆️ settings-view@0.214 2015-08-17 17:40:06 -07:00
Kevin Sawicki
5a418d1961 ⬆️ notifications@0.58 2015-08-17 17:38:58 -07:00
Kevin Sawicki
bc4a822161 ⬆️ language-html@0.41 2015-08-17 16:40:43 -07:00
Kevin Sawicki
96f8c10ac1 ⬆️ apm@1.0.2 2015-08-17 16:29:29 -07:00
Luke Pommersheim
33abc6698c move maintainClipboard into if block 2015-08-16 09:04:33 +02:00
Jonathan Delgado
31634f3f53 Add disableInitialEmptyEditor setting 2015-08-15 10:21:25 -07:00
Kevin Sawicki
927ec7aa31 ⬆️ symbols-view@0.101.1 2015-08-14 11:29:07 -07:00
Nathan Sobo
dfb31d7d50 Merge pull request #8373 from atom/ns-fix-other-gutter-drags
Make gutter dragging experience consistent across selection modes
2015-08-13 16:37:12 -06:00