<< A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

–A–

–B–

–C–

–D–

delimiters, exclude

useful if you want to double-click on a string that contains a character which you want to be highlighted when you double-click.

  1. Go to SettingsPreferences
  2. Select Delimiter to bring up the Word character list
  3. Click the Add your character as part of word radio button and add characters you want added

–E–

–F–

–G–

–H–

–I–

–J–

–K–

–L–

–M–

–N–

–O–

–P–

–Q–

–R–

–S–

sort

Edit → Line Operations → Sort Lines Lexicographically Ascending

special characters, convert so they show up right

EncodingConvert to UTF-8-BOM

PowerShell 5.1 struggles with UTF-8 files without BOM, often misinterpreting them as ANSI. This helps convert special characters such as check marks that show up fine in PowerShell 7 to also show up OK in PowerShell 5

–T–

–U–

update

from elevated command:

Get-Process notepad++ -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue
winget upgrade Notepad++.Notepad++

–V–

–W–

–X–

–Y–

–Z–