• Q: The only way to associate files in Windows 7 is to run Notepad++ with Admin privileges?

    已鎖定
    1
    0 評價
    1 貼文
    395 瀏覽
    尚無回覆
  • ERROR! o_O by N++ Update with zip - Tabs lost >:(

    已鎖定
    2
    0 評價
    2 貼文
    515 瀏覽
    Clemens Ratte-PolleC

    older version 7.5.9

    Existing Plugin AutoSave Session Tabs?

  • Virus? npp.7.6.4.Installer.x64.exe

    已鎖定
    1
    0 評價
    1 貼文
    592 瀏覽
    尚無回覆
  • Replace a certain character with ENTER

    已鎖定
    3
    0 評價
    3 貼文
    2k 瀏覽
    Alan KilbornA

    Since @patrickdrd 's solution was a tad unclear, I’d suggest:

    Find: \s*\*+\s*
    Replace: \r\n for Windows-formatted file OR \n for Linux-formatted file
    Search mode: Regular Expression

    Of course, maybe the OP’s usage of * was just an example. This is unfortunate as * is a special character and needs “escaping” with \ when used in a reg exp, which just makes the whole thing appear more cryptic/complicated. :)

  • Crash when I open .nfo files

    已鎖定
    13
    0 評價
    13 貼文
    3k 瀏覽
    Meta ChuhM

    @Pino-Insegna and all

    ps: @chcg occasionally plays around improving JensLorenz’s old original HexEdit code over >>> here <<<.

    i’ve just installed @chcg 's HexEdit version 0.9.5.19 (x64) on notepad++ 7.6.4 and i’m still able to open, search, and hexview, any .nfo file, without any issues.

    can someone confirm or disprove this ?

  • Find BOMs

    已鎖定
    13
    2 評價
    13 貼文
    7k 瀏覽
    Meta ChuhM

    @Alan-Kilborn

    it’s my real name.
    unfortunately our family has generations of such strange names.
    my brothers for example are called pikachuh and raichuh.

    here’s a family picture of us:

    Imgur

    😄

    seriously: i got meta as a nick name ages ago, as when i was little, i started to use anything for everything, beyond of what specific items were originally intended, or designed to be used for … and through the years, more and more of doing that actually started to work out, without anybody (including me) understanding why. 😉

  • Select lines

    已鎖定
    4
    0 評價
    4 貼文
    882 瀏覽
    PeterJonesP

    @guy038 said:

    If you are looking for words, whose one is a subset of another, the longest word must be placed first in the list of alternatives of the search regex !

    So, the regex abc|abcd|abcde would only match the abc string, whereas the regex abcde|abcd|abc correctly matches the 3 strings abc, abcd and abcde ;-))

    I had thought of mentioning that, or coding around that. My thought would have been to include boundaries, ^.*\b(one|too)\b.*$, which would properly find

    This one should be found This should be found by none of the searches, despite o-n-e being inside "none". This too shall pass But not this Works at the end-of-line, too Or even when the end of file doesn't have a newline on this one
  • CSS not updating (Newbie)

    已鎖定
    8
    0 評價
    8 貼文
    1k 瀏覽
    PeterJonesP

    I had given my advice, posted, then saw Alan’s post, so I ninja-edited to obfuscate the off topic information. (I had already spent the time typing it up, and didn’t want to just delete it, so thought the obfuscation would be fun. Besides, it might prompt the OP to ask an on-topic question, which we can answer. :-) )

  • Turn off pop-up

    已鎖定
    8
    0 評價
    8 貼文
    3k 瀏覽
    David Smith6D

    Thank to you all. I do not think of autocompletion as being via a pop-up. I have been through the preferences menu several times.

  • Delete duplicated expressions with keeping the first one

    24
    0 評價
    24 貼文
    6k 瀏覽
    Ziad AboramiZ

    @guy038
    Thanks so much!
    I have fixed the errors.
    The command of replacment worked fine!
    Thanks a lot for your time
    You are generous!

  • Code Folding Help.

    已鎖定
    2
    0 評價
    2 貼文
    902 瀏覽
    PeterJonesP

    https://notepad-plus-plus.org/community/topic/15739/faq-desk-request-for-help-without-sufficient-information-to-help-you

    Also, this forum is formatted using Markdown, with a help link buried on the little grey ? in the COMPOSE window/pane when writing your post. For more about how to use Markdown in this forum, please see @Scott-Sumner’s post in the “how to markdown code on this forum” topic, and my updates near the end. It is very important that you use these formatting tips – using single backtick marks around small snippets, and using code-quoting for pasting multiple lines from your example data files – because otherwise, the forum will change normal quotes ("") to curly “smart” quotes (“”), will change hyphens to dashes, will sometimes hide asterisks (or if your text is c:\folder\*.txt, it will show up as c:\folder*.txt, missing the backslash). If you want to clearly communicate your text data to us, you need to properly format it.

    After you have read the above links, please come back with more details, as well example data that will actually show what you mean – interleaving the data with your question text is super confusing when you haven’t marked it up to show what’s data and what’s not.

  • NppExec F6 not working

    已鎖定
    12
    0 評價
    12 貼文
    3k 瀏覽
    PeterJonesP

    @PaoloRicardo said:

    I presume I must wait for the bug to be fixed before F6 will work as designed?

    No, that’s not what we were saying there at all.

    We said that you could use the Shortcut Mapper to tell you why there was a conflict with the NppExec’s F6 and something else that was also apparently mapped to F6. We strayed a bit into a tangent about how the Shortcut Mapper displays certain items when you have a filter applied, but as my first screenshot showed, the Shortcut Mapper does tell you when there’s a conflict, and tell you where that conflict is, as long as you don’t have a filter applied.

    Since installing 7.6.3 solved your F6 problem (by resetting whatever item conflicted with NppExec’s F6), I mostly posted this clarification so that future readers of this thread won’t think that 7.5.9 breaks the F6 key; it doesn’t.

  • COBOL syntax highlighting stops working

    已鎖定
    5
    0 評價
    5 貼文
    1k 瀏覽
    PaoloRicardoP

    Mata

    The above leads to compilation errors. I have split the Display into two separate statements and have an acceptable result i.e. syntax highlighting is back.

    I realised that I did not have the most recent version of Notepad++ (7.63). Installing this now means F6 correctly brings up the NppExec dialog.

    Thanks for your help.

    Psul

  • Activity is getting updated on Gitter

    已鎖定
    1
    1 評價
    1 貼文
    340 瀏覽
    尚無回覆
  • Notepad++ exit

    已鎖定
    3
    0 評價
    3 貼文
    1k 瀏覽
    Uffe KousgaardU

    @PeterJones said:

    Remember current session for next launch

    Disabling “Remember current session for next launch” and choosing “Simple backup” made it behave in a sensible way.

  • Notepad++ hangs after changing style

    已鎖定
    14
    0 評價
    14 貼文
    3k 瀏覽
    andrecool-68A

    @blackerking said:
    on Windows 10, there are conflicts with Notepad++

  • Wrong encoding?

    已鎖定
    3
    0 評價
    3 貼文
    13k 瀏覽
    andrecool-68A

    @Вениамин-Володарский
    It’s like a compiled script, and the coding has nothing to do with it.

  • Can provide an official package in MSI format?

    已鎖定
    1
    0 評價
    1 貼文
    501 瀏覽
    尚無回覆
  • Why does ₹ appears as □ in npp

    已鎖定
    8
    0 評價
    8 貼文
    3k 瀏覽
    V S RawatV

    Also, Arial Unicode MS’ wiki page itself says that latest version is 1.01 that was released 21 years ago in 1998, so the characters defined later are not there in it.

  • How to display the place just modified

    已鎖定
    2
    0 評價
    2 貼文
    534 瀏覽
    pnedevP

    Hello @zili-Jiang ,

    You can do something like that using Compare plugin.
    If you haven’t saved the modified file yet you can use ComparePlugin’s Diff since last Save command.

    Or you can simply Undo (it will take you to the place you last modified) and then Redo.