notepad-visualstudiolinecopy Code
Brought to you by:
kered13
Adds two commands to Notepad++ CopyAllowLine
and CutAllowLine
, which adds Visual Studio style copy/cutting to Notepad++.
CopyAllowLine - Copies the selected text if text is selected, or copies the current line if no text is selected.
CutAllowLine - Cutsthe selected text if text is selected, or cuts the current line if no text is selected.
See below for instructions on installing the plugin.
Inspired by: http://stackoverflow.com/questions/619754/how-to-mimic-visual-studios-ctrl-x-ctrl-v-functionality-in-notepad
VisualStudioLineCopy.Unicode.dll
is for Unicode version of Notepad++VisualStudioLineCopy.Ansi.dll
is for Ansi version of Notepad++VisualStudioLineCopy.Unicode.Net.dll
is an older, .NET version of the addon (for Unicode only).