• 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

    regex
    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
    574 Views
    No one has replied
  • 2 Votes
    2 Posts
    1k Views
    Vismund-CygnusV
    Bump? Any ideas?
  • hide the horizontal line under collapsed blocks

    block
    9
    0 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
    2k 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
    556 Views
    No one has replied
  • Is there documentation for macro/start recording?

    Locked
    4
    0 Votes
    4 Posts
    2k 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…
  • 0 Votes
    4 Posts
    2k Views
    chcgC
    Current releases of the mentioned script plugins: https://github.com/bruderstein/PythonScript/releases/tag/v1.3.0 https://github.com/dail8859/LuaScript/releases/tag/v0.8 https://github.com/d0vgan/nppexec/releases/tag/v06-RC2 https://github.com/sieukrem/jn-npp-plugin/releases/tag/2.2.185.4
  • One Word / One Number

    Locked
    5
    0 Votes
    5 Posts
    1k 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
    3k 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

    help
    4
    0 Votes
    4 Posts
    2k 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 html wont save
    3
    0 Votes
    3 Posts
    1k 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
    3k 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
    1k Views
    Scott SumnerS
    @SteamedBanana See here.
  • Collapsible block in OCaml

    Locked collapse block feature
    2
    0 Votes
    2 Posts
    842 Views
    chcgC
    Lexer is part of Scinttilla component, see https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/scintilla/lexers/LexCaml.cxx. Seems code folding is not yet there. You could read https://www.scintilla.org/Lexer.txt or https://bitbucket.org/StarFire/scintilla-doc/downloads/Scintilla-var’aq-Tutorial.pdf, taken from https://www.scintilla.org/ScintillaDoc.html
  • UDL folding single line if

    Locked udl folding
    1
    0 Votes
    1 Posts
    695 Views
    No one has replied