Notepad3 icon indicating copy to clipboard operation
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:

Results 278 Notepad3 issues
Sort by recently updated
recently updated
newest added

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...

question

I would like to ask you guys how to cancel the underline when inputting? As shown in the figure: ![QQ截图20220901130528](https://user-images.githubusercontent.com/70464640/187836504-4a4e3f30-52b9-4d26-96f7-420b00c5658f.png)

enhancement / feature req.
close on approval

![image](https://user-images.githubusercontent.com/111327029/184780694-bb51a115-1dd3-4fb0-8655-fddb6eb58045.png) ![image](https://user-images.githubusercontent.com/111327029/184780755-ce10d87c-c96f-403b-a40a-4791dd00ec59.png)

question
close on approval

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, `"`...

enhancement / feature req.
change request

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...

enhancement / feature req.

![image](https://github.com/rizonesoft/Notepad3/assets/127091329/672d88bf-93ef-4619-8a0a-c50337d7083f)

won't change
GUI
close on approval
Dark Mode

After maximizing the file window, a stuck screen may appeart,May I ask what's going on?

close on approval

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...