Nathan Sobo
b5edefcae8
Trigger editor:will-be-removed from SpacePen shim, not component
...
By the time the component is getting unmounted, we have already called
remove hooks on the SpacePen shim so subscriptions to the event have
been removed.
2014-11-20 11:13:40 -07:00
Nathan Sobo
616a94a10e
Only SpacePen callRemoveHooks on removed pane item view if destroyed
2014-11-20 11:12:50 -07:00
Nathan Sobo
7034fe3b36
⬆️ space-pen to call cleanData in callRemoveHooks to stop leaks
2014-11-20 11:02:58 -07:00
Nathan Sobo
5f68af27f5
Fix memory leak in GitRepository and convert to CompositeDisposables
...
We were calling @unsubscribe with the TextBuffer, which previously
unsubscribed from that object. The problem is that we were no longer
subscribing to that object directly, but only adding subscriptions to
that object. This caused us to never unsubscribe from buffers.
2014-11-20 10:56:51 -07:00
Ben Ogle
6bdbabecbd
Add jasmine.attachToDOM
2014-11-19 17:08:54 -08:00
Kevin Sawicki
2cda86efda
Prepare 0.150
2014-11-19 17:07:06 -08:00
Kevin Sawicki
46ff794c8b
Don't set the update query param on Windows
v0.149.0
2014-11-19 15:58:51 -08:00
Ben Ogle
1406fbfe03
Merge pull request #4243 from atom/bo-remove-space-pen-docs
...
Remove space pen views from docs
2014-11-19 14:33:53 -08:00
Ben Ogle
dde13a5d4e
💄
2014-11-19 14:33:24 -08:00
Ben Ogle
bfc7995aee
Blacklist space pen docs from making it into our docs.
2014-11-19 14:15:43 -08:00
Ben Ogle
7fd9c75d24
Hide the space pen views in the docs
2014-11-19 14:15:18 -08:00
Nathan Sobo
677be2df82
Merge pull request #4223 from atom/ns-deprecate-style-sheet-events
...
Deprecate style sheet event methods on ThemeManager
2014-11-19 14:59:20 -07:00
Kevin Sawicki
b3bf47dd69
Prepare 0.149
2014-11-19 12:17:49 -08:00
Ben Ogle
a25920da72
Merge pull request #4225 from atom/bo-error-events
...
Add onWillThrowError
v0.148.0
2014-11-19 11:55:45 -08:00
Kevin Sawicki
9b28e7a47c
Merge pull request #4240 from atom/ks-write-text-async-to-selection-clipboard
...
Write text async to selection clipboard
2014-11-19 11:52:46 -08:00
Ben Ogle
db811cfa9e
Upgrade metrics to use the new onDidThrowError arg
2014-11-19 11:38:50 -08:00
Kevin Sawicki
6d0be70dbc
Spy on ipc.send and make it synchronous
2014-11-19 11:32:20 -08:00
Ben Ogle
74966bd547
Emit an event object from atom.onDidThrowError
2014-11-19 11:28:01 -08:00
Kevin Sawicki
488abc8c24
📝 Mention why ipc is used
2014-11-19 11:19:55 -08:00
Kevin Sawicki
362d7712ad
Add selection type
2014-11-19 11:19:55 -08:00
Kevin Sawicki
6ed3626133
Remove sync call
2014-11-19 11:19:55 -08:00
Kevin Sawicki
fc87c98261
Use async ipc call to write to selection clipboard
2014-11-19 11:19:55 -08:00
Max Brunsfeld
46a7ea5936
Merge pull request #4239 from atom/mb-always-normalize-indent-on-paste
...
Remove the `normalizeIndentOnPaste` setting. Always do it.
2014-11-19 11:14:31 -08:00
Max Brunsfeld
f412d88edd
⬆️ language-sass@0.26.0
2014-11-19 09:33:24 -08:00
Nathan Sobo
49471070a3
Move public stylesheet related methods off of atom.themes
...
* Move atom.themes.getUserStylesheetPath to
atom.styles.getUserStyleSheetPath
* Deprecate atom.themes.requireStylesheet
2014-11-19 10:31:03 -07:00
Max Brunsfeld
0ca9d7b97e
Remove the normalizeIndentOnPaste setting. Always do it.
2014-11-19 09:13:30 -08:00
Max Brunsfeld
d42878164a
⬆️ language-yaml@0.20.0
2014-11-19 08:40:46 -08:00
Max Brunsfeld
9adad17e27
📝 Doc fullLine parameter to Selection::{copy,cut}
2014-11-18 22:38:20 -08:00
Max Brunsfeld
be420b042c
Merge pull request #4233 from atom/mb-paste-full-line
...
Add special paste behavior when copying/cutting w/ no selection
2014-11-18 22:26:23 -08:00
Max Brunsfeld
270642b2ea
Add special paste behavior when copying/cutting w/ no selection
2014-11-18 18:58:25 -08:00
Max Brunsfeld
9a080bfd1b
Merge pull request #4231 from atom/mb-fix-newline-indent
...
Restore correct indent behavior when inserting newlines
2014-11-18 17:38:55 -08:00
Max Brunsfeld
7c43ea7a0f
Restore correct indent behavior when inserting newlines
...
When explicitly auto-indenting and when pasting, indentation is based
on the previous non-blank line. When simply inserting newlines,
the previous line is used, even if it is blank.
Signed-off-by: Nathan Sobo <nathan@github.com >
2014-11-18 17:27:43 -08:00
Kevin Sawicki
28c5bd7814
Use .ico icon URL
2014-11-18 16:58:57 -08:00
Kevin Sawicki
8c3bae4275
Kill the comma in the authors tag
2014-11-18 16:57:35 -08:00
Kevin Sawicki
71e3ab9d2b
Try using comma entity
2014-11-18 16:50:12 -08:00
Kevin Sawicki
a1634b2f9b
⬆️ grunt-atom-shell-installer@0.10
2014-11-18 16:44:43 -08:00
Kevin Sawicki
fb6351d9d7
⬆️ grunt-atom-shell-installer@0.9
2014-11-18 16:32:03 -08:00
Kevin Sawicki
90041b7115
Match author field to company name and cert
2014-11-18 16:25:30 -08:00
Kevin Sawicki
d6ba6067b8
💄
2014-11-18 16:06:03 -08:00
Kevin Sawicki
aface45084
Merge pull request #4224 from atom/ks-squirrel-events
...
Port chocolatey install actions to squirrel events
2014-11-18 15:37:04 -08:00
Kevin Sawicki
16fc52b351
Compute reg/setx paths once
2014-11-18 15:23:07 -08:00
Kevin Sawicki
56184be6fe
Add missing comma
2014-11-18 15:23:07 -08:00
Kevin Sawicki
8f623db092
Add path argument to context menu commands
2014-11-18 15:23:07 -08:00
Kevin Sawicki
081c2efc98
Use reg/setx from %SystemRoot%\System32 folder
2014-11-18 15:23:07 -08:00
Kevin Sawicki
3296674605
📝 Doc spawn
2014-11-18 15:23:07 -08:00
Kevin Sawicki
1e18e2b4e5
📝 Doc removeCommandsFromPath
2014-11-18 15:23:07 -08:00
Kevin Sawicki
13b28c26f0
Add example reg query output
2014-11-18 15:23:07 -08:00
Kevin Sawicki
760f6d280a
Remove bin folder from path on uninstall
2014-11-18 15:23:07 -08:00
Kevin Sawicki
f39ca3ea48
Always return on error
2014-11-18 15:23:06 -08:00
Kevin Sawicki
d379582248
Map a query exit code of 1 to the Path not being set
2014-11-18 15:23:06 -08:00