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
    • M Andre Z EckenrodeM

      Search++ (\W)'(\w) regex replace failure

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      49
      0 Votes
      49 Posts
      2k Views
      M Andre Z EckenrodeM
      @Coises said: I expect that Version 0.6.5 will fix this. Noted, thanks again, and I’ll let him know — although he actually doesn’t typically use regex for his own purposes.
    • P

      When finding in files is it possible to show more than one line?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      8
      0 Votes
      8 Posts
      205 Views
      PeterJonesP
      @petey200 said: Any keywords to require all the hits The “logic gates” link I gave you includes how to do “AND” (“requires A and B and C”) With logic, you can create any more complicated rules you want (like “(A AND B) BUT NOT (C OR D)”) by nesting inside the constructs. Play with the expressions from that “logic gates” page, see what they do; try nesting them; get a feel for how the logic works together. Soon, you’ll be able to craft the combinations that most help you with your data.
    • Afik GilboaA

      nppftp and and windows 11

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      6
      0 Votes
      6 Posts
      278 Views
      PeterJonesP
      @Afik-Gilboa said: and I am not doing “run as admin”, at least not on purpose Your Debug Info clearly indicates you are running as Admin, and I believe that your Notepad++ title bar will also say Administrator on it. If you aren’t doing it on purpose, then you need to check your Windows right-click Properties on notepad++.exe and whatever shortcut you are using (on your desktop, task bar, or start menu) and see if one of them has it set to run as Admin in the Compatibility tab (see this recent discussion if you need more on how to check executables or shortcuts for run-as-admin and how to change that). there is no “NppFTP.xml” file in Documents. Ugh. I had forgotten this, because at one point I knew that NPPM_GETPLUGINSCONFIGDIR ignores cloud or settingsDir settings, and instead always uses either AppData or Portable. Annoying “feature” of the message. :-( Sorry for the bad memory. So, anyway, that means that NppFTP should be using %AppData%\Notepad++\plugins\config\NppFTP\ directory, and the NppFTP.xml should be there, instead. So that’s where you should go looking for it. See which of those directories exist, and look at the permissions of the directories and files there.
    • CoisesC

      Search++: A work in progress

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      127
      6 Votes
      127 Posts
      40k Views
      CoisesC
      Search++ version 0.6.5 is available: Update to ICU 78.3 and use static linking for ICU. This is expected to fix problems some testers have had running Search++ on older systems or on minimal Windows installs (like Windows Sandbox). For most users there will be no functional difference between this version and version 0.6.4. Note: There are five icu——.dll files in older versions of Search++ that are not used beginning with version 0.6.5; so it is best to delete the existing Search++ folder (or its contents) before copying, rather than copying the new folder over the old one.
    • cosmic-hyenaC

      adverts on download page?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      121 Views
      cosmic-hyenaC
      @PeterJones thanks mate.