Skip to content

ethanpil/npp-randomizelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

#RandomizeLines.py for Notepad++ Requires Python Scripting plugin https://github.com/ethanpil/npp-randomizelines

A Notepad++ Python Scriping Plugin to randomize lines in the editor Version 1.0

Installation

  1. Copy RandomizeLines.py to *\plugins\PythonScript\scripts* in your NPP folder
  2. Restart NPP. It will now appear as a menu item under Plugins...Python Script...Scripts

Usage

  1. Select the lines to randomize, or select nothing.
  2. Go to the NPP menu, Plugins...Python Script...Scripts...RandomizeLines and click!
  3. If selected text is detected, it reorders the lines and replaces the selected text, otherwise the entire contents of current document.
  4. Undo is available if you dont like the results

Notes

The plugin attempts to detect your EOL setting and replicate it when replacing with the randomized lines

About

Notepad++ PythonScript plugin to randomize lines in the editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages