Nathan Sobo
33ad0a9b93
Delegate ::onDidChangeActivePane and ::observeActivePane
2014-09-16 09:19:07 -06:00
Kevin Sawicki
5c77b06d2a
Add Editor:onDidSave
2014-09-15 18:25:29 -07:00
Kevin Sawicki
82a906cce5
Add Workspace::onDidChangeActivePaneItem
...
Closes #3546
2014-09-15 16:39:53 -07:00
Kevin Sawicki
94e285611c
getActiveItem -> getActivePaneItem
2014-09-15 16:31:01 -07:00
Nathan Sobo
ebe116d724
Update parent view is-focused and mini classes on editor mount
...
Fixes #3526
2014-09-15 16:03:36 -06:00
Nathan Sobo
3faf566a48
Rename editor:toggle-soft-wrapped back to editor:toggle-soft-wrap
2014-09-15 14:34:35 -06:00
Nathan Sobo
a0edb92e16
Rename editor.softWrapped config option back to editor.softWrap
2014-09-15 14:34:35 -06:00
Kevin Sawicki
804f290cd3
Memoize comment scope selector
2014-09-15 13:01:37 -07:00
Kevin Sawicki
8c2bcf3943
Catch and log deactivate errors
...
Closes #3538
2014-09-15 08:34:54 -07:00
Kevin Sawicki
a060eff478
Use skinny arrows
2014-09-12 11:23:15 -07:00
Cheng Zhao
901ba72557
Show the open dialog as child window on Windows and Linux.
...
On Mac the open dialog is still showed as independent dialog, this matches
most native apps' behavior.
Fixes #3401 .
2014-09-12 21:43:01 +08:00
Kevin Sawicki
c161e93b96
💄 Add ?
2014-09-11 16:08:04 -07:00
Kevin Sawicki
4a1f048d52
Refresh scrollbars when no stylesheet is specified
2014-09-11 15:44:30 -07:00
Kevin Sawicki
dc5eb95a39
Wait for initial stylesheet load to complete
...
Instead of measuring on each stylesheet load at startup,
wait for the initial load of all the stylesheets to complete
and then do the necessary measurments.
2014-09-11 15:32:02 -07:00
Kevin Sawicki
844fd29dad
Remove unused param
2014-09-11 15:32:02 -07:00
Ben Ogle
6a2c161bf2
Deprecate setShowInvisibles
2014-09-11 14:10:33 -07:00
Ben Ogle
5ef31e00a2
Deprecate EditorView::setShowIndentGuide
2014-09-11 14:10:17 -07:00
Ben Ogle
f8ba40bcfe
Deprecate font-size, font-family, line-height methods on EditorView.
2014-09-11 14:00:34 -07:00
Ben Ogle
834176f7b7
Merge pull request #3514 from atom/bo-remove-method-deprecations
...
Remove event deprecations from core
2014-09-11 13:45:26 -07:00
Ben Ogle
3f3284a8db
Move the deprecations
2014-09-11 13:33:50 -07:00
Ben Ogle
f39114a95c
Subscribe to items via event methods.
...
Add deprecation warnings when they don’t return a disposable
2014-09-11 10:48:03 -07:00
Nathan Sobo
36aa3834d3
Only call ::checkForVisibilityChange on editor attachment, not ::pollDOM
...
I’m pretty sure ::pollDOM is subsumed by ::checkForVisibilityChange
because there’s no reason the editor would be considered visible prior
to being attached.
2014-09-11 10:38:36 -06:00
Ash Wilson
40570c0b99
Force visibility-change checking in EditorView.
...
When an `EditorView` becomes attached, if hardware acceleration is enabled,
the call to `pollDOM` is a no-op because there's already a refresh pending.
This can cause problems, because then the initial measurements don't happen
and (for example) the lineHeight is left as null - it'll be set on the next
rendering, but not before subscribers to `workspaceView.eachEditorView` are
notified.
2014-09-11 11:14:41 -04:00
Ben Ogle
025c6111b3
Move global editor stylesheet updating into the ThemeManager
2014-09-10 18:01:45 -07:00
Ben Ogle
667315aff5
Add ThemeManager::onDidUpdateStylesheet
2014-09-10 18:01:27 -07:00
Ben Ogle
70e1d14f96
Add KeymapManager::onDidLoadBundledKeymaps
2014-09-10 17:28:47 -07:00
Ben Ogle
7625e5352d
Use event methods in EditorComponent
2014-09-10 17:28:26 -07:00
Ben Ogle
6e3c945fa2
Use event methods for theme subscriptions
2014-09-10 17:26:08 -07:00
Ben Ogle
f8b17b6b3c
Add Returns line to all the event subscription methods
2014-09-10 17:07:21 -07:00
Nathan Sobo
d55f5cba78
Upgrade first-mate for event subscription methods
2014-09-10 17:24:55 -06:00
Ben Ogle
60a3cebfab
Fix section name in git class
2014-09-10 12:13:04 -07:00
Ben Ogle
8f8165e289
Fix doc strings in Atom class
2014-09-10 12:12:36 -07:00
Ben Ogle
d3b3fdefc9
Merge pull request #3507 from atom/bo-rename-events
...
Rename the rest of the internal events to the onDid* pattern
2014-09-10 12:11:26 -07:00
Ben Ogle
49937b2956
Revert "Add Project::onDidChangePath()"
...
This reverts commit ed4acb02d8 .
Conflicts:
src/project.coffee
2014-09-10 11:56:38 -07:00
Ben Ogle
40b32930cf
Revert "Add Project::onDidCreateBuffer"
...
This reverts commit 4070e5fb25 .
2014-09-10 11:55:41 -07:00
Ben Ogle
61fa1c4230
Revert "Add Project::observeBuffers"
...
This reverts commit b6fe72ef9e .
Conflicts:
src/project.coffee
2014-09-10 11:55:26 -07:00
Ben Ogle
6a0a842de4
Update section comments
2014-09-10 11:52:57 -07:00
Kevin Sawicki
61166bf365
Don't track focus for spec windows
2014-09-10 11:14:08 -07:00
Ben Ogle
2e219f288d
Add sections for docs clarity
2014-09-09 15:55:47 -07:00
Ben Ogle
09fbd46869
Remove event docs
2014-09-09 15:43:35 -07:00
Ben Ogle
10ceb34426
Fix docs
2014-09-09 15:43:12 -07:00
Ben Ogle
5ba5215f5d
Add event subscription methods to ThemeManager
2014-09-09 15:35:00 -07:00
Ben Ogle
3bf348e51f
Add ThemeManager::onDidReloadAll
2014-09-09 15:24:55 -07:00
Ben Ogle
0afd8a1392
Add Package::onDidDeactivate
2014-09-09 15:09:18 -07:00
Ben Ogle
55b5debd7f
Add PackageManager::onDidLoadAll
2014-09-09 15:04:13 -07:00
Ben Ogle
229277f764
Add PackageManager::onDidActivateAll()
2014-09-09 15:03:45 -07:00
Ben Ogle
af1b0b5736
Fix Doc String
2014-09-09 14:45:41 -07:00
Ben Ogle
ae4f92cc52
Add onDidChangeStatuses
2014-09-09 14:45:31 -07:00
Ben Ogle
dddd17c11b
Fix observeBuffers
2014-09-09 14:29:14 -07:00
Ben Ogle
05f54d427d
Add Git::onDidChangeStatus
2014-09-09 14:28:30 -07:00