cut-line
cut-line copied to clipboard
Atom package - cut the current line when no text is selected
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 0.190.0 **System**: Mac OS X 10.10.2 **Thrown From**: [cut-line](https://github.com/tekkub/cut-line) package, v0.10.0 ### Stack Trace Failed to activate the cut-line...
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...
In keymaps/cut-line.cson: Use the `atom-text-editor` tag instead of the `editor` class.
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...
Currently the package doc says that this implements cut-line, but in addition it customizes copy-line and paste-line functionality. Somekind of documentation would help. Especially the paste-line is really difficult to...