Notepad3
Notepad3 copied to clipboard
Notepad like text editor based on the Scintilla source code. Notepad3 based on code from Notepad2 and MiniPath on code from metapath. Download Notepad3:
I want to set my default font for Notepad3, and I need to set a fallback font for CJK characters coz I always do something that needs multi-language. But when...
I would like to ask you guys how to cancel the underline when inputting? As shown in the figure: 
 
The following warning pop-up window, I hope to add a switch that can be turned off in the options, so that it is more user-friendly and gives you a choice....
Since there's a autocomplete for HTML tags, it would be great to also add an autocomplete for the following symbols: `(`, `[`, `{`. String symbols might also need them, `"`...
Instead of using the default program used by the File Explorer, it would be better to allow the program to use a different command to run when Execute Document is...

After maximizing the file window, a stuck screen may appeart,May I ask what's going on?
A regex to find character X in the middle of a line, but not the start or end: `^.+X.+$` This matches the line thisXthat but also matches the line XhelloX...
tl;dr from Powershell, `notepad .\foo` will open Notepad with file `foo`. Saving the file `foo` saves it to the notepad installation directory, I expected it to save `foo` to the...