Commit Graph

24782 Commits

Author SHA1 Message Date
Natthu Bharambe
4ffb8fae27 Merge remote-tracking branch 'upstream/master' 2015-08-26 14:36:25 -07:00
Max Brunsfeld
d5e4c01e0a ⬆️ tree-view 2015-08-26 13:21:02 -07:00
Max Brunsfeld
0310ccb6e5 ⬆️ grunt-download-atom-shell
Fixes https://github.com/atom/atom/issues/8525
2015-08-26 12:35:18 -07:00
Wliu
fb7c62fd05 ⬆️ language-javascript@0.90.0 2015-08-26 12:51:15 -04:00
Nathan Sobo
1827aebc4b Merge pull request #8497 from ssorallen/menu-item-doc
Document MenuItem `enabled` and `visible`
2015-08-26 10:40:41 -06:00
Max Brunsfeld
f602a6b726 ⬆️ event-kit
Refs atom/event-kit#16
2015-08-26 09:21:32 -07:00
Ross Allen
28f157acd9 Document MenuItem enabled and visible
The Electron MenuItem[1] `enabled` and `visible` options are exposed to
Atom context menus in menu_helpers.coffee[2] but are not yet documented.
Both options are passed through to Electron.

[1] http://electron.atom.io/docs/v0.31.0/api/menu-item/
[2] https://github.com/atom/atom/blob/v1.0.7/src/menu-helpers.coffee#L49
2015-08-26 09:00:23 -07:00
simurai
a2a1f0c660 ⬆️ notifications@v0.59.0 2015-08-26 13:40:07 +09:00
Max Brunsfeld
f0e4da68af Merge pull request #8397 from jonathandelgado/master 2015-08-25 15:08:22 -07:00
Max Brunsfeld
b9ca563c3c Don't use fixture file in openEmptyEditorOnStart spec 2015-08-25 14:24:11 -07:00
Max Brunsfeld
73ae26bfb6 Merge pull request #8507 from atom/tj-bump-symbols-view
Bump symbols-view to v0.103.0
2015-08-25 12:50:32 -07:00
Thomas Johansen
499f920638 Rename .ctags file to ctags-config in unpack list
Necessary since the file was renamed in symbols-view@0.103.0.
2015-08-25 21:45:39 +02:00
Thomas Johansen
3f49d9aa00 ⬆️ symbols-view@0.103.0 2015-08-25 21:44:34 +02:00
Max Brunsfeld
6c73f5eda7 Merge branch 'master' of https://github.com/jonathandelgado/atom into jonathandelgado-master 2015-08-25 12:36:58 -07:00
Max Brunsfeld
67fd9cf246 Merge pull request #8506 from atom/mb-fix-multi-cursor-undo
Fix multi cursor undo
2015-08-25 12:09:55 -07:00
Max Brunsfeld
4180c81706 ⬆️ text-buffer 2015-08-25 11:13:00 -07:00
Max Brunsfeld
f57da0c6f8 Suppress merging selections during undo/redo
Now, during undo/redo overlapping selections will be temporarily
created as markers are created via snapshots. Old selections will
immediately be destroyed though, since undo/redo now completely
replace all historied markers w/ those in the snapshot, so there
is no need to merge selections.
2015-08-25 10:51:45 -07:00
Max Brunsfeld
b8aec9db7c Fix display buffer spec for new historied marker behavior 2015-08-25 10:50:05 -07:00
Max Brunsfeld
bf20370f52 ⬆️ text-buffer (pre-release) version 2015-08-25 10:49:30 -07:00
Max Brunsfeld
5f7a0a32aa Merge pull request #8480 from jeremyramin/fix-config-get
Fix config.get for schemas with objects
2015-08-25 09:15:43 -07:00
Nathan Sobo
43213766c9 ⬆️ line-ending-selector 2015-08-24 20:26:39 -06:00
Jeremy Ramin
1de707f2d7 Add tests to config spec
Add tests to check if the get command properly merges the stored values
with the defined defaults in the schema.

