Skip to content

ffes/selectquotedtext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SelectQuotedText

Simple Notepad++ plug-in that selects the text in quotes. It uses the Scintilla lexers Notepad++ is based on to determine what "quoted text" is. If no quoted text is found, the current word is selected.

How to install

Download the lastest version from https://github.com/ffes/selectquotedtext/releases and copy SelectQuotedText.dll in the plugins/SelectQuotedText directory. Then (re)start Notepad++.

How to use

When the cursor is in a quoted text, press Alt+' to select that text. You can adjust the hotkey in Settings, Shortcut Mapper, Plugin commands.

Known issues

  • In C and C++ the string L"Text" is not selected properly.

  • In Python a text between triple quotes is not selected properly.

  • In HTML a URL in quotes is recognized as URL (it is underlined and clickable) by the lexer and therefore the plug-in will just select the current word.

About

Notepad++ plug-in that selects the text in quotes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages