mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
committed by
Kevin Sawicki
parent
176ca529e3
commit
759fe2dd5b
@@ -208,6 +208,9 @@ class EditSession
|
||||
toggleLineCommentsInSelection: ->
|
||||
@mutateSelectedText (selection) -> selection.toggleLineComments()
|
||||
|
||||
autoIndentSelectedRows: ->
|
||||
@mutateSelectedText (selection) -> selection.autoIndentSelectedRows()
|
||||
|
||||
cutToEndOfLine: ->
|
||||
maintainPasteboard = false
|
||||
@mutateSelectedText (selection) ->
|
||||
|
||||
Reference in New Issue
Block a user