Categories

  • Announcements regarding our community

    332 Topics
    5k Posts
    PeterJonesP
    @Dario-Ampuy said: Hello, i found an issue with the latest update, since then the working folder doesn’t expand. i tried to remove it and add it again with the same result, used local and network drives with the same result. downgraded until a fix is released. thank you If I understood you correctly, you are talking about the “Folder as Workspace” feature, right? If so, that was reported multiple times in this forum and in the main issues (like #18226 and #18248), and is caused if you have symbolic links in your directories. Unfortunately, when I look through the fixes in v8.9.8 Release Candidate, or look at the still-open issues, I am not sure that a fix for that problem made it into v8.9.8. That is rather unfortunate, as it was a major complaint with v8.9.7.
  • Frequently Asked Questions and Guides (about Notepad++ and this Forum)

    38 Topics
    64 Posts
    PeterJonesP
    Corrupted Session Starting in Notepad++ v8.6.5, it will store session.xml.inCaseOfCorruption.bak next to session.xml, and will automatically use that if session.xml is corrupted. However, if you ever find that you open Notepad++ (especially after an update or a system crash) and find that the files opened weren’t in the same state as when you let them, you can try this procedure: Exit Notepad++ Windows Explorer, go to %AppData%\Notepad++ (or in your appropriate config-file location if you aren’t using AppData for config) Rename session.xml to session.xml--keep Copy session.xml.inCaseOfCorruption.bak to session.xml Run Notepad++ → If it’s now showing the right copy of your files, great! If not, exit Notepad++, delete session.xml, and rename session.xml--keep back to session.xml .
  • Notepad++ discussions that don’t fit in other Categories

    4k Topics
    22k Posts
    PeterJonesP
    @petey200 , The Search Results panel is designed to only show one line per match (even if you do a search expression that matches text that crosses over lines, it will only show the first line of the match). There isn’t a way to increase context. Support for multiple keywords would be an additional plus. The existing regular expression (regex) feature already handles that. Find What = \b(George|Gracie|whale)\b the \b matches “word boundary” so it would match George but not Georgene, etc. the (...) makes a group - without this logical group, the \b would have to be repeated at the beginning and end of each word, like \bGeorge\b|\bGracie\b|\bwhale\b the | means “OR” translated to english, this Find What means “match a boundary, then George or Gracie or whale, then another boundary” Match Case = off Search Mode = Regular Expression . matches newline = off [image: 1786722146144-7274a6f0-798a-4c00-9466-d487a784e5af-image.jpeg] – From our FAQ section, the Generic Regular Expression formula FAQ links to a post Generic Regex: Logic Gates for Regular Expressions which explains how to match lines with AND, OR, Exclusive-OR, and similar logical constructs.
  • 10k Topics
    55k Posts
    PeterJonesP
    @Passant-Delarue , Initial guess: turn off “. matches newline”, otherwise your .* will greedily match the whole file.
  • Technical discussion of building or contributing to Notepad++ or Plugin codebases

    1k Topics
    9k Posts
    M Andre Z EckenrodeM
    Thank you, @Coises, and best wishes for a long-term solution.
  • Security shouldn’t be the privilege of rich people

    73 Topics
    366 Posts
    J
    @PeterJones Thanks Peter. That step did not work until I ran this regedit first (after closing the notepad++.exe background task): C:\Users\insertnamehere>set __COMPAT_LAYER=RunAsInvoker C:\Program Files\Notepad++\notepad++.exe. Then I was able to complete the steps above. Thanks for your guidance.
  • All the issues (publications/questions) about binary translation

    76 Topics
    480 Posts
    U
    @xomx Thank you very much for the work you have done, which will lead to improvements in Notepad++ in the future. I am very grateful to you.
  • Say fuck to Notepad++ here, and only here

    95 Topics
    560 Posts
    PeterJonesP
    @makeymalik , Longstanding known issue: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8660 From what I understand from that Issue, it’s usually related to the OS display-scaling setting in High-DPI modes. There’s a volunteer who has been slowly working through the known DPI issues, but hasn’t gotten to this one
  • No support request and bug report here, only unconditional praise and worship

    3 Topics
    8 Posts
    K
    I’m used to ISPF editing, using column based information. (SPFLite is a dumbed down version) I can do most of what I need in there, but N++ fills in holes in ISPF edit. For example, N++ can add, change or delete information across several lines. RegEx is available on ISPF edit, but I’m too busy to learn it. N++ does this much easier.
  • Share personal tips and cool uses for Notepad++, and similar

    63 Topics
    243 Posts
    David Brigden52D
    Seems they decided that it they couldn’t be the heroes, rhat they would be the villains.
  • Computer/Programming Jokes are welcome here

    59 Topics
    190 Posts
    Lycan ThropeL
    @xomx , Dave Bowman: "Open the pod bay doors, HAL. " HAL: “I’m sorry, Dave. I’m afraid I can’t do that.” [image: 488a3017b34fe587.png]