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
      11
      0 Votes
      11 Posts
      292 Views
      M Andre Z EckenrodeM
      @Coises said: I have a hunch that if you were to show line endings, in the ones where a spurious character appears before a ’ at the beginning of a line the preceding line ending would have lost its LF and become just a lone CR. Here ya go… This is what happened when I just now tried it: [image: 1786054285616-2026-08-06-17-39-02-maze-search-regex-replace.png] Note that only one CRLF became just LF (line 8), but also that in the case of what you see here as line 5, it’s actually a combination of what were lines 5 and 6 from the pre-replacement text, so an entire CRLF is now missing. I don’t particularly think that’s related to the fact that I had View > Show Symbol > Show End of Line enabled, but what do I know?
    • PeterJonesP

      [ALPHA] Upcoming Plugin: HiddenLexers

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      11
      1
      2 Votes
      11 Posts
      227 Views
      PeterJonesP
      v0.0.1.2-dev Add the "eolFilled": "1" attribute to the JSON (expected values: not supplied, "","0","1"). This will allow lexers that support the SCI_STYLESETEOLFILLED style to fill the styling to the end of the window instead of the end of the text. [image: 1786029765137-e40ab72a-6d2e-40b0-978d-e0fe127a46b2-image.jpeg] "6 SCE_MARKDOWN_HEADER1" : { "fgColor": "FFFFFF", "bgColor": "8F8F8F", "fontStyle": "1", "eolFilled": "1" }, "7 SCE_MARKDOWN_HEADER2" : { "fgColor": "CCffff", "bgColor": "7F7F7F", "fontStyle": "1", "eolFilled": "1" }, "8 SCE_MARKDOWN_HEADER3" : { "fgColor": "CCbbbb", "bgColor": "6F6F6F", "fontStyle": "1", "eolFilled": "1" }, "9 SCE_MARKDOWN_HEADER4" : { "fgColor": "CC7777", "bgColor": "5F5F5F", "fontStyle": "1", "eolFilled": "1" }, "10 SCE_MARKDOWN_HEADER5" : { "fgColor": "CC3333", "bgColor": "4F4F4F", "fontStyle": "1", "eolFilled": "1" }, "11 SCE_MARKDOWN_HEADER6" : { "fgColor": "CC0000", "bgColor": "474747", "fontStyle": "1", "eolFilled": "1" },
    • Afik GilboaA

      nppftp and and windows 11

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      2
      0 Votes
      2 Posts
      37 Views
      PeterJonesP
      @Afik-Gilboa said: in windows 11, the plugin reset itself every time i open npp Could you be a little more specific? For one, add your ?-menu’s Debug Info, which will tell us exactly which version of Notepad++ and which version of NppFTP you are using. For another, what do you mean by “reset itself”? Does that mean that all the settings go away? Or that just your profiles go away but not your other settings? Or does that mean the panel positions reset? Or something else happens? I have been running NppFTP (0.29.15) on recent Notepad++ versions on Windows 11 for over a year, and it’s never “reset itself” in any way that I would consider a reset. So without more information, “I cannot replicate.”