Nathan Sobo
cc4ab0d36b
📝 Document TooltipManager
2014-11-19 19:13:33 -07:00
Nathan Sobo
7bdf3b1719
Add support for keyBindingTarget to TooltipManager::add
2014-11-19 19:10:36 -07:00
Nathan Sobo
175d7811b4
Add TooltipManager
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-19 18:57:08 -07:00
Kevin Sawicki
46ff794c8b
Don't set the update query param on Windows
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
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
Ben Ogle
a25920da72
Merge pull request #4225 from atom/bo-error-events
...
Add onWillThrowError
2014-11-19 11:55:45 -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
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
9adad17e27
📝 Doc fullLine parameter to Selection::{copy,cut}
2014-11-18 22:38:20 -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
d6ba6067b8
💄
2014-11-18 16:06:03 -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
Kevin Sawicki
84f160f88e
Capture stderr
2014-11-18 15:23:06 -08:00
Kevin Sawicki
c3d1dd82f0
Handle empty path correctly
2014-11-18 15:23:06 -08:00
Kevin Sawicki
32ff599a61
stdoutg -> stdout
2014-11-18 15:23:06 -08:00
Kevin Sawicki
cbdf93b075
Log path lookup
2014-11-18 15:23:06 -08:00
Kevin Sawicki
c721300be4
📝 Add more comments
2014-11-18 15:23:06 -08:00
Kevin Sawicki
6630147b69
Spawn setx directly
2014-11-18 15:23:06 -08:00
Kevin Sawicki
08076a4af1
Only call callback once
2014-11-18 15:23:06 -08:00
Kevin Sawicki
b9897d8b34
apm not atom
2014-11-18 15:23:06 -08:00
Kevin Sawicki
68fbff59d8
Add apm command stub
2014-11-18 15:23:05 -08:00
Kevin Sawicki
0b2bd468b5
Disable echo in atom.cmd
2014-11-18 15:23:05 -08:00
Kevin Sawicki
a36eae8e4d
Use setx to set path
2014-11-18 15:23:05 -08:00
Kevin Sawicki
ed23058af0
Disable echo in command shim
2014-11-18 15:23:05 -08:00
Kevin Sawicki
c3d8f4843a
Use root atom folder in bin folder path
2014-11-18 15:23:05 -08:00
Kevin Sawicki
085933c55e
Add logging
2014-11-18 15:23:05 -08:00
Kevin Sawicki
01987cb762
Use fs-plus
2014-11-18 15:23:05 -08:00
Kevin Sawicki
75a6c51ac7
Install atom command stub
2014-11-18 15:23:05 -08:00
Kevin Sawicki
1575ee9037
Return early on errors
2014-11-18 15:23:05 -08:00
Kevin Sawicki
64612d4734
Remove logging
2014-11-18 15:23:04 -08:00
Kevin Sawicki
3aac342c21
💄
2014-11-18 15:23:04 -08:00
Kevin Sawicki
69d3b3cfa2
Add missing /d argument
2014-11-18 15:23:04 -08:00