• How to set "Find" Background colour?

    32
    0 Votes
    32 Posts
    11k Views
    Lycan ThropeL

    @Angga-Setia-Budi ,

    Mind you, your question doesn’t really apply to this thread’s discussion, however to move you along, here’s the steps needed. Go to the menu bar Preferences->Style Configurator->Language: Global Styles and then Style: Default Style. You’ll then see the two color selectable boxes to the right in the Colour Style Section of the Dialog box. You can set the colors there for whatever you want for the non-focusing line colors, and then go down to Style: Current line background and again, look to the right to see the color selection boxes to choose the colors from there. Now mind you, if it’s a predefined language you’re using, that will change the colors for all the language.
    See Below:
    StyleConfiguratorSelection.PNG

  • "Remove Unnecessary Blank and EOL" ?

    10
    0 Votes
    10 Posts
    3k Views
    Alan KilbornA

    @donho said in “Remove Unnecessary Blank and EOL” ?:

    I agree it’s named very badly. Do we have a better naming? Any suggestion?

    Not a great one. But see HERE.

  • N++ x,y pixel locations for cursor!

    3
    0 Votes
    3 Posts
    440 Views
    Alan KilbornA

    I don’t know much about AHK, but there’s some info that might interest you HERE.

  • Text selection color is gone since a few updates

    3
    0 Votes
    3 Posts
    409 Views
    cubedjC

    Correction - the plugin works fine only the settings file got probably corrupted by the NPP update… delete just the file “ExtSettings.ini” in “%appdata%\Notepad++\plugins\Config” … that should be enough to fix it ;)

  • "Display line number" feature disappeared

    4
    0 Votes
    4 Posts
    342 Views
    Alan KilbornA

    07af32b5-a997-4516-9178-fd5a992b5c33-image.png

  • Copy all Phone numbers

    7
    0 Votes
    7 Posts
    1k Views
    Mobil MeisterM

    @Alan-Kilborn
    thank you,
    that work very well

    problem is if I read most of the time I don’t know what they mean, because I’m asking the wrong questions

  • Regex to replace a specific word

    4
    0 Votes
    4 Posts
    968 Views
    Alan KilbornA

    @Calimero said in Regex to replace a specific word:

    Using this one and some others I was able to do what I wanted … almost
    I wasn’t good enough to deal with all the cases only with regex and I had to modify some cases manually

    Hopefully it wasn’t a defect/limitation of the technique in the link I provided.

  • autoCompletion Issue

    28
    0 Votes
    28 Posts
    3k Views
    PeterJonesP

    @Grzegorz-Śliwka said in autoCompletion Issue:

    Your example doesn’t work for me.

    Whereas it did work for me. Without giving us more to go on, I cannot even begin to guess what you’ve actually done, and whether you’ve really set things up right according the instructions above. Sorry.

  • N++ asking to save files on shutdown - 80 times

    3
    0 Votes
    3 Posts
    339 Views
    timwesselsT

    @PeterJones Thank you! 👍

  • replace/delete numbers from different lines

    2
    0 Votes
    2 Posts
    358 Views
    gerdb42G

    Right click on text -> “Select all” -> Hit “Del” on keyboard -> voilá.

    Well, I think this is not quite what you want to achieve, so please elaborate a little more detailed what your goal is.

    Please also have a look at this FAQ

  • Code alignment doesn't work properly

    3
    0 Votes
    3 Posts
    964 Views
    E

    @Michael-Vincent It is so shocking I lost my words. Thanks a lot for your help it’s all I needed.

  • notepad++ doesn't open up automatically

    5
    0 Votes
    5 Posts
    2k Views
    LittleZockerBrownieL

    @PeterJones ,

    Again, thanks a lot for your help. Now everything runs as it should.

  • пропали файлы/missing files

    2
    0 Votes
    2 Posts
    549 Views
    Alan KilbornA

    @Андрей-Плотников

    people help urgently please, rebooted the laptop, opened notepad, but it is empty, there are no files, this command does not help C:\Users\UserName\AppData\Roaming\Notepad++\backup, it is not just on the computer, but how to restore all the files? it is very necessary, there is a lot of work and many projects, everything is gone than 2 years ago, it is really very necessary, please help me so that I lose the meaning of life, because everything was there

    please help me so that I don’t lose the meaning of life, because everything was there

    Going forward, there are some “data safety” hints offered up in the FAQ HERE.

  • 0 Votes
    3 Posts
    231 Views
    Андрей ПлотниковА

    привет друг, такая же проблема, ты решил эту проблему, смог востановить все файлы?

  • 0 Votes
    3 Posts
    2k Views
    SUMI ACES

    @Terry-R thank you Terry

  • NPP settings

    5
    0 Votes
    5 Posts
    432 Views
    Terry RT

    @kracovwolf said in NPP settings:

    I am trying real hard to remember what plugin i used that ran multiple macros at once. i really need it. it was a toolbar button

    Unfortunately unless someone knows from that brief description what plugin it is, you might have to do the hard yards and manually check for differences between the 2 installations.

    Firstly you will need to have the same type of installation 32bit or 64bit. That’s because some plugins are ONLY made in the 1 version.

    Then by using the “Debug Info” you can see quickly which plugins the old installation has. From your post I suspect that may not be possible, otherwise you would likely have already figured it out. Have you by chance ever had to provide “debug info” on this forum, that may be some help to you.

    To complicate matters, if you happen to have an old Notepad++ version in the original, and are downloading a much later version for the new installation, you will come across the “incompatible” issue. The most recent versions of Notepad++ had a major change made in coding (API calls I think), and this caused a lot of the plugins to be incompatible.

    Then there is the issue that some plugins were never listed in the “Plugin list” as viewed from the link in Notepad++ PlugIns Admin window (bottom right for the repository). Some of those developers never got them added so to download you will need to find the alternate site for that.

    I myself have no need to install plugins, so I don’t know which one your description points to.

    Good luck
    Terry

  • Shortcut for bookmark selected text?

    9
    0 Votes
    9 Posts
    7k Views
    Alan KilbornA

    The marker ID used for bookmarks changed in Notepad++ 8.4.6 (and later). It is now 20, instead of 24. So, all references to 24 in this thread and/or its script(s), should be changed to 20.

  • Remove unmarked lines (not just unbookmarked lines)

    12
    0 Votes
    12 Posts
    17k Views
    Alan KilbornA

    The marker ID used for bookmarks changed in Notepad++ 8.4.6 (and later). It is now 20, instead of 24. So, all references to 24 in this thread and/or its script(s), should be changed to 20.

  • 0 Votes
    7 Posts
    462 Views
    Alan KilbornA

    The marker ID used for bookmarks changed in Notepad++ 8.4.6 (and later). It is now 20, instead of 24. So, all references to 24 in this thread and/or its script(s), should be changed to 20.

  • Bookmark multi words from multi lines in a text

    27
    0 Votes
    27 Posts
    5k Views
    Alan KilbornA

    The marker ID used for bookmarks changed in Notepad++ 8.4.6 (and later). It is now 20, instead of 24. So, all references to 24 in this thread and/or its script(s), should be changed to 20.