Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • donhoD

      Notepad++ release 8.9.4

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      8
      3 Votes
      8 Posts
      2k Views
      donhoD

      @xomx
      Thank you for testing

      I see you reverted the fix completely (10. Fix NSIS installation stalling caused by context menu registration issue. (Fix #17308 , #17885)), so there is back the regsvr32 calling as before.

      No, I didn’t. The only modification I published is for the fix of x86 32-bits installer double entries issue:
      https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a2a0c147c63eca790e68f06f7cc487ada5dbdd0a

      And I just pushed the fix into master:
      https://github.com/notepad-plus-plus/notepad-plus-plus/commit/50a163de5334b077fb9a7e24cfaee46dbe603116

      (Also I looked into the included TEST source and noticed that there are now missing some later fixes like “Add version info into MSI file property” or “Remove libcurl.dll”, I hope these stay in the master?).

      I guess the messages are the latest state when I created TEST tag, as well for the source code zip.

      https://github.com/donho/notepad-plus-plus/releases/tag/XXX
      is used only for RC or fix test.

      Though https://github.com/donho/notepad-plus-plus/ is usually synchronized, you should always check:
      https://github.com/notepad-plus-plus/notepad-plus-plus

    • I

      Hopefully Notepad++ can display correctly ...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      -2 Votes
      2 Posts
      63 Views
      PeterJonesP

      @ioc2e3 ,

      Again, you aren’t making yourself overly clear. Notepad++ displays … correctly. And I don’t know know what you mean by “language archives”

    • I

      About ( Ctrl + F ) ...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      -1 Votes
      2 Posts
      41 Views
      PeterJonesP

      @ioc2e3 ,

      This is a copy of your GitHub issue. But I don’t think anyone has any clue what you actually want or are asking about.

      Could you please clarify what you’re asking about? Is it something that only happens if you use that specific localization, or does it happen in English as well?

    • glossarG

      Invisible spaces

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      11
      0 Votes
      11 Posts
      10k Views
      Lucas BrunoL

      Yeah, this usually happens with non-breaking spaces (U+00A0) or other Unicode space characters that look invisible but behave differently from normal spaces.

      Using \xA0 in regex was the right fix 👍

      If you face this again, you can:

      Use \x{00A0} or \s to detect space variants Check in hex editor to identify exact character Then replace all in one go

      Also, if you’re unsure which invisible character it is, you can test different ones using tools like espaço invisível before applying them in your editor.

    • M

      Notepad++ 8.9.4 (x86)EXE Upgrade Leaves Duplicate ARP Entry

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      199 Views
      donhoD

      @metaad
      Please try this one:
      https://github.com/donho/notepad-plus-plus/releases/tag/TEST