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.8

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      11
      5 Votes
      11 Posts
      3k Views
      xomxX
      @MeSun310918 Your issue doesn’t belong to this thread. In this case, Windows already told you all you need to know - most likely your company set that restriction via a domain policy for this specific folder in question, so you must go to the Windows Settings > Privacy & security > Windows Security > Virus & threat protection > Ransomware protection > Manage ransomware protection, and set the notepad++.exe app to be allowed there. after updating - worked before without any problems with older versions. Maybe your previous N++ version was older than v8.8.7, where the N++ digital signature changed (new certificate). What works: I can use standard Notepad to save files to that location. Yes. All the Microsoft own binaries (digitally signed by MS) are allowed by default.
    • Roberts RozisR

      Feature Request: Find in Files > In all Subfolders > [nn] levels deep only

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      895 Views
      D
      @Roberts-Rozis Kudos. I want this feature too. I want to search my source code project, shared, and library folder to one level deep only because the library folder is very wide and deep, quadrupling the search time.
    • CoisesC

      Search++: A work in progress

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      132
      6 Votes
      132 Posts
      43k Views
      guy038G
      Hello, @coises and All, I understand that focusing on N++ buffers, instead of on saved files on disk, is not really appropriate for your multithreaded approach ! You said : I am more inclined to raise a warning box telling the user that some of the files to be searched are currently open in Notepad++, and the search results (and modifications, when I get Replace in Files done) will apply to the stored files, not to the edits in progress in Notepad++. So, given, your constraints, I totally agree ! That seems the more simple and obvious solution, with a Cancel button in case some concerned and opened files are dirty, in current N++ session On the other hand, you said : I wonder if any of this works properly when users have multiple instances of Notepad++ open and the files are open in a different instance than the one doing the search? I personally mainly use N++ in a N++ mono instance so I can’t speak properly of that case. But I agree with you that managing several instances must be a challenge for the Find in Files or Replace in Files feature ! Best Regards, guy038