Kevin Sawicki
9c24e5a23d
Prepare 0.127
2014-09-10 11:02:57 -07:00
Kevin Sawicki
883f7e1f5a
Use cross-platform path in specs
v0.126.0
2014-09-10 10:22:48 -07:00
Kevin Sawicki
d9b1b7b399
Don't dump symbols on Windows CI for now
...
Currently errors and isn't uploaded yet anyway as a release asset
2014-09-10 10:08:26 -07:00
Kevin Sawicki
d1bdda5b3e
Upgrade to language-html@0.26
2014-09-10 09:40:55 -07:00
Nathan Sobo
a3f3b7e032
Upgrade text-buffer to fix null exception
2014-09-10 09:45:06 -06:00
Kevin Sawicki
3228de7ead
Merge pull request #3508 from envygeeks/patch-2
...
Proc requires super user permissions on Linux.
2014-09-09 18:45:50 -07:00
Jordon Bedwell
5a64b09924
Proc requires super user permissions on Linux.
2014-09-09 20:36:40 -05:00
Kevin Sawicki
b0c17aa98f
📝 Correct misspellings
2014-09-09 18:32:37 -07:00
Kevin Sawicki
9f5f4f2c10
Merge pull request #3499 from envygeeks/patch-1
...
Add alternatives alternative to symlinks.
2014-09-09 18:31:22 -07:00
Jordon Bedwell
335339ef61
Change language and make the command one line.
2014-09-09 20:20:39 -05:00
Kevin Sawicki
291bf7fe08
Upgrade to pathwatcher 2.0.12
2014-09-09 16:31:00 -07:00
Kevin Sawicki
40eaf69ab0
Upgrade to metrics@0.34
2014-09-09 16:25:44 -07:00
Kevin Sawicki
55ac855de1
Upgrade to pathwatcher 2.0.11
2014-09-09 16:12:20 -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
Kevin Sawicki
66b27ad52a
Upgrade to snippets@0.52
2014-09-09 14:30:52 -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
Ben Ogle
ffbb18a0f8
Remove event comments, add method section comment
2014-09-09 14:16:10 -07:00
Ben Ogle
b6fe72ef9e
Add Project::observeBuffers
2014-09-09 14:13:26 -07:00
Ben Ogle
4070e5fb25
Add Project::onDidCreateBuffer
2014-09-09 14:12:49 -07:00
Ben Ogle
ed4acb02d8
Add Project::onDidChangePath()
2014-09-09 13:58:23 -07:00
Ben Ogle
ab96e5b5fd
💄 Fix doc string
2014-09-09 13:58:01 -07:00
Ben Ogle
f357f694b3
Merge pull request #3456 from atom/ns-editor-event-methods
...
Add event subscription methods for Editor and associated classes
2014-09-09 13:40:45 -07:00
Ben Ogle
2a02375c4d
Move the Decoration events to an events section
2014-09-09 12:31:01 -07:00
Ben Ogle
e452b88fec
Add sections for events
2014-09-09 12:30:43 -07:00
Ben Ogle
0f83fe54f9
Add and use Editor::observeSelections() and ::observeCursors()
2014-09-09 12:08:43 -07:00
Ben Ogle
3e5666f183
use getPaneView rather than getPane
2014-09-09 12:08:12 -07:00
Nathan Sobo
260f72d2b5
Merge pull request #3495 from atom/atom-shell-v0.16.0
...
Upgrade to Chrome 37
2014-09-09 12:43:42 -06:00
Nathan Sobo
84deefb6b1
Upgrade atom-shell to incorporate changes in 92.2 and 92.3
2014-09-09 12:31:48 -06:00
Nathan Sobo
5afceb3951
Merge remote-tracking branch 'origin/master' into atom-shell-v0.16.0
...
Conflicts:
apm/package.json
2014-09-09 12:05:54 -06:00
Ben Ogle
72be16736c
isDestroyed -> destroyed
2014-09-09 10:58:12 -07:00
Ben Ogle
789d9c8eff
📝 Selection event methods
2014-09-09 10:56:44 -07:00
Ben Ogle
858ac5bf79
onDidChangeSelectionScreenRange -> onDidChangeSelectionRange
...
for consistency
2014-09-09 10:54:57 -07:00
Ben Ogle
9db804b413
Doc events in Cursor
2014-09-09 10:51:46 -07:00
Ben Ogle
c7525e8cff
💄 doc strings
2014-09-09 10:51:35 -07:00
Ben Ogle
7198a919bf
onDidMoveCursor -> onDidChangeCursorPosition
2014-09-09 10:43:25 -07:00
Ben Ogle
aebdfb4cf6
Event docs
2014-09-09 10:39:41 -07:00
Kevin Sawicki
7b1f8cc7da
Set project path for window:open-path files
...
The project path will now be set to the parent directory if it isn't
already set when a file path is specified via the window:open-path
event.
Closes atom/tree-view#217
2014-09-09 09:55:31 -07:00
Nathan Sobo
17aa6f958c
Upgrade autocomplete to fix specs
2014-09-09 10:18:19 -06:00
Cheng Zhao
3e10f491b4
Disable subpixel font scaling.
2014-09-09 21:54:32 +08:00
Cheng Zhao
3487ab9b11
Upgrade to atom-shell@0.16.2
2014-09-09 20:44:49 +08:00