• find config files that do not contain username and password

    4
    0 Votes
    4 Posts
    781 Views
  • Auto-re-registration of extensions from *.xml file on new computer?

    2
    0 Votes
    2 Posts
    208 Views
    PeterJonesP

    @Claudia-Svenson ,

    Sorry. When Notepad++ registers an extension with Windows, that information is stored in the Windows registry, not in the Notepad++ configuration. That’s how registered extensions work for any application in Windows. When you copy a Notepad++ configuration from one machine to another, Notepad++ doesn’t know that you previously registered those extensions, because that’s not saved in the Notepad++ config files.

  • Append the values to a text

    3
    0 Votes
    3 Posts
    360 Views
    Nikhil ChavanN

    @Ekopalypse Superb!! Thanks alot! It worked… :)

  • Find no longer Finds anything

    16
    1 Votes
    16 Posts
    17k Views
    Daniel Santamaria RubioD

    I had the same issue and I managed to solve it.
    You need to have regular expression tick box selected and wrap around tickbox aswell.

  • Session Manager Error every time Notepad++ is autosaving

    11
    0 Votes
    11 Posts
    4k Views
    Arnaldo CavalcantiA

    Remove the file “C:\Users<User>\AppData\Roaming\Notepad++\plugins\Config\SessionMgr\global.xml” and restart the Notepad++

  • 0 Votes
    8 Posts
    4k Views
    mere-humanM

    Also, we are now thinking about re-implementing the Set Save dialog extension filter to *.* preference behavior.
    Your feedback would be very helpful in this issue: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9515

  • Request for normal language style.

    5
    0 Votes
    5 Posts
    2k Views
    Alan KilbornA

    @Gubith said in Request for normal language style.:

    This issue seems an obvious no-brainer. My request for change stands.

    Yes, but where is the no-brain?
    How this works, as described by @PeterJones makes perfect sense to me, with perhaps a slight quibble about “normal” and “default”…but I’m not going to let that minor aspect bother me.

    You are free to request change, but if you are doing it here, you are doing it in the wrong place because no one with the ability to effect any sort of change will see it here. You need to consult the FAQ section of this site and follow advice there for making a change request.

  • How to run in local server?

    5
    0 Votes
    5 Posts
    3k Views
    Geo MeadowsG

    @PeterJones Many thanks for info. I’ll look into the command line approach.

    btw Brackets is an editor very like nppp but being phased out so I’ve been trying NPpp and Visual Studio as replacements. VS has precisely the same issue regarding using a local server as NPpp!

  • New line every n characters

    13
    0 Votes
    13 Posts
    10k Views
    Giannicola BonoraG

    I am stunned by the quantity and quality of help available in this community in a very short time! Thank you very much to everyone :)

  • Select/mark all lines which contain a certain pattern?

    27
    0 Votes
    27 Posts
    96k Views
    guy038G

    Hi, @sasumner, @peterjones and All,

    Here is a new version of my previous table, which recapitulates the range of the Replace All, Count and Mark All action , depending of the three options Wrap around, Backward direction and In selection

    Many thanks, again to @sasumner which improved the Count and Mark option, which share the same behaviour than the Replace All option ;-))

    •-------------•-------------------------------------------------------------•--------------------------------------------------• | PREVIOUS | OPTIONS in the "Find", "Replace" and "Mark" dialogs | RANGE of SEARCH/REPLACE , COUNT or MARK when | | •-----------------•------------------------•------------------• | | Selection | "Wrap around" | "Backward direction" | "In selection" | click on "Replace All", "Count" or "Mark All" | •-------------•-----------------•------------------------•------------------•--------------------------------------------------• | NO | OFF | OFF | OFF | From CARET location to END of file | | | | | | | | YES | OFF | OFF | OFF | From START of selection to END of file | •-------------•-----------------•------------------------•------------------•--------------------------------------------------• | NO | OFF | ON | OFF | From START of file to CARET location | | | | | | | | YES | OFF | ON | OFF | From START of file to END of selection | •-------------•-----------------•------------------------•------------------•--------------------------------------------------• | YES | -/- | -/- | ON | From START of selection to END of selection | •-------------•-----------------•------------------------•------------------•--------------------------------------------------• | -/- | ON | -/- | OFF | From START of file to END of file | •-------------•-----------------•------------------------•------------------•--------------------------------------------------•

    Best Regards,

    guy038

  • Help to arrange text??

    3
    -1 Votes
    3 Posts
    217 Views
    ParkourfingerP

    @guy038 Thank you very much it worked!

  • Shaking effect in while writing in Arabic

    15
    1 Votes
    15 Posts
    2k Views
    jacktorenoJ

    @PeterJones Hello Peter, I just wanted to thank you again regarding the help with the issue here. I have been enjoying NP++ for a week now without any issues. No more dancing letters.

  • WinPE File Explorer not working

    5
    0 Votes
    5 Posts
    824 Views
    Jan BörschleinJ

    Yeah, I guess you are right, unfortunately.
    Do you know what Windows components are loaded?

  • Find letter + control characters combination

    2
    0 Votes
    2 Posts
    385 Views
    Alan KilbornA

    @June-Wang

    “Control characters”…hmmm.

    Well, as long as you’re sure that you know your data, and what you’re doing, you might have luck in Regular expression replacement where you set the Search mode that way.

    Then you could do:

    find: gf65n\xA7\xE2 <- note the \x before the A7 and E2
    repl: gf65nBlah
    mode: regular expression

    But this whole thing makes me a big nervous. :-)

    Since it appears you may not be working with true text data, perhaps a true hex editing program would be a better choice than Notepad++ for these manipulations.

  • How to collapse lines under a header?

    3
    0 Votes
    3 Posts
    1k Views
    A

    Wonderful! thank you so much that will make this way easier to keep orgenized.

  • Make an new empty line ever 7th line

    9
    0 Votes
    9 Posts
    1k Views
    guy038G

    Hi, @adam-larsson, @alan-kilborn, and All,

    @adam-larsson :

    If you do not tick the Wrap around option, it adds a blank line, every block of 7 non-empty lines from caret location till the very end of file

    If you tick the Wrap around option, it adds a blank line, every block of 7 non-empty lines, from beginning of file till the very end of file

    Alan, I understand your restriction regarding the \K feature. Luckily, thanks to @Uhf7, it will be possible to use, very soon, in a next release, the \K feature with the step by step replacement. Nice, isn’t it ?!

    BR

    guy038

  • Encryption works, but how to protect file from edits using key

    5
    0 Votes
    5 Posts
    3k Views
    dinkumoilD

    @Kavin-Sood

    There is an en-/decryption plugin for Notepad++ called NppCrypt. You can find it when looking into Plugins Admin. It is available for 32 bit and 64 bit versions of Notepad++.

    The plugin supports various encryption methods and is able to add an HMAC to authenticate the encrypted document. This way it is not possible to change the encrypted document anymore, its decryption will fail. That means you need backups of your encrypted documents.

    Set up in a desired way, the plugin is able to automatically decrypt encrypted documents when they are opened and to automatically encrypt them when they are saved.

    Important hint: If the plugin author updates the plugin (happens very rarely), the new version might fail to decrypt documents encrypted with an old version of the plugin. This already happened two times in the past.

  • Number of lines NP++ and Excel shows won't match

    12
    0 Votes
    12 Posts
    2k Views
    Michael VincentM

    @PeterJones said in Number of lines NP++ and Excel shows won't match:

    OTHER READERS: Please do not follow the example of blindly deleting quotes in a CSV to get the number of rows in a spreadsheet to match with the number of lines shown in a text editor

    YES, what he said. My “advice” above was more of a diagnosis than a course of treatment. The problem was probably quotes to capture newlines. I never meant that the fix was to remove the quotes! As @PeterJones says, this CHANGES your data!

    Cheers.

  • Function List not working for C# ver 7.9.3

    2
    0 Votes
    2 Posts
    193 Views
    PeterJonesP

    @Dave-Dolson ,

    Did you have a reason to just post a link to an old discussion? Because you said nothing, and we cannot read your mind.

    Good luck.

  • Insert (paste) text without overwriting text on the next line

    11
    0 Votes
    11 Posts
    3k Views
    Alan KilbornA

    @Matt-pointvicente

    Have you read the posts above?
    Again, a “block select” does not overwrite data.
    But sometimes it can appear like it is doing so.
    But if you look at it closely you’ll see that it is not overwriting anything.

    But I will agree that sometimes you don’t get the result you think you should, so you have to undo it, provide some blank lines and try the paste again.

    But really, the result you achieved you sometimes need, when pasting column data in other situations.
    So, you can’t have it “both ways”, it has to work the way it does so that the feature stays powerful.