• How to dock Find Results widow to the right of text window?

    Locked
    16
    0 Votes
    16 Posts
    7k Views
    guy038G
    Hi, @pavel-senatorov, @eko-palypse, @scott-sumner and All, Ah, @eko-palypse, I didn’t even think that, in a floating or docked group of panels, any left double click on a bottom tab, unset the appropriate panel to its previous location ! Thanks for that hint ;-)) So I’ve updated my previous post and added the Doc Switcher in the list of N++ panels, too. I admit that most of these mouse gestures are easier to perform than to explain ! Regarding the Find Result panel, today, I did not notice as many problems, as I got yesterday, but it still bugged twice ! It’s probably because of my weak laptop configuration :-( Cheers, guy038
  • VIM color scheme help

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    chcgC
    There are already some predefined themes you may want to take as starting point for your adaptions.
  • Reg Ex find numbers stored as character in excel

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    오바마
    @오바마 and from time to time ADODB is not so bad choice, I liked it.
  • Find only the duplicate value

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    Terry RT
    @Antonsta Unfortunately, even when the data is sorted, as you found out the regex still caused the same issue. That’s because it’s still trying to search forward over multiple line. When the data is sorted this isn’t necessary anymore as duplicates will appear on consecutive lines. Thus the regex can be changed to: (?-is)^(.+)\R\K(\1$) So this will ONLY look for 2 lines together with the same data. The use of the \K is to forget the first line so the line that gets marked is the duplicate line ONLY. @guy038 gave a detailed rundown on this issue and ways to circumvent it. Have a look at: https://notepad-plus-plus.org/community/topic/16489/delete-both-duplicates-regexp-macro/15?page=1 Cheers Terry
  • Get slowed and no response from time to time (let's say 1 sec or so)

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    오바마
    @pnedev thanks. I have solved using the other nice guy’s help. Actually, I have went back (not go forward) version 6.something. Because that version (as far as I know) worked correctly. -recently, My SSD *ucked up, so all of my computer setting gone. any way, I’m OK Thanks… your time and effort.
  • Need SQL Language to be set as default for .pks and .pkb file formats

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    guy038G
    Hello, @sivabalanarayanan-l, and All, Easy, just 30 seconds ! Here is the method : Select the menu option Settings > Style Configurator… On the left side, in the Language : list, choose the SQL language At bottom of the dialog, in the User ext : zone, add the extensions, without the dot, separated with a space char. So pks pkb Click on the Save & Close button to valid these modifications Stop and restart N++ From now on, each time you’ll open a file, with extension = .pkb or .pks, the SQL language will be automatically selected ;-)) Tested on the last N++ v7.6 Best Regards, guy038
  • How to Color individual words or characters?

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    AZJIO AZJIOA
    @chcg I do not know how to do that
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • regexp with hashes help

    Locked regex regex
    16
    0 Votes
    16 Posts
    4k Views
    patrickdrdP
    damn auto correct…
  • no response after open file from WinSCP

    Locked winscp no response crash newfile crash
    5
    0 Votes
    5 Posts
    2k Views
    bune josefB
    [<h1>yzhooo</h1> <h1>yzhooo</h1> <h1>yzhooo</h1><h1>yzhooo</h1> <h1>yzhooo</h1> <h1>yzhooo</h1> <h1>yzhooo</h1>](link url)
  • 0 Votes
    9 Posts
    10k Views
    Scott SumnerS
    @Terry-R While waiting for a FAQ on it, you’ll find more fun \G discussion here !
  • NotePad++ Keeps changing my numbers into symbols or letters?

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    Zach DeckardZ
    @Meta-Chuh it is
  • Emptied files

    Locked
    2
    1 Votes
    2 Posts
    785 Views
    pnedevP
    @Benjamin-Frugoni-Backhaus , What is your Notepad++ version?
  • change how many lines down the Left side number list starts?

    Locked
    3
    0 Votes
    3 Posts
    879 Views
    sadicusS
    Thanks!
  • How to scroll horizontally using mouse wheel?

    4
    0 Votes
    4 Posts
    2k Views
    Andy LiuA
    @Andy-Liu said: Thanks for replying. You mean shift+mouse scroll wheel? I tried and the window doesn’t move at all, not even vertical.
  • How to install TextFX plugin in v7.6 64 bits

    Locked
    2
    0 Votes
    2 Posts
    28k Views
    chcgC
    TextFX is just available for 32bit, not for 64bit. Furthermore there is no maintainer for TextFX. See https://stackoverflow.com/questions/12699833/textfx-menu-is-missing-in-notepad. You may want to be a beta tester for https://github.com/HQJaTu/NPPTextFX/tree/VS2017-x64/bin/x64
  • Regex to replace second value with first value in XML

    Locked
    3
    1 Votes
    3 Posts
    999 Views
    Ben HumpertB
    @Scott-Sumner That works perfectly. Thank you very much! I now see how wrong I was with my approach ;) 00 Required\ is the directory the files are stored in(side the zip file) but after extraction / installation they don’t need to be in 00 Required\ since this is just for keeping the zip archive clean.
  • Npp Snippets plug in and plug in manager

    9
    0 Votes
    9 Posts
    6k Views
    OverlordBRO
    I have the Npp Snippets installed OK on my Notepad++ 7.6 (32 bits) My structure is: The directory: “**C:\Users\YOUR_USER\AppData\Local\Notepad++\plugins\NppSnippets**” has the file: NppSnippets.dll The directory: “**C:\Users\YOUR_USER\AppData\Local\Notepad++\plugins\NppSnippets\NppSnippets**” has the files: Languages.sql NppSnippets.sql Template.sqlite Backup your files, specially this last 3 (Languages.sql, NppSnippets.sql and Template.sqlite) before puting into the second directory. PS: yes, the second directory has NppSnippets twice (first level has the DLL, second level has the config files)
  • Notepad++ v7.5.9 (32-bit): Exception/Access violation, disable plugins

    Locked
    1
    0 Votes
    1 Posts
    594 Views
    No one has replied
  • Find quotes and backslash

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    Mária CsabaiM
    Dear Friends, with the specified search criteria, userid=“(NewPC\User\Maya|Computer\Home|XP\Admin)” I could replace all users. There were only 21 variations and I could find it and type it. Thanks again for everyone!