Community
    • Login
    1. Home
    2. Help wanted · · · – – – · · ·
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Mark BrownM

      Log file colour coding based on error level (debug,info,error etc)

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      6k Views
      Michael VincentM

      @Mark-Brown

      You can try here:
      https://github.com/notepad-plus-plus/userDefinedLanguages

      There are also some plugins that do sort of this thing:
      https://sourceforge.net/projects/analyseplugin/
      https://github.com/nex3z/NppLogGazer

      Cheers.

    • Jovan PrlicJ

      How to I move a line with Specific character

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      1k Views
      Jovan PrlicJ

      @Terry-R said in How to I move a line with Specific character:

      (?-s)^.+\R#\R?

      It worked, THANK YOU SO MUCH!!

    • Charlie BrownC

      UDL help

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      219 Views
      Charlie BrownC

      thanks, I’ll look into that.

    • Thomas 2020T

      RegEx: step by step

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      2k Views
      Terry RT

      @Terry-R said in RegEx: step by step:

      I’m not entirely happy with the replacement field, for 2 reasons.

      Now that I’ve had a bit more time to look at the question my final regex is:
      Find What:\w+
      Replace With:\u$0

      As the \u will ONLY convert the first character of anything following it to upper case we don’t need to worry that $0 actually contains the entire “word”, not JUST the first character.

      Terry

    • Bill RichB

      page rendered in notepad different when rendered on line

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      569 Views
      Alan KilbornA

      @Bill-Rich

      Notepad++ doesn’t “render” such things, so I think we have a case of CLICK HERE.

    • WolfgangHGW

      Context menu item "Edit with Notepad++" does not work in WinZip for subdirectories

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      4k Views
      WolfgangHGW

      @Alan-Kilborn Yes I mean the Notepad++ developers ;-).
      I don’t know whether this is an issue with Notepad++ or with Winzip. If anyone has hints on how to dig deeper in this (e.g. logging), I am willing to help. But I don’t want to build and debug it myself - my C++ knowledge is quite outdated…

    • Shay WeizmanS

      why notepad++ dosent show my language?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      665 Views
      andrecool-68A

      The “utf-8” encoding supports Hebrew well))

    • Bruno MartinhaB

      How to quickly add all the URLs in notepad++ to bookmarks?

      Watching Ignoring Scheduled Pinned Locked Moved urls bookmarks quickly
      2
      0 Votes
      2 Posts
      233 Views
      Terry RT

      @Bruno-Martinha said in How to quickly add all the URLs in notepad++ to bookmarks?:

      I have more than 500 urls in a notepad

      Firstly, welcome to the NPP forum.

      Unfortunately your question is VERY short on substance. An example of the type of data would be very helpful. Like are the URLs each on a line, or mixed in with other text. To insert example data it is preferable to use the </> option just above the window you type in. This will then contain the data within a black box and the characters within will not be affected by the interpreter you are typing in.

      NPP can “bookmark” a line containing specific text. Then you could use the bookmark feature to copy (or cut) those lines and insert into an empty file to continue work on them.

      So if you can provide more information then someone is sure to be able to help.

      Terry

    • Thomas 2020T

      RegEx, error?

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      3k Views
      Alan KilbornA

      @Pan-Jan

      Yes, but that’s not what you said before.
      But, you have demonstrated in the past an unclearness about “straight” double quotes and “curled” double quotes, so I suppose you consider \` and \’ to be the same thing.

      Aside from your inaccuracy about the equivalency for \A (let’s put that behind us), you also said “but it works”, so can you demonstrate to us how you think it works?

      I don’t think you can, because your posts don’t make a lot of sense.
      I’m sure you will hide behind not being a native English speaker, but others have tried to point out to you that language-translators can make non-English speakers sound truly like English speakers – if one is willing to use them, correctly.

    • JanaueJ

      Clean up the backup folder

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      384 Views
      No one has replied
    • S

      Regex - What once worked now does not. I think.

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      272 Views
      Thomas 2020T

      Maybe that’s it?
      [A-Z]\.[A-Z]

    • Georg TrimbornG

      Automatically copy selected text?

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      6k Views
      PeterJonesP

      @Alan-Kilborn said in Automatically copy selected text?:

      there’s no reason that functionality even needs to mess with the clipboard to do what it does

      Indeed. That was the point I was trying to make that made your head hurt. :-)

    • DarshShomanD

      [7.8.6] Closing tabs order.

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      1 Votes
      9 Posts
      2k Views
      Alan KilbornA

      @Donatas-Mačiūnas said in [7.8.6] Closing tabs order.:

      the settings section explicitly notes in the title/label that this behavior applies to Ctrl+TAB

      Isn’t hardcoding “Ctrl+Tab” on the user interface a “bad thing”??
      I mean, I can assign any (unrelated) function I want to “Ctrl+Tab”…and now that verbage on that setting in the Preferences doesn’t make any sense, because now my Ctrl+Tab combo opens up an Explorer window (for example).

      This seems odd. If a program is going to take over Ctrl+Tab for a specific purpose, that’s fine, but it should be disallowed to use that combination for other things in Shortcut Mapper then…

    • Crimson VirtuosoC

      How to delete text after the 2nd specific character in each row

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      0 Votes
      16 Posts
      1k Views
      Thomas 2020T

      Schowek04.jpg

      ^((\w+ \| ){2})(.+)

      can be replaced individually

    • Camillia WeeC

      How to extract data from a table in excel using javascript?

      Watching Ignoring Scheduled Pinned Locked Moved javascript excel filter
      7
      0 Votes
      7 Posts
      662 Views
      Alan KilbornA

      @Camillia-Wee said in How to extract data from a table in excel using javascript?:

      because im using notepad++ to create the webpage

      COOKIES!

    • Stephen KnappS

      Is there a way to add an "enter" as part of a replace command?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      735 Views
      Thomas 2020T

      or: Extended
      |-
      |-\r\n

    • Sudir redS

      written txt file in english, saved it. It changed to gibberish

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      2k Views
      EkopalypseE

      @Ekopalypse

      In addition you can check if your %appdata%\notepad++\backup directory contains something usable.

    • Sarah DuongS

      How to remove middle text?

      Watching Ignoring Scheduled Pinned Locked Moved
      22
      0 Votes
      22 Posts
      4k Views
      Thomas 2020T

      it can also be so

      ^([^:\n]+)(:)((?1))
      \1

    • Donald MilotteD

      Style token disappears after close notepad and reopen file

      Watching Ignoring Scheduled Pinned Locked Moved styletoken
      2
      0 Votes
      2 Posts
      702 Views
      EkopalypseE

      @Donald-Milotte

      That is normal. Npp is not MS Word where style information is stored in the file.
      Npp is a pure text editor. The reason why for example python code is
      always displayed in color is that there is a so-called lexer which scans the
      file according to previously created rules and colors it accordingly.
      For files that can not be assigned to a builtin lexer you can create UDLs, user defined lexers.
      Whether this is useful in your case or not, I can not say from the given information.

    • SebastjanS

      creating your own "language" ...

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      287 Views
      EkopalypseE

      @Sebastjan

      without knowing what the second half should be it is hard to tell what can be done in addition.

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