Two cases:
- Obj has no property changes.
- Obj has one or more changes to a property.
2015-08-24 17:00:09 -07:00
Natthu Bharambe
e17a02b8b3 Fix a bug with refreshing the gutter UI. 2015-08-24 16:44:09 -07:00
Nathan Sobo
46a66067c7 ⬆️ line-ending-selector 2015-08-24 16:38:05 -06:00
Nathan Sobo
39e5e58be1 Merge pull request #8494 from lpommers/documentation-selections-preserve-folds
📝 add preserveFolds documentation to setSelectedBufferRange(s)
2015-08-24 15:40:53 -06:00
Max Brunsfeld
8fa20d0e92 Merge pull request #8496 from atom/mb-command-registry-on-did-dispatch
Add CommandRegistry::onDidDispatch
2015-08-24 14:28:30 -07:00
Max Brunsfeld
5c73e5a001 Add CommandRegistry::onDidDispatch 2015-08-24 14:10:02 -07:00
Jonathan Delgado
82a80cd732 Fixed openEmptyEditorOnStart fixture tabs 2015-08-24 10:32:56 -07:00
Jonathan Delgado
effd96f4bb Fix openEmptyEditorOnStart fixture 2015-08-24 10:31:37 -07:00
Luke Pommersheim
d03db928f8 📝 add preserveFolds documentation to setSelectedBufferRange(s) 2015-08-24 18:29:21 +02:00
Jonathan Delgado
e5d7886097 Fix openEmptyEditorOnStart spec styling 2015-08-23 08:09:09 -07:00
Jonathan Delgado
86dfb50bec Added spec for openEmptyEditorOnStart 2015-08-23 08:07:19 -07:00
Jonathan Delgado
c292299516 Changed setting disableInitialEmptyEditor to openEmptyEditorOnStart 2015-08-23 07:51:22 -07:00
Jeremy Ramin
9a0d657d52 Adds deepDefaults to config
Took at the deepExtend in the atom/underscore-plus repo and modified it
to become a deepDefaults method. Using this instead to see if it fixes
the failing specs.
2015-08-22 23:03:19 -07:00
Jeremy Ramin
85800f6d00 Fix method typo 2015-08-22 21:16:32 -07:00
Jeremy Ebneyamin
f2c9688b43 Fix config.get for schemas containing objects
The config.get method would not return the default values for the
properties in objects. Now with _.deepExtends, the default values are
the base while any new values overwrite the defaults. This way all
default values appear, including those nested in an object. This fixes
atom/settings-view#386 and fixes atom/settings-view#518.
2015-08-22 19:44:17 -07:00
Thomas Johansen
4560914273 ⬆️ settings-view@0.215.0 2015-08-22 08:47:16 +02:00
Max Brunsfeld
fb2a45d71d Merge pull request #8433 from atom/mb-bundle-line-ending-selector
Support bundling babel packages and bundle the line-ending-selector package
2015-08-21 17:45:10 -07:00
Max Brunsfeld
3a66096ea4 Remove harmony-collections shim in Gruntfile
eslint cannot load if this shim is present.
2015-08-21 17:25:25 -07:00
Max Brunsfeld
0dd19f3133 Remove 6to5 fixtures 2015-08-21 16:59:53 -07:00
Max Brunsfeld
a4b9b9c6cd 👕 Use standard style for js code 2015-08-21 16:56:32 -07:00
Kevin Sawicki
fc95b5cded Merge pull request #8473 from atom/ld-typo
📝 Fix a typo and make recommendation more clear
2015-08-21 16:41:13 -07:00
Max Brunsfeld
ca4922bb70 🔥 File extension 2015-08-21 16:00:39 -07:00
Max Brunsfeld
f3778148a0 Catch errors when retrieving source maps 2015-08-21 15:37:36 -07:00
Max Brunsfeld
a18b7e2fa9 Don't make prepareStackTrace unwritable
This breaks other code (such as Grim) that may want to temporarily
use a different prepareStackTrace function.
2015-08-21 14:57:39 -07:00
Max Brunsfeld
a6fa098a8c Add CompileCache spec 2015-08-21 14:47:32 -07:00
Max Brunsfeld
f8397661d1 Defer coffee-script require, prevent it from reassigning prepareStackTrace 2015-08-21 13:48:56 -07:00
Max Brunsfeld
b533aff8f4 🐎 Minimize dependencies loaded before the module-cache 2015-08-21 13:48:56 -07:00
Nathan Sobo
a87dd05525 Merge pull request #8420 from jssln/gutterPolish
Destroy a TextEditor's Gutters when it is destroyed
2015-08-21 14:43:17 -06:00
Lee Dohm
73dded1e42 📝 Fix a typo and make recommendation more clear 2015-08-21 13:14:28 -07:00