Kevin Sawicki
97dd53cbdb
⬆️ season@4
2015-01-12 16:55:57 -08: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
c0b78db159
💄
...
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
Daniel Hengeveld
6ef8c21977
Merge pull request #5015 from atom/dh-bump-settings-view
...
⬆️ settings-view@0.168
2015-01-12 12:51:26 -08:00
Daniel Hengeveld
9b2ec09bf1
⬆️ settings-view@0.168
2015-01-12 12:17:30 -08:00
Ben Ogle
52e91932e0
Merge pull request #5013 from kant/patch-1
...
Little fix
2015-01-12 11:27:42 -08:00
Darío Hereñú
acd34ffaf8
Little fix
2015-01-12 16:27:01 -03:00
Kevin Sawicki
2f62346c58
Link to Windows CI post as well
2015-01-12 11:15:50 -08:00
Ben Ogle
f59ffc2485
Merge pull request #4979 from DinisCruz/patch-1
...
Adding link to blog post with Travis CI instructions
2015-01-12 10:54:32 -08:00
Kevin Sawicki
3090a24957
Prepare 0.171
2015-01-12 10:02:15 -08:00
Kevin Sawicki
b39cee3997
⬆️ language-python@0.30
2015-01-12 09:18:15 -08:00
Kevin Sawicki
8c6e782bd4
⬆️ language-javascript@0.54
2015-01-12 09:17:13 -08:00
Kevin Sawicki
31106874ed
⬆️ language-xml@0.27
2015-01-12 09:16:23 -08:00
Max Brunsfeld
ee73d2cf2a
📝 fix ::onDidChangeActivePaneItem docs
...
Refs #4946
2015-01-12 08:24:44 -08:00
Dinis Cruz
f946061b6c
Adding link to blog post with Travis CI instructions
2015-01-10 12:27:32 +00:00
Kevin Sawicki
29f95b88db
deprecatedStart is an index
2015-01-09 18:40:57 -08:00
Ben Ogle
48e6cd533d
Add wasDisplayed to Notification
2015-01-09 17:35:26 -08:00
Max Brunsfeld
6cc1ffa793
⬆️ atom-keymap@2.5.0
2015-01-09 17:11:52 -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
Max Brunsfeld
174b7072b7
Add specs for Task events
...
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-01-09 16:59:13 -08:00
Kevin Sawicki
f5cd8d107f
Merge pull request #4973 from atom/ld-scope-notification
...
Log scopes to notification instead of console
2015-01-09 16:43:50 -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
Kevin Sawicki
495a45e723
⬆️ language-gfm@0.61
2015-01-09 15:48:17 -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
f21dc22803
Merge pull request #4955 from atom/ns-style-sheet-is-2-words
...
"Style sheet" is two words – Treat it that way in the API
2015-01-09 11:36:16 -08:00
Kevin Sawicki
efe9102060
⬆️ apm@0.118
2015-01-09 11:16:18 -08:00
Nathan Sobo
2c72c1522a
⬆️ open-on-github
2015-01-09 09:28:15 -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
Nathan Sobo
932d3755ce
Rename stylesheets/
directory in fixture packages
2015-01-09 08:56:12 -08:00
Nathan Sobo
a2e855f087
Update docs to refer to styles/
instead of stylesheets/
2015-01-09 08:42:28 -08:00
Nathan Sobo
c078f64293
Rename package stylesheets/
directory to styles/
2015-01-09 08:42:15 -08:00
Nathan Sobo
37ba67728b
Fix core deprecations
2015-01-09 08:24:48 -08:00
Nathan Sobo
7f9d06f55b
Move TextEditor::pixelPositionForScreen/BufferPosition to view layer
...
It doesn’t make sense to talk about pixels at the model layer long-term,
even though we currently store view dimension information in the model
so we don’t have to read from the DOM for optimization purposes. This
information is only available if the view is attached, however, making
these methods a liability on the model layer.
2015-01-09 08:22:45 -08:00
Nathan Sobo
f151697c4c
⬆️ packages to remove deprecations
2015-01-08 18:29:38 -08:00
Max Brunsfeld
d47efdb2f1
Merge pull request #4937 from atom/ns-clean-up-package-manager
...
Address issues with PackageManager
2015-01-08 18:21:51 -08:00
Nathan Sobo
c3efed0a2c
Update deprecation messages
2015-01-08 18:21:07 -08:00
Nathan Sobo
a945725a2f
Add shims for tests that manually dispatch deprecated events
2015-01-08 17:51:11 -08:00
Nathan Sobo
723b4d2787
Fix undefined Grim references
2015-01-08 17:51:11 -08:00