Max Brunsfeld
2ee3ab8577
Merge pull request #4162 from atom/mb-fix-copy-without-selection
...
Don't select the copied line when copying with no selection
v0.146.0
2014-11-12 10:25:38 -08:00
Max Brunsfeld
3521b96611
Don't select the copied line when copying with no selection
2014-11-12 10:12:26 -08:00
Kevin Sawicki
7abfd45baf
Default to using hard tabs in Makefile files
...
This is a temporary solution until scoped settings supports this
type of restriction.
Closes atom/language-make#3
2014-11-12 09:31:12 -08:00
Ben Ogle
4141b456db
Merge pull request #4157 from AgentAntelope/master
...
Make cmd-delete delete to end of line.
2014-11-12 09:14:50 -08:00
Agent Antelope
f86dc6b0a6
Revert change to cmd-shift-backspace
2014-11-12 17:09:42 +00:00
Agent Antelope
87be5af1ec
Make cmd-delete delete to end of line.
...
This also affects cmd-shift-backspace.
The expected behaviour of cmd-delete is that it deletes to end of line,
with cmd acting as a modifier to delete/shift-backspace.
2014-11-12 13:41:32 +00:00
Kevin Sawicki
19995df367
💄 Use two space indent
2014-11-11 16:39:24 -08:00
Nathan Sobo
e238292075
Remove WorkspaceElement::handleWindowFocus
...
We were getting stack traces in specs when the window got focused caused
by this subscription never getting disposed. We investigated, and can’t
find a case where removing this causes any issues.
Tested:
* Loading/reloading empty window
* Loading/reloading window with pane splits
* Opening/closing dev tools
* Switching focus between atom windows
* Switching focus between applications
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-11 16:24:02 -07:00
Nathan Sobo
9fd52f600e
Dispose of WorkspaceElement subscriptions when detached
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-11 16:24:02 -07:00
Nathan Sobo
c75e692269
Don’t add undefined context menus when activating package resources
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-11 16:24:02 -07:00
Nathan Sobo
6770570f13
Don't call Grim.deprecate for undefined context menus
...
This preserves the original behavior, in which passing undefined to
atom.contextMenu.add was a no-op that returned a no-op disposable.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-11 16:24:02 -07:00
Nathan Sobo
9875b069bc
Merge pull request #4152 from atom/ns-highlight-region-classes
...
Add private API for adding classes to highlight regions for backward compatibility
2014-11-11 15:20:47 -07:00
Ben Ogle
58892be6f7
Use proper verbiage for the docs
2014-11-11 11:24:46 -08:00
Ben Ogle
2aaa025d72
Add deprecated getMoveNextWordBoundaryBufferPosition
...
Closes #4151
2014-11-11 11:24:10 -08:00
Max Brunsfeld
1474aa2116
Merge pull request #4148 from atom/mb-cut-line
...
Cut whole lines when no text is selected
2014-11-11 11:13:51 -08:00
Nathan Sobo
2de8046f99
Add deprecatedRegionClass option to highlight decorations
...
This adds a class to each of the contained regions so we can make
existing bundled packages backward-compatible with themes.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-11 12:11:26 -07:00
Nathan Sobo
a58af721f1
Assign highlight decoration React keys based on decoration id instead of class
...
@benogle: I think this should be fine now that we assign id’s, right?
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2014-11-11 12:11:26 -07:00
Kevin Sawicki
3a0bce0618
⬆️ settings-view@0.159
2014-11-11 10:57:54 -08:00
Kevin Sawicki
658dc8e9c3
Merge pull request #4141 from atom/ks-file-encoding-config
...
Default buffer encoding to core.fileEncoding config
2014-11-11 10:07:53 -08:00
Max Brunsfeld
7a87c22c7d
Cut/copy whole lines when no text is selected
...
Closes #3643
2014-11-11 10:02:17 -08:00
Kevin Sawicki
e36eaa56cb
Add windows1252
2014-11-11 09:47:34 -08:00
Kevin Sawicki
84a74d68cf
Remove windows1250 duplicate
2014-11-11 09:47:34 -08:00
Kevin Sawicki
5946590a66
Add spec for default file encoding
2014-11-11 09:47:34 -08:00
Kevin Sawicki
268a3649b6
Use core.fileEncoding as default buffer encoding
2014-11-11 09:47:34 -08:00
Kevin Sawicki
3e67766d1a
Add core.fileEncoding config schema
2014-11-11 09:47:34 -08:00
Kevin Sawicki
1038684014
Prepare 0.146
2014-11-11 09:47:07 -08:00
Kevin Sawicki
43acb99f86
⬆️ encoding-selector@0.7
v0.145.0
2014-11-11 09:02:19 -08:00
Nathan Sobo
8dccc8e07c
Merge pull request #4143 from atom/ns-fix-scrollbar-regression
...
Always re-render scrollbars after themes load/reload
2014-11-10 19:50:13 -07:00
Max Brunsfeld
3c800b00f5
Always re-render scrollbars after themes load/reload
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2014-11-10 17:59:41 -08:00
Kevin Sawicki
cb0f531b9a
⬆️ find-and-replace@0.146
2014-11-10 16:55:50 -08:00
Kevin Sawicki
5e61c7b38a
⬆️ symbols-view@0.68
2014-11-10 15:53:19 -08:00
Nathan Sobo
57f85e1720
Add regression coverage for “hidden pane item after dragging” bug #4112
...
Refs bad0504e1d
2014-11-10 15:55:21 -07:00
Kevin Sawicki
f4ced3b078
Autoscroll when selecting the entire line
...
Closes #4032
2014-11-10 14:51:03 -08:00
Ben Ogle
9553c46030
Override the default styling of .highlight in the editor.
...
Closes #4136
2014-11-10 14:34:50 -08:00
Kevin Sawicki
14e73e0c63
pane -> Pane
2014-11-10 14:31:21 -08:00
Ben Ogle
5c5c6e77fd
Move method to be with similar methods in the docs.
2014-11-10 14:18:35 -08:00
Ben Ogle
e9678a15f1
Add more docs for getPrev/NextWordBoundary methods
2014-11-10 14:18:15 -08:00
Ben Ogle
f0135adb62
Fix method name
2014-11-10 14:17:48 -08:00
Ben Ogle
58fe92a41b
Merge pull request #4135 from atom/bo-tab-reorder
...
Tab reorder
2014-11-10 14:00:45 -08:00
Kevin Sawicki
5689fbf7cc
Suggest keyring dependencies
...
apm now gracefully fails without them being installed and they
are only used for publishing and starring packages.
2014-11-10 13:35:48 -08:00
Ben Ogle
af052c79a7
nof
2014-11-10 13:32:58 -08:00
Kevin Sawicki
f431bb6396
Add more complete list of Debian dependencies
...
This list was taken from the webupd8 .deb file
Closes #4114
2014-11-10 13:32:20 -08:00
Ben Ogle
e21cc17a7b
Add tab-moving key bindings for windows
2014-11-10 13:31:18 -08:00
Ben Ogle
1247e40e88
Add tab-moving key bindings for mac
2014-11-10 13:31:12 -08:00
Ben Ogle
6159209d49
moveItemTo* -> moveItem*
2014-11-10 13:28:15 -08:00
Kevin Sawicki
d8263a1fcd
⬆️ apm@0.111
2014-11-10 13:21:23 -08:00
Ardeshir Javaherchi
5e3b88f42d
Add another test for moveItemToLeft
2014-11-10 11:25:17 -08:00
Ardeshir Javaherchi
a0e4d8b582
✅ Add test for reordering tabs in linux
2014-11-10 11:25:17 -08:00
Ardeshir Javaherchi
ff80545285
🐧 Add keymap implementation to reorder tabs in linux
2014-11-10 11:25:16 -08:00
Ben Ogle
3462d99675
Upgrade atom-dark-syntax
2014-11-10 11:16:34 -08:00