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
    • David RiffetD

      KNOWN ISSUE: The digital certificate is not available in version 8.8.2.

      Watching Ignoring Scheduled Pinned Locked Moved Security
      6
      0 Votes
      6 Posts
      5k Views
      PeterJonesP

      UPDATE: With the release of v8.8.7, Notepad++ is once again signed by a GlobalSign-issued certificate, as well as the Notepad++ self-signed certificate.

    • Vito EvolaV

      Setup Notepad++ with cloud syncing?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · settings dropbox sync cloud
      16
      0 Votes
      16 Posts
      57k Views
      Edgar RamirezE

      @Vito-Evola I’ve got the simplest workaround and tested it… Download the portable version of Notepad++ and unpack Notepad++ inside a folder in Dropbox.

      Is that simple, both computers found the txt files and since my files are also inside Dropbox then no broken files.

      Hope you find this helpful!

    • Gioacchino PiazzollaG

      JSON String Escape / Unescape

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      12
      0 Votes
      12 Posts
      20k Views
      Alexander VerbitskyA

      @Ilia-Nenashev said in JSON String Escape / Unescape:

      Such possibility I have found only in https://github.com/RolandTaverner/npp-json-escape-unescape-plugin but there is some risk of installing compiled plugin from outside of community.

      Well, I’m (the author of the npp-json-escape-unescape-plugin) not that far outside the community. Also, I’ve finally fixed the plugin solution so anyone can build it from source (see the instructions in the README).

    • Miryusif RahimovM

      Notepad++ Azerbaijani translation (8.7.3)

      Watching Ignoring Scheduled Pinned Locked Moved Translation
      1
      0 Votes
      1 Posts
      956 Views
      No one has replied
    • Vitalii DovganV

      NppExec v0.8.10 has been released!

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      1
      5 Votes
      1 Posts
      193 Views
      No one has replied
    • donhoD

      FYI: Notepad++ v8.8.7 Release Candidate will be out in 1 day

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      3 Votes
      1 Posts
      192 Views
      No one has replied
    • A

      Replace Notepad++ as Default W10 editor. How to ?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      295 Views
      PeterJonesP

      @AlainCh2 said in Replace Notepad++ as Default W10 editor. How to ?:

      Activated in right click > Open With
      Open with >Choose another App \ Browse to Program Files/Notepad++ 🙄

      -That’s not enough … …crazy as it can be,

      That always worked for me back when I was using Win10. And I just verified I had no difficulty in Win11 getting it to keep Notepad++ as an Open With for .ini files.

      BUT now you have fixed it as > Edit with Notepad++,

      If all you are looking for is the Edit with Notepad++ choice in the right-click menu, when you run the installer initially, assuming it prompted with the UAC prompt, your installation should have included the ShellExtension DLL C:\Program Files\Notepad++\contextMenu\NppShell.dll (assuming you installed newer than v8.5.1; older versions used a different name, and didn’t work with Win11). And it should have registered that DLL so that the Windows Explorer context menu includes that. If something went wrong with that registration, you could open a cmd.exe or PowerShell window in that contextMenu directory, probably using “as Admin” when open that window, and then follow the manual DLL registration instructions instructions from the user manual. (That page in the user manual has a lot of different tactics to get the Edit with Notepad++ or similar, including a registry entry that adds it as a verb to all files, so that you don’t have to do the OpenWith on each file type. But the Shell Extension DLL is really the preferred method, because it’s designed to do things the way Windows likes.)

      With the modern Notepad++, that same DLL should work to get the right-click entry with either Win10 or Win11.

      If you got it working using an alternate method (like the registry edit shown in the first post), great. This is just presenting an alternate method, and the way that Notepad++ intends you to get Edit with Notepad++ functionality.

    • Sam CemS

      WebEdit Plugin for NPP x64 ?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      8
      0 Votes
      8 Posts
      2k Views
      Richárd StockingerR

      A little “almost” missed update: WebEdit has been added to the nppPluginList and is available in Notepad++ v8.8.6. 🥳

      Regardless, I still would like to add a few more small features to the plugin. I’m trying to make these available in the latest releases,* and if everything works fine, I’d like to eventually submit them to the nppPluginList with a new (and a last?) PR.

      * To try it out, just overwrite the C:\Program Files\Notepad++\plugins\WebEdit\WebEdit.dll file with the downloaded and unzipped one – but make a backup anyway. ;)

    • Kim S. AndreasenK

      N++ opens ANSI file incorrectly in Win11 - why?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      12
      2 Votes
      12 Posts
      618 Views
      Kim S. AndreasenK

      @Coises
      Thanks, but I am pretty sure that I have tried that without success,
      Perhaps the reason it didn’t work is that I probably had the ‘Use Unicode UTF-8 for worldwide language support’ checked, which according to @Peter Jones would invalidate the solution.

      Thanks a lot to both of you for valuable and knowledgeable support!