#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
- Copy RandomizeLines.py to *\plugins\PythonScript\scripts* in your NPP folder
- Restart NPP. It will now appear as a menu item under Plugins...Python Script...Scripts
- Select the lines to randomize, or select nothing.
- Go to the NPP menu, Plugins...Python Script...Scripts...RandomizeLines and click!
- If selected text is detected, it reorders the lines and replaces the selected text, otherwise the entire contents of current document.
- Undo is available if you dont like the results
The plugin attempts to detect your EOL setting and replicate it when replacing with the randomized lines