Categories

  • Announcements regarding our community
    294 Topics
    5k Posts
    Lycan ThropeL

    @donho ,
    And it updated flawlessly. Thank you for getting that smoothed out. When things like that, act up, it gives users the heebee jeebees. :-)

  • 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
    Lycan ThropeL

    @James-Burke-0 ,
    Yeah…okay, whatever. It’s clear now, you don’t know what you’re talking about and pushing a product that isn’t what you say it is.

    Your statement is false, period. It can’t read all known DBF types, as you state because it can’t read level 7 DBF files, which has been the latest official dBASE file type for the past approx 28 years almost since it’s been written to work in Windows, so I’ll consider your postings to be uninformed spam. Have a nice day.

  • 10k Topics
    54k Posts
    PeterJonesP

    @Ivy_Pearson said in How To Read And Edit ASCII File with HEX Values Inside:

    What you need is a hex editor that supports a “hex + ASCII” view, where the left side shows the ASCII text and the right side shows the hex bytes.

    Oddly, that’s exactly what Notepad++ with the Hex Editor plugin does. And yet, the original poster said that wasn’t sufficient. Why do you think it is sufficient?

    Tools like HxD, 010 Editor, or Bless Hex Editor let you see line breaks correctly while still letting you edit hex values directly. In 010 Editor, you can even create a template to map the structured fields for easier editing.

    Some of those sound promising (like the one with the template), even though the original poster already dismissed standard hex editors as not being sufficient for their needs.

    @Tnega-Terces said in How To Read And Edit ASCII File with HEX Values Inside:

    It’s a normal ASCII file with lines for each individual game object and human readable variable names,

    It’s not an ASCII file. As @mpheath and @Terry-R indicated, it’s a binary file that just happens to have some text encoded as ASCII. But that does not make it an ASCII file. No solution in Notepad++ is going to completely satisfy you, because Notepad++ is a text editor, not a binary editor. And most hex editors aren’t going to be what you want, because they focus on just providing you with the hex, not with a formatted text document that shows the encoded numbers that are represented by the binary bytes that Notepad++ shows you. One that allows templating data structures does sound promising for your needs, but a Notepad++ text editor forum is not the right place to dig into the intricacies of some other hex editor tool (and if that’s the path you want to take, you’ll have to go somewhere else to learn more about the tool that you do choose).

    But I think your best bet is to find a converter for that file format that @mpheath suggested – if it can convert from the binary format to a textual JSON, then you can edit the text-based JSON in Notepad++; since it’s a 2-way converter, then after you edit the JSON, you should be able to go back to the binary format, so that you can use the edited results in your game. That’s really your best bet.

    Assuming that it’s a command-line utility, we could even help you set up the NppExec plugin to allow you to load the binary file, have NppExec call the external converter and show the results in Notepad++, allow you to edit the JSON in Notepad++, and then when you save the file, NppExec could automatically convert it back for you. I have a similar workflow that I played with for encrypting and decrypting files using gpg, and the essential structure of that would work for your needs, just using the GVAS conversion script as the external tool, instead of the gpg executable. Ah, right, I even show one direction in this FAQ, and the same style of script could work for you – so you could use that as the starting point.

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

    1k Topics
    9k Posts
    EkopalypseE

    Just for info; issue link

  • Security shouldn't be the privilege of rich people
    62 Topics
    293 Posts
    donhoD

    @soft-parsley
    Could you provide your gup.xml file from C:\Program Files\Notepad++\updater\ directory?

  • 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
    219 Posts
    guy038G

    Hello, All,

    In summary, a wedding is :

    Lots of preparation the day before

    Lots of celebrations in the evening and the night

    Lots of cleaning up the next day

    We were extremely fortunate to have beautiful weather and pleasant temperatures for the season.!

    My daughter, being a schoolteacher, had naturally chosen the All Saints’ Day school holidays.

    The wedding took place in the Chartreuse Mountains (1,000 m), near Grenoble.

    At the Town Hall :

    0aed2d1e-a6d0-48da-92f1-94fac8620ac7-20251018_19_C.jpg

    In Chartreuse :

    6af1599e-5a7a-4063-912e-389b35bf06c4-20251019_99_C.jpg

    Best Regards,

    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. :-)