Skip to content

Notepad++ plugin to reverse lines in the selection or complete document.

License

Notifications You must be signed in to change notification settings

querykuma/qkNppReverseLines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad++ Plugin: Qk Reverse Lines

Reverse lines in the selection or complete document.

Qk Reverse Lines for Notepad++ is a very simple plugin made to help you reverse lines.

Features:

So far this plugin will:

  • reverse lines in the selected text content
  • reverse all lines in your document

Usage:

Reverse Lines in the Selection

Select some text in your document and click on Plugins -> Reverse Lines -> Selection.

Reverse All Lines in the Document

You don't need to make any selection or positioning for the caret, just click on Plugins -> Reverse Lines -> Document.

Screenshot:

Notepad++ Plugin: Qk Reverse Lines

Installation:

To install the plugin manually follow the instructions below.

  1. Stop Notepad++.
  2. Create qkNppReverseLines folder in Notepad++'s plugins installation folder (%Notepad++_program_folder%\plugins).
  3. Copy qkNppReverseLines.dll into the newly created folder. The folder name and the dll name should be same. Please select the version, x86(32bit) or x64(64bit).
  4. Restart Notepad++.

Development

This plugin has been developed using the Visual Studio 2019. Available platforms are x86 win32 and x64 for Unicode Release and Debug.

Reference:

Scintilla API

Notepad++ Plugin Template

Thanks

NPP-Reverse-Text is a very useful template to start developing this plugin.

Notepad++ Plugin Template is a official template to start developing this plugin by the Visual Studio.