• Replacing buttons with images

    2
    0 Votes
    2 Posts
    320 Views
    Alan KilbornA

    @Paulo-Martins

    This should get you started…click HERE.

  • One line per 1000 items in a macro?

    17
    2 Votes
    17 Posts
    2k Views
    sepodeleS

    Great stuff guys. It works like a charm! Thank you! :-)

  • 0 Votes
    5 Posts
    7k Views
    CletosC

    Thank you, andrecool-68,

    Works great.

    Hello guy038,

    That option does it very good as well, thank you. Thanks Alan.

  • Where to find HexEditor.dllfor 64 bits W10 ?

    2
    0 Votes
    2 Posts
    335 Views
    PeterJonesP

    Since HexEditor hadn’t been officially updated since 2009, @chcg has made an unofficial 64-bit port of HexEditor available at https://github.com/chcg/NPP_HexEdit/releases, with a couple of bugfix releases. The most recent x64 zipfile is the one you’ll want.

    For a normal Notepad++ installation, unzip HexEditor.dll into c:\Program Files\Notepad++\Plugins\HexEditor\HexEditor.dll, then reload Notepad++.

  • Remove Keywords python language

    4
    0 Votes
    4 Posts
    434 Views
    Siebe AlbersS

    @PeterJones Thank you! You helped me a lot with this.

  • How to add only one space at end of each line ?

    6
    0 Votes
    6 Posts
    7k Views
    Alan KilbornA

    @mahesh-ageer

    You didn’t say anything about lines that already had some amount of spaces at their ends. Try to be complete with your problem description.

    I might be inclined to do that all in one step by searching for \x20*$ and replacing that with a single space.

  • Replace data on specific position by data from 2nd file

    7
    0 Votes
    7 Posts
    2k Views
    Petr KurdiovskýP

    Hi all, I found solution!
    1.Add 10 spaces at end of each lines in file X.REN by command $
    2.Copy rectangular selection 10 x number of lines in file X.REN
    3.Mark rectangular selection 10 x number of lines on target file in requested position and paste it.

  • dont know

    2
    0 Votes
    2 Posts
    248 Views
    Alan KilbornA

    @bot-rip

    This should get you started…click HERE.

  • Mass replace inside file at once

    6
    0 Votes
    6 Posts
    2k Views
    Alan KilbornA

    @PeterJones said in Mass replace inside file at once:

    merge them manually in shortcuts.xml

    For you, yes, but for a casual Notepad++ user, maybe not.
    I was just pointing out that a bit of serious concentration when recording macros will go a long way in helping out. :-)

  • Replace every URL with the URL + text

    8
    0 Votes
    8 Posts
    1k Views
    jcg3675J

    Glad to hear that it works! You don’t owe me anything. Just pay it forward to someone else when the time comes :)

  • How To parse String to int in Java?

    2
  • How to remove all text after specific text with rule for each line?

    4
    0 Votes
    4 Posts
    623 Views
    guy038G

    Hello, @lionelanh97, @terry-r and All,

    @terry-r, I don’t think that the look-ahead structure, (?= //) is, even, mandatory !

    This regex S/R should be enough :

    SEARCH (?-si)//Converted.+\K //.+

    REPLACE Leave EMPTY

    As it searches the greatest range of chars .+ between the string //Converted and the string ' //', without the quotes !

    Best Regards,

    guy038

  • 0 Votes
    8 Posts
    1k Views
    Alan KilbornA

    @Alan-Kilborn said in How to open specific files in different folder where root folder might be varied. Open File in Solution is my temporary solution.:

    It sounds to me like a scripting plugin is needed to solve this problem.

    Batch file scripting. The plugin-less scripting! :-)

  • Mid Line Comments for Fortran

    3
    0 Votes
    3 Posts
    327 Views
    Phillip AndelsonP

    @PeterJones Thanks for the reply!

  • Clean duplicated IPs from file

    2
    0 Votes
    2 Posts
    455 Views
    Alan KilbornA

    @Simon-Belmar

    Sort first, then remove consecutive duplicates?

    See Edit menu, Line Operations sub-menu for some tools available for you?

  • Keep only the ips in a file

    3
    0 Votes
    3 Posts
    1k Views
    Simon BelmarS

    Thanks PeterJones! Works perfectly

  • Hang when share disconnected

    2
    0 Votes
    2 Posts
    330 Views
    gstaviG

    The simple answer (that you would no like) is: in Preferences->Backup disable Remember current session for next run.

    Essentially Notepad++ deals with files and their paths. Notepad++ is not aware that some specific path refers to a network share. The hang you observe is until Windows network stack give up with timeout.
    Perhaps if you did use drive letter Windows would realize that the letter is unconnected faster than with UNC.

  • -1 Votes
    6 Posts
    2k Views
    Elijah 5801E

    Almost 2 years ago on 10 March 2018, I asked the community for help on using EXPRESSION mode.
    Within 3 days I got replies from several people.
    I documented this page to remind me of the ANSWERS and the MEMBERS who replied.
    It’s now nearly two years later, and I consider myself a PRO with the amount of work I achieved.
    The amount of work which would normally take me a year to complete, was reduced to just a few seconds.
    From the little you taught me that day in March 2018, opened more doors to more wisdom using the EXPRESSION mode, and I have achieved even far greater things in the last two years.
    If it were not for the great outpouring of help from volunteers like the people who helped me on my way in March 2018, I would still be living in the dark ages labouring away, the long way.
    Thank you! You have no concept of what I achieved by the little SEED of wisdom you planted in me that day.
    So I THANK YOU AGAIN!!!

  • Convert 12 hour time to 24 hour time

    9
    0 Votes
    9 Posts
    2k Views
    Alan KilbornA

    You did not answer my initial question

    You did not answer to my question, at the very beginning of my previous post

    Sensing a theme here.

  • UDL fails to highlight operator depending on trailing character?

    5
    0 Votes
    5 Posts
    457 Views
    PeterJonesP

    @Jared-123 said in UDL fails to highlight operator depending on trailing character?:

    That is an awful forum design decision

    In your opinion.

    From a security and maintenance standpoint, it is an excellent decision, and I applaud it. If the Community Forum had to maintain its own database of user-to-password, then the Community Forum admin team (or person) would have to personally ensure security, making sure the server never gets hacked, responding to hacking threats, making updates, etc

    Instead, by using a common and open-source OAuth mechanism through multiple of the major OAuth providers, all the security is maintained by the mega-corps, who have a vested interest in keeping the login credentials secure, and have paid staff with job descriptions including maintaining that security.
    The Notepad++ Community could never provide anything as secure as that.

    With the resources of a Google, Facebook, Stack Exchange, or similar, and professional security experts on your team, it makes sense to control everything to that depth; for a mom-and-pop (or Don-and-friends) group like the Notepad++ Community, it just doesn’t – and when (not if) the home-rolled security was broken, you would be singing a very different tune.