Categories

  • Announcements regarding our community
    291 Topics
    5k Posts
    PeterJonesP

    @donho ,

    I am attempting to draw out the details, but it appears that “Enhance SQL function list parser. (Fix #16605)” may have caused a regression for some SQL function lists.

    See, for reference, the discussion “v8.8.6 - the function list is not working”.
    (I will update this post if I can get the poster to share example SQL syntax that had correct FunctionList under old and broken under new; right now, there are screenshots of the difference, but the screen doesn’t show the SQL syntax that’s defining the functions/procedures that aren’t being listed.)

    (I personally don’t think it’s worth stopping a trigger on auto-update for v8.8.6, as the workaround is as simple as putting a different sql.xml in the AppData\functionList, but it should be probably be tracked as a regression for this version, anyway.)

    update: the “v8.8.6 - the function list is not working” discussion now has example SQL that shows the problem.

    Unfortunately, it appears that it’s the old space-required-after-class-closing bug that’s never been found (it’s usually reported when there’s no space/newline after the closing } in a C++ or similar class). It didn’t show up in v8.8.5 and earlier, because the old SQL FunctionList parser definition didn’t include classes, just functions, so it was able to find the functions.

    The user has decided it’s easiest to just add the newline at the end of the files that don’t show up, and is happy.

    update 2: the relevant issue is #2910, and all the ones that have been closed as duplicates of it

  • Frequently Asked Questions and Guides (about Notepad++ and this Forum)

    37 Topics
    62 Posts
    PeterJonesP

    You have likely found this page, or been directed to this page, because you were wondering about how to

    The list of Operating Systems (OS) that Notepad++ supports is published at https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/SUPPORTED_SYSTEM.md

    There is a footnote regarding Windows Vista and Windows Server 2008, both of which are officially unsupported: The last release of Notepad++ that worked on those ancient OS versions was Notepad++ v8.4.6. However, the footnote indicates, “The current version of Notepad++ built by GCC can be run under Vista & Server 2008”. Some users, who are interested in preserving historic computing, or have working hardware that is old enough to only be able to run such old OS, are confused by that statement, or wonder how they can get “the current version of Notepad++ built by GCC”. (Two examples of such posts are here and here.)

    When updates are pushed to the Notepad++ repository, a slew of versions are built, including some built by the GCC compiler instead of Microsoft’s compiler used by Visual Studio. Those versions are not used in the published releases of Notpead++, however, they are built from the same source code, so have all the same functionality.

    Main Steps

    The steps for installing the newest Notepad++ onto Vista or Server 2008 are as follows:

    Install the newest Notpead++ normally, or unzip the newest portable edition of Notepad++, noting whether you are using the 32-bit or 64-bit Notepad++. Verify that notepad++.exe doesn’t run on your computer. (If it does, you don’t need to follow the remaining steps.) Obtain the notepad++.exe built by GCC using one of the two sections below: Recent Release or Older Release Replace your installed or portable notepad++.exe with the executable downloaded in step 3. Run the replaced notepad++.exe, and verify it does run on your computer. Artifacts

    When the GCC builds are automatically run on the GitHub servers, the executables are kept for up to 90 days from the time of the build; however, that retention period is also influenced by how many artifacts a project generates: Notepad++ generates a lot of artifacts, so sometimes the artifacts for a release are not available for the full 90-day period.

    If the artifacts are still retained for the most recent release, then you can follow the procedure in Recent Release (below) to obtain the GCC-built executable. If those artifacts are gone, you will have to use the similar procedure in Older Release, though make sure you read that section thoroughly for unique .

    Recent Release Go to https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest where it has the little -o- icon and 7-9 hex digits, click on that hex number
    2c11d2fe-18e2-4f48-b7d2-50e3ff54dc41-image.png It should have a green checkmark (or less likely, a red X): click it
    82185f3a-d05b-47c9-893c-1d2cfbac6305-image.png In the popup, click any of the Details links (it doesn’t matter which one)
    b116fae8-972b-4796-a0db-c3f4c3d97b88-image.png Click on the Summary button
    c5d81331-849f-4c5e-82aa-e57d54f088ce-image.png Scroll down to the Artifacts at the bottom of that Summary page, and pick the …GCC.i686.Release if you want 32-bit Notepad++, or …GCC.x86_64.Release if you want the 64-bit Notepad++
    0d0757f8-b8a1-4709-8c8b-05e5a237afe8-image.png That downloaded artifact will be a zipfile containing a single (unsigned) notepad++.exe

    Once you have unzipped the artifact, you can continue with step 4 in the Main Steps

    Older Release

    If the artifact from the most recent release is no longer stored in GitHub, you can instead grab the most-recent build. However, you need to understand that builds made since the most recent release have code in them that has never gone through the Release Candidate verification: it passes all the automated testing, but there may be edge cases that have not yet been found or fixed. One should only use the most-recent build instead of a release build when those risks are understood.

    Go to https://github.com/notepad-plus-plus/notepad-plus-plus/actions and find the most-recent commit to the master, and click on that row. Look for the Artifacts at the bottom. Find the link with “GCC” in the name with the right version (64-bit is x86_64, 32-bit is i686, or ARM64) – assuming you have 64-bit Vista, then it would be Notepad++.GCC.x86_64.Release. Click the appropriate artifact, which will download a zipfile. Open the zipfile and extract the executable from it

    Once you have unzipped the artifact, you can continue with step 4 in the Main Steps

    Build Your Own

    The Notepad++ repository includes BUILD instructions for GCC, so if you follow those instructions, you can build your own GCC-based Notepad++ from the source code. You will obviously need the GCC compiler (you will have to find and install that on your own, as such a procedure is beyond the scope of this FAQ or this Forum).

    Once you have the GCC compiler ready, you can download the source code for Notepad++: it is up to you whether you want to download the source code from the latest release, which will give you a snapshot of the code at the time it was released; or whether you want to grab the most recent commit from the main development branch of the repo which can have code/features that have been added since the last release.

    Building your own copy of Notepad++ using GCC is intended for people with coding experience, and experience with GCC in particular, and who know how to use GitHub and git – if this doesn’t describe you, you may wish to gain experience before trying to build your own using GCC.

    Caveat: This is Unsupported

    Rememeber: using Notepad++ on Windows Vista or Windows Server 2008 is not officially supported for new Notepad++ versions. If you can happen to get newer Notepad++ to work on those OS versions by following these instructions, that’s great for you.

    Otherwise, the best recommendation is to use an older version of Notepad++ that was officially tested on those operating systems – with v8.4.6 being the newest Notepad++ to be verified with those OS. Having been verified, it should work for you; however, there will never be any updates to the v8.4.6 code, so any bugs or security issues present in v8.4.6 will remain unfixed for you. (The same is true for most applications that stop supporting older OS, so this is not unique to Notepad++.)

  • Notepad++ discussions that don’t fit in other Categories

    4k Topics
    22k Posts
    PeterJonesP

    @tino-tesu said in v8.8.6 - the function list is not working:

    That was a easy fix. I could add a new line after.

    Great.

    Notepad++ has a long-standing bug wherein if you have a FunctionList parser that includes a class, every class must have one or more whitespace after the last “closing” tag. Usually, it shows up with C/C++ classes, which end with } … but the bug also occurs for other classes in functionLists.

    The reason why v8.8.5 worked without the newline is because the v8.8.5 FunctionList parser for SQL didn’t try to do classes, so didn’t trigger that bug.

  • 10k Topics
    54k Posts
    Ragnar LodbrokR

    @mpheath mam taka liste i chcę z niej wyciągnąc same login:hasło i email:hasło

    tomasz.luczak@vp.pl:Wz056400 | polsatboxgo.pl = Katalogów | 37 = Sport Mix/Box Go
    karolsieczko1:Kaaarolek24 | Dostępny transfer = 50 MB | Punkty = 1000
    darek221:Darek221 | Dostępny transfer = 270,8 MB | Punkty = 1000
    tomzdw:sztepci0 | Dostępny transfer = 127,41 MB | Punkty = 1000
    rpiecuch:ra3f0p6 | Dostępny transfer = 50 MB | Punkty = 1000
    morgrim9:norekk123 | Dostępny transfer = 50 MB | Punkty = 1000
    krzysztof.1503:Wisniewski23 | Dostępny transfer = 50 MB | Punkty = 1000
    52:01][SUCCESS] aniaslow1:ania123 - [Disk Memory = 9,41 GB | POINTS = 1862] - @XVEGOX
    58:39][SUCCESS] aniolek_kumite:karate89gdynia - [Disk Memory = 9,62 GB | POINTS = 2375] - @XVEGOX
    10:04][SUCCESS] anjased:simona1 - [Disk Memory = 10,45 GB | POINTS = 1000] - @XVEGOX
    12:43][SUCCESS] aplikacje.71:k0loreK11!chomikuj - [Disk Memory = 11,36 GB | POINTS = 1000] - @XVEGOX
    lala0306:lala11 | expiration = 14.12.2024 12:48:25
    darekkotwica68:darek1968 | expiration = 11.11.2024 13:56:51
    milan76:menda123 | expiration = 23.11.2024 14:57:19
    sokol83:baranki | expiration = 01.12.2024 12:38:47
    kapitanek:kapitanski7 | expiration = 07.11.2024 12:22:12
    Mamfi:Silnehaslo44 | expiration = 08.11.2024 14:09:34
    lowickiwieslaw105:kasiav90 | expiration = 04.01.2025 12:11:24
    exup:cmdx2000 | expiration = 03.03.2025 17:55:54
    Kiffer:052008 | expiration = 04.02.2025 23:59:00
    33rwqrwqrw:%KbnYRRq?YDa6vt |
    607068186@play:F6914C |
    871215Pi:7465331Pio!r |
    abrabag:mateusz2 | sub = [ebooki bez limitu]
    Adam09091202:Adam289 |
    adam1762:7bok9UOfxu5S_24q |
    AdamDabek04:Luter1517 |
    Adek_76:Qwark007 |
    adifis:Poziomd1 | [ebooki bez limitu]
    agnkrz:BaRnEs_107 |
    agulaala:Dominik2007 | [ebooki bez limitu]
    mkrolik82@wp.pl:Marek1979 | Zakupione produkty = 5 | Ebooki = 5 | Audiobooki = 0
    michpias@wp.pl:Lukasz01 | Zakupione produkty = 3 | Ebooki = 0 | Audiobooki = 3
    krysia1sta@wp.pl:Filipek9 | Zakupione produkty = 7 | Ebooki = 7 | Audiobooki = 0
    agnieszka.grybos@vp.pl:aga1993 | vodtvp/tvpgo Strefa ABO aktywna do = 31-10-2025
    zbigniewpol@o2.pl:elvisek4435 | polsatboxgo.pl = Katalogów | 13 = ELEVEN SPORTS | 15 = SPORT HD | 16 = FILM HD | 17 = FAMILIJNY MAX HD | 18 = HBO HD | 24 = VOD | 28 = Cinemax HD
    k.matuszewska89@gmail.com:Tomasz2511! | polsatboxgo.pl = Katalogów | 42 = Polsat Box Go Start
    grebowiec@interia.pl:Wisienka1997 | Zakupione produkty = 1 | Ebooki = 1 | Audiobooki = 0
    mania1311@o2.pl:mania88 | Zakupione produkty = 2 | Ebooki = 2 | Audiobooki = 0
    cath.cath:Moonlight1715 | Dostępny transfer = 3,94 GB | Punkty = 1000
    pancio666@op.pl:monaliza666 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-09-20 21:05:04
    seba2papaj@onet.eu:Sebatyskie2 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-08 14:35:05
    KRYC@ONET.EU:krycho89 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-11 20:55:54
    slawek.r@onet.com.pl:karolina95 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-12-12 16:39:12
    violka.s@onet.eu:fredek100 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-05 23:04:31
    paulina1558a@op.pl:Paulina23. | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-10 22:51:56
    tadeusz66@op.pl:tp710403 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-09-19 10:53:51
    aga786@op.pl:olusia1 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-04 00:43:51
    anitaziolkowska@op.pl:ReHuKa77 | CDA Premium = tak | Pakiet = false | Wygasa = 2025-09-17 21:57:45
    rafcioo1981@onet.eu:Geneczek198181 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-08 21:35:03
    michalwrzosek@onet.eu:Zxcfghq93$ | CDA Premium = tak | Pakiet = start | Wygasa = 2025-09-19 21:44:00
    wiktoria.osiecka@onet.eu:Kwiatuszek09 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-11 19:14:08
    aneta1560@onet.eu:olivcia2010 | CDA Premium = tak | Pakiet = false | Wygasa = 2025-10-01 13:17:25
    emom@op.pl:grzeszczak40 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-07 15:35:09
    anoli2@op.pl:Lenka1609 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-09-20 18:23:30
    natasza.cieslar.maksio@op.pl:maksio001 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-09-30 00:20:47
    tomekdz2@op.pl:tomek1984 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-09-16 00:44:01
    smyk.paulina@op.pl:Wiktoria15 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-06 12:32:58
    sonia162@op.pl:Natalka2002! | CDA Premium = tak | Pakiet = start | Wygasa = 2025-10-09 11:20:01
    marcinkucharski23@poczta.fm:Dziubelek1984 | CDA Premium = tak | Pakiet = start | Wygasa = 2025-09-19 19:50:04
    mahmodxm650:123456789m - Level = 11 | BE = 45 | RP = 0 | Refunds Remaining = 3 | Email Verified = true | Last Played on = 11/14/2019 | Total Champs = 0 | Region = EUW | Total Skins = 0 | Skins = [] | Champs = []
    Account Credentials :thepinkboudoir@aol.com:kodabear
    nrapid12@web.de:Boldor123 | Units = 170 | Level = 23 | Tier = Silver | Club Member = False | Games = [assassins-creed-III, assassins-creed-revelations, far-cry-3-blood-dragon, for-honor, rainbow-six-siege, rainbow-six-siege, south-park-fractured-but-whole, the-crew, tom-clancy-the-division, tom-clancy-the-division-2] | Platforms = [PC, PC, PC, PS4, PS4, PC, PS4, PC, PC, PS4] | 2FA = False
    COMBO: juan.spyro@gmail.com:Juan05326
    GooDay2017:valisette69
    gordon.schroeder.14@gmail.com:Lotusblume187501!
    gorelex19@gmail.com:algore1903
    carlosrivera@zeikro.com Zeikro1996
    facundogestal@gmail.com Edith1958
    Ancagudelopo@gmail.com Apolo2021-
    correchristian@gmail.com > barakal0s
    gheldiu_victor@yahoo.com > victorbv18duy
    santosfernandeslucas@gmail.com : Lucas2015
    micael.santana.f@gmail.com : msf210291
    rpiecuch:ra3f0p6 | Dostępny transfer = 50 MB | Punkty = 1000
    morgrim9:norekk123 | Dostępny transfer = 50 MB | Punkty = 1000

    code_text
  • Technical discussion of building or contributing to Notepad++ or Plugin codebases

    1k Topics
    9k Posts
    PeterJonesP

    @Dave-Houser ,

    That user hasn’t been back to the forum in a year, so is not likely to reply.

    Readers of this discussion may be interested in this new NppVim plugin announced recently, which does work on the latest Notepad++ release. You might want to give that a try.

  • Security shouldn't be the privilege of rich people
  • All the issues (publications/questions) about binary translation
  • Say fuck to Notepad++ here, and only here
    91 Topics
    521 Posts
    Maurizio ScianM

    @dinkumoil said in The author asks to finance the war:

    ia un bugiardo. Ma ovviamente, l’intera Wikipedia è infiltrata da gente d

    Wikipedia is infiltrated by both leftists and rightists.
    But right-wing rhetoric is well known: just look at the evil coming from the left.
    If the left is divided, it’s because there’s a critical vision and different criteria for determining truth and falsehood. If the right is united, it’s because, typically, a right-winger considers anything that doesn’t confirm their cognitive biases to be false. Right-wing leaders know this and exploit this weakness to increase their number of followers.

  • No support request and bug report here, only unconditional praise and worship

    1 Topics
    4 Posts
    Aubin HeroutA

    salut les petits gwerrrr

  • Share personal tips and cool uses for Notepad++, and similar

    59 Topics
    218 Posts
    guy038G

    Hi, All,

    This weekend, we’re marrying off our daughter Céline and Thomas ;-))

    So I’ll probably be away from N++ and its community for a few days !

    Cheers, everyone !

    guy038

  • Computer/Programming Jokes are welcome here

    56 Topics
    179 Posts
    Lycan ThropeL

    @donho ,
    I’m not sure this is humor for it’s own sake, or a veiled attempt at sarcasm. Either way, I don’t want govenment, especially the UN in anything, period. :-)