• Please Read This Before Posting

    Pinned Locked
    1
    7 Votes
    1 Posts
    8k Views
    No one has replied
  • v8.7 Search Results Missing

    Pinned
    15
    0 Votes
    15 Posts
    6k Views
    xomxX

    This v8.6.9-v8.7.2 issue has been fixed (GitHub commit).
    The fix will be included in the next Notepad++ version (probably v8.7.3).

    @PeterJones
    I would leave this topic pinned for a while longer until the fix reaches most N++ users.

  • HELP: Having trouble with Macros in v8.5.3 or later

    Pinned
    28
    2 Votes
    28 Posts
    20k Views
    Mike NewmanM

    Moderator Note: The contents of this post were moved to a separate topic, Macro works normally, but fails when shortcut is Ctrl+Shift+C, because it’s actually separate from the >=v8.5.3 issue for this Topic.

  • Line number issues

    6
    0 Votes
    6 Posts
    41 Views
    Ronald BesdanskyR

    @Terry-R Thank you very much Terry. I’ll try all that.

  • Curse of the Curly Quotes

    2
    0 Votes
    2 Posts
    20 Views
    PeterJonesP

    @William-Fields said in Curse of the Curly Quotes:

    When pasting code into NP++ from another source, no matter what I do, if the source has curly quotes, the pasted content has curly quotes.

    Right. That’s because the curly quote characters have different codepoints from ASCII quotemarks.

    It’s doing the right thing.

    If you want to convert, then use a regular expression:
    FIND = [“”]
    REPLACE = "
    SEARCH MODE = Regular Expression
    REPLACE ALL

    change all curly quotes to straight quotes when opening documents or pasting content

    There’s no such command or option in Notepad++, because that would be Notepad++ changing characters from one codepoint to another without user interaction, which is the antithesis of text editing

    https://community.notepad-plus-plus.org/post/102348

    The Direct Write ligature-effects from the post you showed is just the fonts changing the appearance of characters based on font ligature rules, but the underlying characters that Notepad++ is presenting are the exact same characters as found on disk. On the other hand, the curly quotes that you are copying and pasting are different characters from the ASCII quote.

  • Daily Reliability Monitor events

    2
    0 Votes
    2 Posts
    86 Views
    PeterJonesP

    @mapsonx ,

    I don’t know that tool, so I don’t know what it considers a “critical event”, or what “stopped working” means.

    You also don’t say what version of Notepad++ you are using (especially whether or not you are still using the portableapps modification or the official), nor what plugins you may have installed (which can highly affect stability).

    But in my experience, Notepad++ doesn’t just “stop working”, except in cases of rare critical bugs, or plugin misbehavior, or user error.

    update: Wow, I’d never heard of the Windows Reliability Monitor before. On mine, I see no Notepad++ events. On the events that I do have, some show a “View technical details” link, which brings a crash report which has meaningful information: it’s too bad that yours don’t appear to have that link. The format of that window appears similar to the details obtainable from the Event Viewer – so maybe you can find details for one or more of those evens from that MS tool, and see if that gives you any hints, or share the details so that someone here might be able to give you insight (I know that @xomx has been able to help interpret Event Viewer details before, and that has even led quickly to a PR to fix the bug).

  • 1 Votes
    9 Posts
    125 Views
    Yellow FolderzipY

    @PeterJones Ah yah, I understand now. I suppose this is a fine solution, so thank you for that. This still requires some finesse to get in front of the 1st column versus just click+dragging inside the margin, but definitely better than before. 😎

  • 0 Votes
    4 Posts
    1k Views
    PeterJonesP

    @Steve-Plumlee said in Flickering screen on the latest edit that i've made (like a preview of current and previous state):

    @GM-Bobby-B Hi I am having the same experience. I suspect this is a new “Feature” but I have been unable to determine where the setting is to turn it off.

    Did you ever figure it out? @Lycan-Thrope Appreciate your FAQ items but I think this is a feature that was added. Maybe one of the dev’s can answer that

    Forum search didn’t result in any other posts so maybe it’s a plugin or something?

    No, if the video that the original poster put in reddit last year is realy what you’re seeing, it’s not a “feature”.

    @Lycan-Thrope linked to the FAQ because the original poster didn’t give enough version information to be any help. And despite thanking him for the link to the FAQ, neither did you. Share your ?-menu’s Debug Info to let us know what version you are using, and many other things that are often relevant to debugging uncommon problems.

    That user has never come back to this forum since the original post, so never even saw @Lycan-Thrope’s answer. And the people in Reddit just found that changing the caret blink rate in the preferences “fixed” it for them… though that should have nothing to do with what Notepad++ displays.

    My guess is that it was really a plugin causing the problem, or that the underlying cause is actually something slowing down the entire computer, causing it to refresh Notepad++'s screen at odd times.

    If you think it might be a plugin, we’ve got a different FAQ which has a section on diagnosing “Possible Culprit: Plugin”: you should follow the steps included there.

  • Unable To Save To OneDrive Folder

    5
    0 Votes
    5 Posts
    202 Views
    mathlete2M

    I also find that OneDrive folders aren’t always turned on when you first log in/start up; that’s why I preferred using network drives over OneDrive. When you first open a OneDrive folder in File Explorer, there should be a button somewhere that toggles the drive.

  • Notepad++ not responding

    7
    0 Votes
    7 Posts
    24k Views
    PeterJonesP

    @Martin-Bishop said in Notepad++ not responding:.

    I followed the steps above and was certain it was a new plugin I installed earlier in the day, but the removal of plugin, creating a backup Notepad++ folder in %AppData% and completely uninstalling NP++ before reinstalling it hasn’t fixed anything.

    For now, the only way to start it is to use the -noPlugin command line argument on my usual shortcut to the program.

    If using -noPlugin makes it work, that means it’s one of your plugins, or an interaction between multiple plugins, causing the issue. Our freeze/crash/plugin FAQ explains how to try to isolate which plugin is the culprit.

  • Upgrade curl error

    2
    0 Votes
    2 Posts
    153 Views
    PeterJonesP

    @Rene-Balduk ,

    Are you in an IT-controlled environment that requires connecting to a proxy to connect to the internet? If so, then you (or someone from IT) will need to launch Notepad++ As Admin, and set ? > Set Updater Proxy to the right value. (127.0.0.1 is your localhost – ie your own computer – and it surprises me that it would be pointing to a proxy on your own machine)

  • PythonScript: "New Script" not shown

    15
    0 Votes
    15 Posts
    817 Views
    Alan KilbornA

    @snafu423 said:

    since I use the “real” portable version it all works fine

    And this is the key point of this entire thread!

  • Download Status Page Out of Date

    5
    0 Votes
    5 Posts
    347 Views
    PeterJonesP

    @Phil-Shearer said in Download Status Page Out of Date:

    hopefully it will all be good again in a week or two

    As of 2026-Apr-7 (per this post), v8.9.3 has been triggered for Auto-Update, so ? > Update Notepad++ should see a new version available now.

  • Add line of text to beginning of multiple files

    25
    0 Votes
    25 Posts
    33k Views
    Amelia MendouzaA

    @Claudia-Frank

    Some seven years later: exactly my query too. Many thanks. 😊😊

  • 0 Votes
    2 Posts
    162 Views
    PeterJonesP

    @Cletos ,

    Depending on what version of Notepad++ you were running, and what’s happened since you last opened Notepad++:

    Exit Notepad++ Use Windows Explorer to go %AppData%\Notepad++ You will have session.xml and hopefully a file called session.xml.inCaseOfCorruption.bak . Rename session.xml to session.after.xml Rename session.xml.inCaseOfCorruption.bak to session.xml

    Depending on the state, and how little you’ve done since you had the problem, and what version of Notepad++ you are running, that backup session might contain the ~100 txt files.

    If not (if there’s no session.xml.inCaseOfCorruption.bak , or if the copy there was written after your session got messed up), there is nothing we can do for you, as the backup session isn’t there. (Hopefully, those 100 txt files were all real files, not new 1 … new 100 with no saved changes ever – if they were, you can look in the backup subdirectory, but again, no guarantees the files are there).

  • 0 Votes
    22 Posts
    38k Views
    PeterJonesP

    As a reminder to all readers of this Topic, the Community Forum is “The Community of users of the Notepad++ text editor”, as it says in the footer of every single page here (emphasis added). As such, this is just users, talking about Notepad++ and helping each other other. Feature Requests are not tracked here. So all of these “I cannot believe it’s still this way” are effectively just complaining to other users; if that’s theraputic to you, fine; but it won’t tell the developer how many people are interested in that feature being implemented, so it’s just spitting in the wind, so to speak.

    We have a FAQ that explains where the Feature Request tracker is. And you could search there (in both open and closed requests) if you want to find the official issue(s) tracking such a request, and see how the developer has responded to such requests, if at all.

  • I don't want grouped files when I open the download folder in Windows 11.

    2
    0 Votes
    2 Posts
    161 Views
    PeterJonesP

    @Diederik858 said in I don't want grouped files when I open the download folder in Windows 11.:

    When I open the file explorer from Notepad++, I don’t want to have grouped files (day, month, etc.).

    When you open the file explorer from Notepad++, you are being directed into a Windows application, the Explorer. And, as such, it follows the Explorer settings for how any individual directory should look. It is exactly identical to you using Windows’ Win+R key and launching explorer "%UserProfile%\Downloads"

    As such, you would change the Explorer settings for the Download directory the same way you would from any explorer window (Explorer’s Sort > Group By > (None)) – but this isn’t Notepad++ advice, this is general Windows advice; as such, a Notepad++ forum isn’t the best place for further discovering Windows Explorer features.

  • Make notrepad++ default

    3
    0 Votes
    3 Posts
    378 Views
    mapsonxM

    @PeterJones said in Make notrepad++ default:

    It seems a mixed bag: wanting it as system default, associated with lots of file types, and using the Shell Extension, but not wanting to “install” it. It might help us give you better advice if you explain what parts of the “install” that you are opposed to. Is it just storing the settings in %AppData% that you don’t like? Or is there something else? The installer can install into any directory, not just Program Files; the installer can choose to not use %AppData% (as long as it’s not installed in Program Files); the installer automatically registers the Shell Extension for you.

    Thanks for all the patience and instruction. I studied those data transfer tutorials, and I “think” I got it right. A little complicated because in Portableapps, in some cases there are up to three iterations of the same file in separate locations. So far, it looks and behaves like the Portableapps.

    Is it just storing the settings in %AppData% that you don’t like?

    I know the best way to do things is the install. I like to keep things simple. I have very limited space on my OS partition, so I like to keep things as simple as I can by going portable whenever possible, and locating elsewhere. It also makes things easier if you must do an image restore.

    That said, considering what you have advised, I think I will do the install. and avoid storing the settings in %AppData%.

    After the installation now that I have the working portable version. can I move it to the install directory, mindful of the fact that there will be files in that directory that must retained? Or is it not that simple?

  • How to compare 2 text files and delete duplicates

    13
    0 Votes
    13 Posts
    1k Views
    guy038G

    Hi, @jak and All,

    Refer to this post :

    https://community.notepad-plus-plus.org/post/105114

    BR

    guy038

  • 0 Votes
    5 Posts
    461 Views
    PeterJonesP

    @Claudia-Svenson said in How to set "UTF-8 WITH BOM" as default Encoding even for old but changed textfiles?:

    This would be a great convenient enhancement feature.

    Natively, there is no such feature (and it’s not likely to happen, IMO).

    Using a plugin, it’s doable. For now, it requires using a not-yet-released version of the EditorConfig plugin, but they are supposedly eventually going to release a new version with all the features/fixes from the last 6 years.

    EditorConfig plugin should be able to handle the charset attribute. But the version available in Plugins Admin is still 6 years old, and does not include that attribute. They merged the PR that implemented charset in 2023, but have not done a release since v0.4.0.0 in 2019. (In October 2025, they put in an Issue to encourage themselves to do a release, but there’s still apparently a showstopper preventing them from moving forward.)

    I just forked their repo, and did a build based on their most recent codebase; I call that “0.4.0.1”, so that there’s something to distinguish it from the official version. For a couple of months from 2026-Mar-30, GitHub should have some artifacts of my v0.4.0.1 build.

    Exit Notepad++ Go to https://github.com/pryrt/npp-editorconfig-plugin/actions/runs/23767310769#artifacts and download the right artifact for your machine (most likely the one ending in --x64). Unzip, and copy the DLL to c:\Program Files\Notepad++\Plugins\NppEditorConfig\NppEditorConfig.dll create .editorconfig file at the top of your document structure (like c:\users\username\.editorconfig), populate it with:root = true [*.bat] charset = utf-8 [*.py] charset = utf-8 [*.txt] charset = utf-8-bom [*.ps1] charset = utf-8-bom The next time you save a file with one of those extensions (as long as it’s in the same folder as the .editorconfig file, or a subdirectory of that folder), it will use the charset indicated when you save the file in Notepad++

    (GitHub will remove those artifacts sometime in the next few months. If EditorConfig hasn’t done an official release since then, and the files are gone, feel free to ping me here, and I can trigger a new build to GitHub)