Skip to content

dail8859/BetterMultiSelection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterMultiSelection

Build status

Notepad++ plugin to provide better cursor movements when using multiple selections.

Note: This may not be fully supported on non-US keyboard layouts. This does have some minor quirks (such as the cursor not always blinking correctly) that are a side effect of the implementation.

Demo

Usage

Ensure you have Multi-Editing turned on in Notepad++'s preferences. Settings > Preferences > Editing > Multi-Editing Settings

Make multiple or rectangular selections and move the cursor. Supported cursor movements are:

  • Left
  • Right
  • Up
  • Down
  • Home
  • End
  • Word Left (Ctrl+Left)
  • Word Right (Ctrl+Right)
  • Delete Word Left (Ctrl+Backspace)
  • Delete Word Right (Ctrl+Delete)
  • Enter

You can also hold down Shift to extend the selections.

Installation

Install the plugin by the Plugin Manager, or manually by downloading it from the Release page and copy BetterMultiSelection.dll to your plugins folder.

Development

The code has been developed using Visual Studio 2015. Building the code will generate the DLL which can be used by Notepad++. For convenience, Visual Studio copies the DLL into the Notepad++ plugin directory.

License

This code is released under the GNU General Public License version 2.