Commit Graph

10444 Commits

Author SHA1 Message Date
Kevin Sawicki
69d3b3cfa2 Add missing /d argument 2014-11-18 15:23:04 -08:00
Kevin Sawicki
84232d76de Add missing /v argument 2014-11-18 15:23:04 -08:00
Kevin Sawicki
dc69b07045 Log updates 2014-11-18 15:23:04 -08:00
Kevin Sawicki
971539c438 Add bin to path during install 2014-11-18 15:23:04 -08:00
Kevin Sawicki
c36be85dd6 Ignore empty lines 2014-11-18 15:23:04 -08:00
Kevin Sawicki
4bbc498d1d Split on all newline characters 2014-11-18 15:23:04 -08:00
Kevin Sawicki
3ac992d5d5 Spawn command argument 2014-11-18 15:23:04 -08:00
Kevin Sawicki
ddbedcee3e Add more logging 2014-11-18 15:23:04 -08:00
Kevin Sawicki
ba8cc9e1c0 Call callback 2014-11-18 15:23:03 -08:00
Kevin Sawicki
ec4a2a468e Call getPath from updatePath 2014-11-18 15:23:03 -08:00
Kevin Sawicki
f09423e020 Log path from registry 2014-11-18 15:23:03 -08:00
Kevin Sawicki
7e34e8c4ed Call addToRegisry from installMenu 2014-11-18 15:23:03 -08:00
Kevin Sawicki
cc785de974 Implementing uninstalling context menus 2014-11-18 15:23:03 -08:00
Kevin Sawicki
a8c4d2e4ca Remove unused methods 2014-11-18 15:23:03 -08:00
Kevin Sawicki
d918eb6fa7 Install directory menus 2014-11-18 15:23:03 -08:00
Kevin Sawicki
69efdc2292 Remove logging 2014-11-18 15:23:03 -08:00
Kevin Sawicki
fc891f8706 Add missing callback params 2014-11-18 15:23:03 -08:00
Kevin Sawicki
9fc96ba7d4 Add more logging 2014-11-18 15:23:02 -08:00
Kevin Sawicki
b8a263c570 Ignore errors 2014-11-18 15:23:02 -08:00
Kevin Sawicki
c9a9b51238 Add add argument 2014-11-18 15:23:02 -08:00
Kevin Sawicki
13d16b4723 Log arguments 2014-11-18 15:23:02 -08:00
Kevin Sawicki
ddacfd7d5f Use code when signal is not set 2014-11-18 15:23:02 -08:00
Kevin Sawicki
932207b106 Log errors 2014-11-18 15:23:02 -08:00
Kevin Sawicki
2c39f3515b Add force option 2014-11-18 15:23:02 -08:00
Kevin Sawicki
8e53b2d507 Add Open with Atom file context menu 2014-11-18 15:23:02 -08:00
Ben Ogle
2a56e70110 Fix logCursorScopes
Close #4204
2014-11-18 11:00:11 -08:00
Max Brunsfeld
e34eb151ca Respect 'normalizeIndentOnPaste even w/ multiple selections 2014-11-17 19:24:37 -08:00
Kevin Sawicki
40ffe2a306 📝 Swap OS order 2014-11-17 16:52:48 -08:00
Kevin Sawicki
4896741f0c 📝 Mention Alt toggles 2014-11-17 16:40:15 -08:00
Kevin Sawicki
c360ccc62b Only register command on Windows & Linux 2014-11-17 16:40:15 -08:00
Kevin Sawicki
59c405d846 Mention Alt shows the menu bar 2014-11-17 16:40:15 -08:00
Kevin Sawicki
a9826653e1 Set autoHideMenuBar on properties object 2014-11-17 16:40:15 -08:00
Kevin Sawicki
b47d52d919 Always set menu bar visibility when changing autohide 2014-11-17 16:40:15 -08:00
Kevin Sawicki
7422f0ab1b Set menu bar visible when no longer autohiding 2014-11-17 16:40:15 -08:00
Kevin Sawicki
7bcf92e55a Implement menu bar toggling 2014-11-17 16:40:14 -08:00
Kevin Sawicki
79e50084a9 Set description, not title 2014-11-17 16:40:14 -08:00
Kevin Sawicki
73a70d430f Add core.autoHideMenuBar 2014-11-17 16:40:14 -08:00
Ben Ogle
1b85810735 Use classes rather than location attributes 2014-11-17 16:07:53 -08:00
Max Brunsfeld
4a9d0ab4d3 Merge pull request #4192 from atom/mb-auto-indent-on-paste
Add auto-indent when pasting
2014-11-17 15:22:15 -08:00
Max Brunsfeld
8fe0b7fb7b Update description of 'autoIndent' config option 2014-11-17 11:02:22 -08:00
Max Brunsfeld
32ac99fd3e Add description to 'editor.autoIndent' config option 2014-11-17 10:47:58 -08:00
Max Brunsfeld
175a8b6968 Provide separate config option for auto-indent on paste
This way, this option (`autoIndentOnPaste`) can be turned off for
indentation-sensitive languages like coffeescript.
2014-11-17 10:30:13 -08:00
Kevin Sawicki
e40dc5c4a6 💄 2014-11-17 08:54:41 -08:00
Max Brunsfeld
83040d13c7 Base suggested indent level on previous non-blank row
Signed-off-by: Nathan Sobo <nathan@github.com>
2014-11-17 08:53:29 -08:00
Max Brunsfeld
ebc9a6bf51 Don't auto-indent current line when pasting after non-whitespace characters
Signed-off-by: Nathan Sobo <nathan@github.com>
2014-11-17 08:53:14 -08:00
Max Brunsfeld
c8ad232c31 Respect the editor.autoIndent option when pasting
Signed-off-by: Nathan Sobo <nathan@github.com>
2014-11-17 08:52:51 -08:00
Kevin Sawicki
cfd918977b Only paste on middle mouse button 2014-11-17 08:43:16 -08:00
Kevin Sawicki
e7efaeaf17 Listen for middle mouse paste on linux 2014-11-17 08:39:56 -08:00
Ben Ogle
693fd43449 Fix resetting scoped config defaults
It would write an empty object for the parent key when there were no
other objects in the parent key.

Closes #4175
2014-11-14 15:11:43 -08:00
Max Brunsfeld
fa96adc2ce Clean up TextEditor::pasteText 2014-11-14 09:33:48 -08:00