aaab190763
| Name | Codepoint | Abbreviation | |------------------------------|-----------|--------------| | No-Break Space | U+00A0 | NBSP | | Ogham Space Mark | U+1680 | OSPM | | Mongolian Vowel Separator | U+180E | MVS | | En Quad | U+2000 | NQSP | | Em Quad | U+2001 | MQSP | | En Space | U+2002 | ENSP | | Em Space | U+2003 | EMSP | | Three-Per-Em Space | U+2004 | 3/MSP | | Four-Per-Em Space | U+2005 | 4/MSP | | Six-Per-Em Space | U+2006 | 6/MSP | | Figure Space | U+2007 | FSP | | Punctation Space | U+2008 | PSP | | Thin Space | U+2009 | THSP | | Hair Space | U+200A | HSP | | Zero-Width Space | U+200B | ZWSP | | Zero-Width Non-Joiner | U+200C | ZWNJ | | Zero-Width Joiner | U+200D | ZWJ | | Left-To-Right Mark | U+200E | LRM | | Right-To-Left Mark | U+200F | RLM | | Line Separator | U+2028 | LS | | Paragraph Separator | U+2029 | PS | | Left-To-Right Embedding | U+202A | LRE | | Right-To-Left Embedding | U+202B | RLE | | Pop Directional Formatting | U+202C | PDF | | Left-To-Right Override | U+202D | LRO | | Right-To-Left Override | U+202E | RLO | | Narrow No-Break Space | U+202F | NNBSP | | Medium Mathematical Space | U+205F | MMSP | | Word Joiner | U+2060 | WJ | | Left-To-Right Isolate | U+2066 | LRI | | Right-To-Left Isolate | U+2067 | RLI | | First Strong Isolate | U+2068 | FSI | | Pop Directional Isolate | U+2069 | PDI | | Inhibit Symmetric Swapping | U+206A | ISS | | Activate Symmetric Swapping | U+206B | ASS | | Inhibit Arabic Form Shaping | U+206C | IAFS | | Activate Arabic Form Shaping | U+206D | AAFS | | National Digit Shapes | U+206E | NADS | | Nominal Digit Shapes | U+206F | NODS | | Ideographic Space | U+3000 | IDSP | | Zero-Width No-Break Space | U+FEFF | ZWNBSP | Fix also issue with tooltips in preference dialog, when changing between dark/light mode. Fix #827, fix #4731, fix #8284, close #13020 |
||
---|---|---|
PowerEditor | ||
boostregex | ||
lexilla | ||
scintilla | ||
.gitignore | ||
BUILD.md | ||
CONTRIBUTING.md | ||
ISSUE_TEMPLATE.md | ||
LICENSE | ||
README.md | ||
SUPPORTED_SYSTEM.md | ||
appveyor.yml | ||
nppGpgPub.asc |
README.md
What is Notepad++ ?
Notepad++ is a free (free as in both "free speech" and "free beer") source code editor and Notepad replacement that supports several programming languages and natural languages. Running in the MS Windows environment, its use is governed by GPL License.
See the Notepad++ official site for more information.
Notepad++ Release Key
Since the release of version 7.6.5 Notepad++ is signed using GPG with the following key:
- Signer: Notepad++
- E-mail: don.h@free.fr
- Key ID: 0x8D84F46E
- Key fingerprint: 14BC E436 2749 B2B5 1F8C 7122 6C42 9F1D 8D84 F46E
- Key type: RSA 4096/4096
- Created: 2019-03-11
- Expires: 2024-03-11
https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/nppGpgPub.asc
Supported OS
All the Windows systems still supported by Microsoft are supported by Notepad++. However, not all Notepad++ users can or want to use the newest system. Here is the Supported systems information you may need in case you are one of them.
Build Notepad++
Please follow build guide to build Notepad++ from source.
Contribution
Contributions are welcome. Be mindful of our Contribution Rules to increase the likelihood of your contribution getting accepted.