Community
    • 登入
    1. 首頁
    2. Help wanted · · · – – – · · ·
    登入以發表
    Load new posts
    • 最近回覆
    • 最近建立
    • 回覆最多
    • 最多點贊
    • 最多觀看
    • BrokendubZB

      How to insert a non printable character 'unit separator' (ASCII 31, octal 37) into Notepad++?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      3
      0 評價
      3 貼文
      4k 瀏覽
      BrokendubZB

      @Ekopalypse ooh, right! appreciate you help

    • Steve Allen 0S

      Custom search and replace

      關注中 忽略中 已排程 已置頂 已鎖定 已移動 gcode
      5
      0 評價
      5 貼文
      381 瀏覽
      Steve Allen 0S

      All I can say is Thanks! That works perfectly!

    • GubithG

      jn Notepad++ Plugin snags shortcuts

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      7
      0 評價
      7 貼文
      912 瀏覽
      TroshinDVT

      @Alan-Kilborn said in jn Notepad++ Plugin snags shortcuts:

      You’d need to contact the author of the plugin to make your opinion known.

      т.е. надо уговорить автора плагина jN использовать интерфейс Мапера?
      С шорткатами в N++ постоянно проблемы.
      Так что мне приходится юзать модифицированный для анализа шорткатов.
      https://www.codeproject.com/Articles/42780/UI-Control-Data-Spy
      который может получать список команд меню.
      Screenshot_38.png

    • Tibor BatonyiT

      Character colors

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      10
      0 評價
      10 貼文
      3k 瀏覽
      PeterJonesP

      @Ekopalypse ,

      Nice.

      That works well for zero/oh, but not one/ell:
      dfef4c43-a968-4db4-a415-58ba325b91c2-image.png

      Whereas doing the operators as lowercase a-z will hjelp with one/ell but not zero/oh:
      d3f2e89e-8610-47aa-9a3c-b1975fc0d3e3-image.png

    • Vincent PerezV

      Adding text with variable on several files

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      13
      0 評價
      13 貼文
      2k 瀏覽
      Ramanand JhingadeR

      @Alan-Kilborn Yes, you’re right. Thanks for the help @Alan-Kilborn @PeterJones and @guy038

    • bigredcherokeeB

      Join two lines

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      7
      0 評價
      7 貼文
      1k 瀏覽
      bigredcherokeeB

      @PeterJones Thanks Peter for the help.

    • Tomas HippT

      Replace with text from a list line by line

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      6
      0 評價
      6 貼文
      553 瀏覽
      EkopalypseE

      @Alan-Kilborn

      Right, I remember guy038 did something like that with regex, but then it’s even more crucial to know the exact layout and a pythonscript might be possible, but I hesitate to think about it or create something without knowing what to do.

    • Edmond MullinsE

      lowercase in Notepad

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      5
      0 評價
      5 貼文
      353 瀏覽
      Alan KilbornA

      @Edmond-Mullins said in lowercase in Notepad:

      What must i do to be able to code in lowercase in Notepad++

      Perhaps “Caps Lock” is engaged?
      And, if so, perhaps some very basic computer skills are lacking?

    • Robert RappR

      Auto-Complete for Outlook and MS Word Reference Libraries

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      5
      0 評價
      5 貼文
      589 瀏覽
      TroshinDVT

      @Robert-Rapp а если так?
      Screenshot_37.png

    • Juha LeppärantaJ

      Saved session omits the Document List Panel

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      2
      0 評價
      2 貼文
      321 瀏覽
      PeterJonesP

      @Juha-Leppäranta ,

      That’s a known issue (#9710); they are working on it.

    • Charles HoffpauirC

      Select entire column in large text file (80,000 lines)?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      3
      0 評價
      3 貼文
      20k 瀏覽
      Charles HoffpauirC

      @Alan-Kilborn
      Thanks, works great!

    • Mark GrayM

      Matchine the characters at the beginning of a line?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      5
      0 評價
      5 貼文
      442 瀏覽
      PeterJonesP

      @Mark-Gray ,

      I’m new to using regular expressions

      For your reference, the official Notepad++ documentation site has a large page devoted to searching, most of which is about regular expressions: https://npp-user-manual.org/docs/searching/

      And this Forum has a regular expression FAQ

    • Ramanand JhingadeR

      How to replace a particular "url" with "url" of each webpage in multiple files using Notepad++?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      24
      0 評價
      24 貼文
      5k 瀏覽
      guy038G

      Hello, @ramanand-jhingade, @alan-kilborn, @terry-r, @peterjones and All,

      @ramanand-jhingade, sorry that my method did not work :-( I don’t understand !

      It’s important to note that my method would work ONLY IF the beginning of the “canonical” line is exactly :

      <link rel"canonical" href=" ^ | Beginning of line

      If this line could be, for instance, any of these ones, below :

      <link rel "canonical" href=" <link rel"canonical"href=" <link rel "canonical"href=" <link rel "canonical" href=" <link rel"canonical"href=" <link rel "canonical"href="

      My method would not find the canonical line ! So, just tell me about it !

      I even made tests with files containing a space chars in their names like This is a test.html and it did create the correct line :

      <link rel"canonical" href="https://cure4incurables.in/This is a test.html" />

      Of course, in this specific case, in order to get functional links, we must change any space char with the %20 syntax, thank to the S/R, below :

      SEARCH (?-i)(?:href="|(?!\A)\G)(?:(?!").)*?\K\x20

      REPLACE %20

      Using the Regular expression search mode and ticking the Wrap around option would result, after replacement, in the functional line :

      <link rel"canonical" href="https://cure4incurables.in/This%20is%20a%20test.html" />

      Best Regards,

      guy038

    • Y BY

      Folder Workspace depth limit?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      5
      0 評價
      5 貼文
      587 瀏覽
      PeterJonesP

      @Y-B

      Can you do an experiment like the one I showed, including showing your debug info (found in ? menu, Debug Info), and paste the screenshot here? And then try changing some of the folder names to be similar to your environment where it’s not working.

      Because, as I’ve shown, it works for me. And we cannot help you debug if you cannot show us how it doesn’t work for you.

    • John MancinaJ

      Cannot refresh search results

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      2
      0 評價
      2 貼文
      230 瀏覽
      John MancinaJ

      Just figured out the problem. I had a directory with temp cached files in the search path…Duh.

    • Dumitru S.D

      Regex. Remove headings that has no full stop at the end (.)

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      12
      0 評價
      12 貼文
      2k 瀏覽
      guy038G

      Hello, @dumitru-s, @peterjones and All,

      Sorry to reactivate this topic but, @dumitru-s, from the picture, below, could you just bookmark ALL the lines which should be matched, in each chapter, by the “future” regex ?

      You are also invited to add some other chapters, with the corresponding bookmarks, if this way could improve our comprehension of what you want to match ;-))

      0903c4a4-b40b-46d0-8358-f512b43d45f6-image.png

      Thanks for this extra-work !

      BR

      guy038

    • Jan SchaakJ

      Entering unicode characters with high numbers

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      5
      0 評價
      5 貼文
      486 瀏覽
      PeterJonesP

      @Alan-Kilborn ,

      You are correct. I was posting from my phone and didn’t notice that autocorrect changed “font” to “don’t”. Sorry.

    • Krystian BroniszewskiK

      Open large txt files >4GB

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      2
      0 評價
      2 貼文
      715 瀏覽
      gstaviG

      Some info here

    • Java DevelopmentJ

      Any plugin to index and make the search faster

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      3
      0 評價
      3 貼文
      2k 瀏覽
      Java DevelopmentJ

      If there is an indexing plugin it would be great to look into the content easily? example - https://www.addictivetips.com/windows-tips/search-for-notepad-settings-with-a-plugin-that-indexes-them/

    • JC ManhJ

      functionList not working with User Defined Language (MQL4)

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      3
      0 評價
      3 貼文
      862 瀏覽
      JC ManhJ

      Hi @guy038!
      Great!
      Thank you so much!
      It’s worked!
      Love Notepad++ so much!

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors