Nathan Sobo
e60a9e45f7
Display package name correctly for ::getUri deprecation warnings
...
We capture the package name during the call to ::addOpener and use it
if any open items have the deprecated ::getUri method.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-14 14:23:17 -07:00
Max Brunsfeld
114b938edf
Merge pull request #5060 from atom/mb-fix-folds-with-splits
...
Fix folds with splits
2015-01-14 13:13:52 -08:00
Nathan Sobo
0a66e9d21e
Centralize deprecation warnings about getUri in Pane::addItem
2015-01-14 11:36:28 -07:00
Nathan Sobo
56da4f49d4
Avoid spurious deprecation warnings when editor URIs are undefined
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-14 11:21:08 -07:00
Max Brunsfeld
0d5a707ffb
Fix folding with splits
...
Fixes #4099
Signed-off-by: Nathan Sobo <nathan@github.com >
2015-01-14 09:43:20 -08:00
Tony Han
1a09ec6b92
📝 fix setHead & setTail docs in Marker
...
Change range -> position
2015-01-14 20:42:13 +08:00
Kevin Sawicki
d522438876
📝 💄
2015-01-13 17:23:15 -08:00
Kevin Sawicki
8fe72cd469
📝 Remove extra s in essential
2015-01-13 17:23:15 -08:00
Kevin Sawicki
e693254913
Prevent form submits from changing the window URL
...
Refs atom/settings-view#341
2015-01-13 16:01:24 -08:00
Kevin Sawicki
716682f072
Defer require until a Color is parsed
2015-01-13 13:40:42 -08:00
Tony Han
4ebf748fd7
📝 fix ::observeCursors doc
...
Change selection -> cursor
2015-01-14 01:53:25 +08:00
Nathan Sobo
7f8ab72f53
Capitalize initialisms
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-12 22:00:24 -08:00
Kevin Sawicki
1f3708115e
💄
2015-01-12 17:34:44 -08:00
Kevin Sawicki
55c8b37395
📝 Link to config method
2015-01-12 17:34:44 -08:00
Kevin Sawicki
9d3e9d19e1
📝 Link to Color
2015-01-12 17:34:44 -08:00
Kevin Sawicki
432c31c4dc
💄
2015-01-12 17:34:44 -08:00
Kevin Sawicki
e257395f7d
Always use settings for parsing
2015-01-12 17:34:44 -08:00
Kevin Sawicki
3f224716a1
💄
2015-01-12 17:34:43 -08:00
Kevin Sawicki
640f8920fb
Fix bounds checking of alpha
2015-01-12 17:34:43 -08:00
Kevin Sawicki
c015a5c03b
📝 Add period
2015-01-12 17:34:43 -08:00
Kevin Sawicki
88f489715f
📝 Add period
2015-01-12 17:34:43 -08:00
Kevin Sawicki
f48a7ac210
Mark methods as essential
2015-01-12 17:34:43 -08:00
Kevin Sawicki
44939a12a0
Validate color properties when set
2015-01-12 17:34:43 -08:00
Kevin Sawicki
b256d30bc7
Mark Color as public
2015-01-12 17:34:43 -08:00
Kevin Sawicki
574c56713c
Add Color class with string helpers
2015-01-12 17:34:43 -08:00
Kevin Sawicki
b8822b32db
Only coerce strings and plain objects
2015-01-12 17:34:43 -08:00
Kevin Sawicki
8c39818670
Don't blow up when asking for schema at non-existent path
2015-01-12 17:34:43 -08:00
Kevin Sawicki
c480080dd2
Add fallback values when NaN is parsed
2015-01-12 17:34:42 -08:00
Kevin Sawicki
ec96c5f1fc
📝 Add color docs
2015-01-12 17:34:42 -08:00
Kevin Sawicki
0411f1584c
Add color schema type
2015-01-12 17:34:42 -08:00
Nathan Sobo
eee31c3e8c
Don’t use component property for TextEditorView::mini shim
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-12 17:56:47 -07:00
Nathan Sobo
dd80226c23
Revert "Handle addition/removal of ‘gutter-hidden’ attribute"
...
This reverts commit 6926236268 .
There seems to be some bug or timing issue that prevents the
attachedCallback from being called in all cases when the
attributeChangedCallback is defined. We can figure this out at
a later time.
2015-01-12 17:39:07 -07:00
Nathan Sobo
6926236268
Handle addition/removal of ‘gutter-hidden’ attribute
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-12 16:21:31 -07:00
Nathan Sobo
43f57347d7
Add ‘gutter-hidden’ attribute to TextEditorElement
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-12 16:21:31 -07:00
Nathan Sobo
002918049d
🐎 Cache gutterVisible state in React component
...
This avoids a config read on every render.
2015-01-12 16:21:31 -07:00
Nathan Sobo
f00b0b7f7a
Add TextEditor::set/isGutterVisible
...
Controls gutter visibility on individual editors.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-12 16:21:31 -07:00
Max Brunsfeld
ee73d2cf2a
📝 fix ::onDidChangeActivePaneItem docs
...
Refs #4946
2015-01-12 08:24:44 -08:00
Ben Ogle
48e6cd533d
Add wasDisplayed to Notification
2015-01-09 17:35:26 -08:00
Max Brunsfeld
ee7587e024
Update task docs
2015-01-09 16:59:13 -08:00
Max Brunsfeld
fb0769783f
Don't use Emitter::off in Task
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2015-01-09 16:59:13 -08:00
Lee Dohm
ef97197681
Use list.map instead of _.map list
2015-01-09 16:42:16 -08:00
Lee Dohm
acb19c1fe1
Log scopes to notification instead of console
...
Fixes #4969
2015-01-09 16:33:48 -08:00
Max Brunsfeld
02a6ed554d
Make ContextMenuManager::showForEvent private
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2015-01-09 15:47:30 -08:00
Max Brunsfeld
dde5e6123c
Make Cursor::updateVisibility private
2015-01-09 15:41:08 -08:00
Nathan Sobo
d26c19a0ec
Deprecate Project::resolve
...
It’s not something that will make sense once we add the ability to have
multiple directories in a project. This adds a new private method on
Project, ::resolvePath, with the original implementation for convenience
until we actually implement multi-folder projects.
2015-01-09 15:03:07 -08:00
Max Brunsfeld
f9bde050b4
Handle TextEditorElement::focus() while parent is being attached
...
Fixes atom/autocomplete#61
2015-01-09 15:00:35 -08:00
Nathan Sobo
19bf64f3cd
Revert "Deprecate Project::resolve"
...
This reverts commit 3c5bd9f10a .
2015-01-09 13:58:01 -08:00
Nathan Sobo
3c5bd9f10a
Deprecate Project::resolve
...
It’s not something that will make sense once we add the ability to have
multiple directories in a project.
2015-01-09 13:40:35 -08:00
Ben Ogle
a47782ddd8
Fix context menu docs Closes #4963
2015-01-09 13:28:57 -08:00
Nathan Sobo
0a5b4f9b33
Make “style sheet” two words in package.json metadata
...
Rename `stylesheets` -> `styleSheets`
Rename `stylesheetsMain` -> `mainStyleSheet`
2015-01-09 09:04:04 -08:00