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
    • Ricardo BarrosoR

      Search & Replace help "Swap numbers in middle of code"

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      10
      0 Votes
      10 Posts
      134 Views
      guy038G

      ello, @ricardo-barroso, @peterjones, @terry-r and All,

      An other S/R could be :

      FIND (?-i)RequiredItem.+, \K\d+

      REPLACE 0

      The search regex means :

      First, find a string RequiredItem, with that exact case because of the leading part (?-i)

      Then find any NON-zero number of chars ( .+ ) till a comma followed with a space char

      Now, forget anything matched so far, due to the \K syntax

      And just match a non-zero list of digits ( \d+ ), which come next

      Finally, replace that number by 0

      Remark : You must do a global S/R, using the Replace All button. Due to the \K syntax a step by step replacement, with the Replace button, would not work !

      Best Regards,

      guy038

    • O

      Cannot open text files in Adminitrative mode from network shares in Win11

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      162 Views
      xomxX

      @Olyfant22

      There really are substantial differences in between the Win10 & Win11 in this area. I know about 2: SMB signing enforcement in 24H2+ and stricter token isolation (the later one should be solvable by that mentioned “EnableLinkedConnections”)

    • donhoD

      Notepad++ v8.9.4 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      3
      4 Votes
      3 Posts
      911 Views
      schnurlosS

      @donho, thanks for your work.

      Just a small text issue in change.log:
      201ed2b9-32b0-4e6b-87e8-053029c2feca-grafik.png
      versus
      cbe0c0b0-b7d2-4cf4-8aef-4fbb24ae565c-grafik.png

    • S

      autoupdater and XMLDSig

      Watching Ignoring Scheduled Pinned Locked Moved Security
      5
      0 Votes
      5 Posts
      144 Views
      xomxX

      @scottgshin said in autoupdater and XMLDSig:

      point me in the correct direction or add the code to the N++ project

      Did you check the https://github.com/donho/xmlSigner README?

      And these commits:

      https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6f87bb7fe25350025b72fdbc711762f552f5b1ad

      https://github.com/notepad-plus-plus/wingup/commit/ab8720819f9f4205ade5fe2afc56819b71a3227d