Community
    • Login
    1. Home
    2. Help wanted · · · – – – · · ·
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • ?

      Notepad++ running as a service in windows 2012 R2?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      384 Views
      ?

      Thanks a lot for your advice!

    • Paulo MartinsP

      Replacing buttons with images

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      287 Views
      Alan KilbornA

      @Paulo-Martins

      This should get you started…click HERE.

    • sepodeleS

      One line per 1000 items in a macro?

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      2 Votes
      17 Posts
      2k Views
      sepodeleS

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

    • CletosC

      How can I remove in a txt file all the spaces in each line after the last character?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      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.

    • Yves BruantY

      Where to find HexEditor.dllfor 64 bits W10 ?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      287 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++.

    • Siebe AlbersS

      Remove Keywords python language

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      400 Views
      Siebe AlbersS

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

    • mahesh ageerM

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

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • Petr KurdiovskýP

      Replace data on specific position by data from 2nd file

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • bot ripB

      dont know

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      227 Views
      Alan KilbornA

      @bot-rip

      This should get you started…click HERE.

    • Andy LightA

      Mass replace inside file at once

      Watching Ignoring Scheduled Pinned Locked Moved
      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. :-)

    • شعر Techش

      Replace every URL with the URL + text

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      994 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 :)

    • Sarim JokhioS

      How To parse String to int in Java?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      227 Views
      Alan KilbornA

      @Sarim-Jokhio

      https://community.notepad-plus-plus.org/topic/15958/faq-desk-you-ve-asked-your-question-in-the-wrong-place

    • lionelanh97L

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

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      554 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

    • Louis GoL

      How to open specific files in different folder where root folder might be varied. Open File in Solution is my temporary solution.

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      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! :-)

    • Phillip AndelsonP

      Mid Line Comments for Fortran

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      292 Views
      Phillip AndelsonP

      @PeterJones Thanks for the reply!

    • Simon BelmarS

      Clean duplicated IPs from file

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      425 Views
      Alan KilbornA

      @Simon-Belmar

      Sort first, then remove consecutive duplicates?

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

    • Simon BelmarS

      Keep only the ips in a file

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      Simon BelmarS

      Thanks PeterJones! Works perfectly

    • Владислав СоколВ

      Hang when share disconnected

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      301 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.

    • Elijah 5801E

      RegEx Expression help with keeping TEXT and replacing formating codes only.

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      -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!!!

    • DarthDataD

      Convert 12 hour time to 24 hour time

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors