• Editing Windows 10 registry entris

    3
    0 Votes
    3 Posts
    6k Views
    PeterJonesP

    As @decoderman said, you cannot edit it directly. However, you can

    run regedit (Registry Editor) Select the appropriate registry entry, or hierarchy level File | Export > File name = blah.reg Open blah.reg in Notepad++ Edit the text save exit Either In file explorer, double-click on blah.reg to auto-import it or, in RegEdit, File | Import > File name = blah.reg However, some registry edits require further action (like a reboot) to take effect.

    If you already have the .reg file, you can just edit it directly in Notepad++, and then follow the Either-instructions to bring it into the active registry.

    WARNING: If this wasn’t intuitively obvious to you to begin with – if anything I said above came as new information (e.g., if you didn’t already know how to export/import .reg files or if you didn’t already know that .reg files were text files so could be edited directly with a text editor like Notepad++) – I would then strongly caution you against manual registry edits, because editing your registry is something to be done only if you know what you’re doing, and can cause your system to stop working. Use these instructions at your own risk. I make no warranty, express or implied.

  • Where to send .dmp file upon crash?

    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Mark-Beiley95

    I would say here https://github.com/notepad-plus-plus/notepad-plus-plus/issues
    with a description how it happened and if it is reproducible or not.

    Cheers
    Claudia

  • The fold character is displayed on the wrong line

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Michael DannerM

    Complement:
    When I delete the first opening bracket “{” and re-enter it, the fold is displayed correctly.

  • What is the Notepad++ file size limit?

    6
    0 Votes
    6 Posts
    105k Views
    carehartC

    One more followup, and perhaps it’s obvious to some readers. But now that the 64-bit version of NP++ is available, I got that and it had no trouble opening the larger file. Hope that may help some other readers.

  • comparison in notepad++ 7.5.1

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Kuldeep-Ghorpade

    install compare plugin - open two files and press compare under plugin-compare menu.

    Cheers
    Claudia

  • Can't read .dll file

    Locked
    11
    0 Votes
    11 Posts
    25k Views
    Sergey KuzmichevS

    @Claudia-Frank
    y, same idea now, thnks anyway

  • macro regular expression help

    Locked
    4
    1 Votes
    4 Posts
    3k Views
    patrickdrdP

    edit: fixed that too, stay tuned :D

  • 0 Votes
    3 Posts
    2k Views
    Frank OrellanaF

    When Opening Notepad++ Right Click it and click on Run as administrator…

    If the file really need admin privileges that should work (of course you will need to have an user with admin permissions)

  • Plug In manager, shows no available plugs ins.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @jtrav79

    just try it a couple of times as it might be that the services is temporarily unavailable.

    Cheers
    Claudia

  • add "function list" Plugin feature

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Tags for Doc Switcher panel

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Jason UppenbornJ

    That thread suggested Workspaces and Projects (WAP). It chews up at least as much horizontal screen space and a bunch more vertical screen space than my suggestion, but I can make WAP work for me.

    Thank you!

  • paste in column mode possible?

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    patrickdrdP

    ok, it’s working, I cannot remember what I was doing wrong,
    thanks for the answers

  • Please remove PCRE-compatible from features

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Scott SumnerS

    And we propagate the confusion… :-D

  • JSLint problem

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @PJ-Scardino

    which lexer is active (Language menu)?
    Because from code it looks like only these three types are allowed.

    if (type != L_JS && type != L_HTML && type != L_CSS) {

    Cheers
    Claudia

  • How about a prompt to save on exit when established files are changed?

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    Claudia FrankC

    Maybe it is possible by writing a little python script which checks on application
    shutdown if files, which are modified and have been saved already, exists.
    Maybe - because I didn’t try it so I’m not sure if the script can really do it.
    Let us know if you want to go this way.

    Cheers
    Claudia

  • ENHANCEMENT - select ONLY X nth occurence of String using REGEX

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Bernard-Schleich said:

    (?s)(?:.?<row){99})(.?<row)

    Try this regular expression:
    (?s)(?:.*?<row){99}.*?\K<row

    The key part is the \K syntax. It tells the regular expression engine to match but don’t include in the resultant match anything that comes before it. Thus, in the example above, only your desired <row text will be highlighted (i.e., selected) by Notepad++ after you do a Find.

  • Feature Idea: Stop searching on first match

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    jcrmatosJ

    Hello,

    Ok, thanks.

    JM

  • 0 Votes
    3 Posts
    3k Views
    jcrmatosJ

    Hello,

    Thanks for the explanation. I’ll do that.

    But please consider the suggestion so that it comes by default.

    Thanks,

    JM

  • No plugin manager

    Locked
    3
    -1 Votes
    3 Posts
    424k Views
    Meta ChuhM

    @Jaapyse_banana
    hello and welcome to the notepad++ community.

    if you want to add it automatically:
    download and install version 7.3.3:
    https://notepad-plus-plus.org/download/v7.3.3.html
    and then download and upgrade it with the latest version:
    https://notepad-plus-plus.org/download/v7.5.1.html

    if you want to add the plugin manager manually to your fresh 7.5.1 install:
    you can download it here:
    https://github.com/bruderstein/nppPluginManager/releases
    (uni for 32bit and x64 for x64bit installations)
    and copy the extracted files to your notepad++ plugins and updater folder.

    the plugin manager project isn’t automatically included anymore, because many npp users didn’t like the sponsored commercials in the latest versions of plugins manager.

    it is still easy to add it by copying PluginManager.dll into the plugins folder, it remains a downloadable extra option but it isn’t a forced default installation for all notepad++ users anymore.