FG
💻 Software

Special characters in Notepad++ user defined language files

Fresh5 days ago
Mar 15, 20264842 views
Confidence Score0%
0%

Problem

I use Notepad++ as my main editor when writing HTML files. The default API file that defines the autocompletion rules for HTML files always annoys me, because it's full of old/obsolete/invalid tag names. To combat this, I am attempting to create a new API file for valid HTML5. One of the problems i…

Error Output

html.xml

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Special characters in Notepad++ user defined language files

Low Risk

Unfortunately there is no way, because this is how Notepad++ is implemented. I've looked into the source code of Notepad++ and when it does auto completion it checks back to the start of the word that you're typing. Meaning it only checks alphanumer…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment