FG
💻 Software

Can user-defined autocomplete keyword description in notepad++ span multiple lines?

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

Problem

I am creating an API auto-complete XML file for my user-defined language. Can the description text assigned to the keyword be displayed as multiple lines inside the auto-complete pop-up window? i.e. This is the result of the XML code shown above: Is there a way to add an escaped line feed or new li…

Error Output

<KeyWord name="sample" func="yes">
    <Overload retVal="void" descr="A description. I want this text on a new line of the np++ auto-complete pop-up …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can user-defined autocomplete keyword description in notepad++ span multiple lines?

Low Risk

Try inserting a real carriage return in the XML file by just hitting enter where you want to break the line.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment