• Delete md5 using notepad

    10
    0 Votes
    10 Posts
    3k Views
    Scott SumnerS

    @rovitie

    Certainly no apology of any kind needed. It is tough to know what you don’t know. Good that it is working for you. I guess I was a bit harsh so I certainly apologize for that. Of course, I’m probably known for being somewhat harsh. ;-)

  • Find dialog

    Locked
    10
    2 Votes
    10 Posts
    2k Views
    guy038G

    Hi, @scott-sumner, and All,

    Like you, Scott, I rarely use the Wrap around option, because, either :

    I’m preparing a reply on this forum, and I add the text of the OP, which is to be changed with a regex, at the end of my text, for testing and debugging

    I’m working on a personal or test file and, to my mind, it doesn’t take more time to perform a Ctrl + Home operation than ticking the Wrap around option, anyway !

    Regarding the Wrap around option, maybe adding a visual sign, for instance , would improve its meaning :-)

    BR

    guy038

  • Command window closes automatically

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Cristina-Caravaca-García

    What does your Run command look like? If it starts with, say cmd /c and then other stuff to do your thing, then perhaps a simple change to cmd /k will work.

    Another option would be to keep the .log file open in Notepad++ and then when there is a change to it Notepad++ will pop up asking you if you want to reload it…doing so and switching to it will show you your errors.

    This is kind of a big topic and it really depends upon what you truly want to achieve. You can change your command into calling a batch file and do the logic in that, or you could use the NppExec plugin and its facilities…the list of possibilities goes on and on…

  • Mass replace text

    6
    0 Votes
    6 Posts
    2k Views
    A

    Is it possible in Replace edit capture group and reinsert another captured groups like this?1$3$1$2? Because “T” and “C” may have another digits.

  • Regarding: Restore Recent Closed File

    1
    0 Votes
    1 Posts
    449 Views
    No one has replied
  • 2 Votes
    2 Posts
    901 Views
    Vismund-CygnusV

    Bump? Any ideas?

  • hide the horizontal line under collapsed blocks

    9
    1 Votes
    9 Posts
    5k Views
    AnotherOneA

    @dail, thank you so much for your solution! Worked perfectly for me.

  • Delete text that repeats in the same line

    6
    0 Votes
    6 Posts
    1k Views
    VivianjenylordV

    @guy038
    guy038, I am very grateful to you, you are a great person for your selfless help, having taken the time to make an excellent explanation of the subject, I was able to solve my problem with the text.
    Thank you

  • Remember file monitoring (tail -f) status after program restart

    Locked
    1
    0 Votes
    1 Posts
    436 Views
    No one has replied
  • Is there documentation for macro/start recording?

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    cipher-1024C

    Scott has pretty much covered it, but if you’re dying for something to read here’s a link to the wiki article for macros. Disclaimer: that article is almost a decade old. It’s probably still perfectly valid, but always take the wiki articles with a grain of salt since the maintenance of the wiki proved to be too much overhead for the project. There are a few other resources you can use to find information, but Scott’s google search method is going to get you most of what you’ll need.

    I’ll throw in one “new guy” plugin suggestion: NppMenuSearch will help you find a menu item, plug in command, or setting. It’s no replacement for browsing around and seeing what’s available, but it sure helps when you can’t remember where the heck you saw the thing you’re looking for.

    Good luck and welcome to NPP.

  • Open files that start with (or contain) a pattern

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    Scott SumnerS

    @PeterJones said:

    … I can…“Open with notepad++” no matter the extension.

    Amen–it’s what I do as well. I’ve never really understood file extension association with something like Notepad++, so I don’t understand what all the usual hullabaloo is about (all the questions on this Community concerning it). Sure, I understand file associations for something like .xlsx where it is ALWAYS going to be Excel that opens those files…but Notepad++ has no such equivalent. .txt comes closest I guess, but still…

  • One Word / One Number

    Locked
    5
    0 Votes
    5 Posts
    990 Views
    Maurizio CecaroM

    Thanks for your Help it work
    Thanks again for your support

  • Special Character Display Issue (Bullets)

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    PeterJonesP

    Yes, Scott’s way is easier. (That’s probably how I originally created the charmap entry, and had just forgotten.)

  • Remove the text contained in quotes with notepad

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    AndrewJorA

    @guy038
    Mister guy038, my sincere thanks for your help, the code helped me a lot, went out to perfection

  • Pls help

    4
    0 Votes
    4 Posts
    1k Views
    chcgC

    On which windows version? See also https://notepad-plus-plus.org/community/topic/15739/faq-desk-request-for-help-without-sufficient-information-to-help-you.

    You could try a variant from https://notepad-plus-plus.org/download/v7.5.9.html. Maybe starting with
    Notepad++ minimalist package 64-bit x64

  • Find Criteria. :(

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Scott SumnerS

    @Mouaffaq-Al-Baghdadi:

    A way to do it would be to copy all of your original data into a new tab, and then act on that tab with the following (as the suggestion will be a destructive replacement).

    Step 1: Add a line at the top of the is new tab, containing 2222 only and then press Enter to add a line-ending to this line

    Step 2: Add a line at the bottom of the is new tab, containing 1111 only and then press Enter to add a line-ending to this line

    Step 3: Perform this Replacement action:

    Invoke the Replace dialog (default key: ctrl+h)
    Find what zone: ^2222\R(?s).*?^1111\R
    Replace with zone: make sure this is EMPTY
    Wrap around checkbox: ticked
    Search mode selection: Regular expression
    Action: Press Replace All button

  • html file wont show my new work.

    Locked
    3
    0 Votes
    3 Posts
    764 Views
    jacob stanleyJ

    i simply made html tags doctype html and head and body tag then i used the title tag then i clicked save as saved it under a file then clicked down and clicked hyper text markup language then saved the i added i paragraph clicked saved checked on chrome refreshed the page and nothing.

  • 0 Votes
    7 Posts
    2k Views
    dinkumoilD

    @PeterJones said:

    %L is a valid placeholder

    Wow, I’ve never heard this! Thank you for this hint!

  • Java version

    Locked
    2
    0 Votes
    2 Posts
    858 Views