useful if you want to double-click on a string that contains a character which you want to be highlighted when you double-click.
- Go to Settings → Preferences
- Select Delimiter to bring up the Word character list
- Click the Add your character as part of word radio button and add characters you want added
sort
Edit → Line Operations → Sort Lines Lexicographically Ascending
special characters, convert so they show up right
Encoding → Convert 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
update
from elevated command:
Get-Process
notepad++
-ErrorAction SilentlyContinue
|
Stop-Process
-Force
-ErrorAction SilentlyContinue
winget upgrade Notepad++.Notepad++