Community
    • Login

    Print Quality TERRIBLE & Non very useful

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 19 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AGoh2019A Offline
      AGoh2019
      last edited by

      Need NotePad++ to improve its print quality quickly. Can’t see anything I enter into NotePad++. The problem also exists with other code editors - Helix, Geany, Lapace, Sublime Text, PSPad but it appears just fine on NotePad which I wouldn’t use because it prevents me from saving source code with the right extension.

      NotePad++ is also not a very useful code editor as you have to set up compiler and linker settings to get it to work. The extensions that can be downloaded don’t seem to have much functionality.

      I have also dumped Visual Studio (2026), told MS about it, and replaced it with the Eclipse Foundation IDE - with support for Web development, Java & Spring + UI, C/C++, Python, Golang and a legacy Haskell extension.

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP Online
        PeterJones @AGoh2019
        last edited by

        Need NotePad++ to improve its print quality quickly. Can’t see anything I enter into NotePad++.

        Printing works just fine for me. What do you mean by “Can’t see anything”. Does that mean it prints a white text on a white page? Or light gray text on a white page? Or black text on a black background? Or that it’s too small? Or that you’ve picked an ugly font? Or what?

        What are your Settings > Preferences > Print settings, especially in the Color Options radio buttons? Because if you have Notepad++ in Dark Mode and/or one of the many dark themes (where it has light text on a dark background), then if you ahve chosen ☑ No background color (which I think is the default), then it will use your theme’s light foreground color but not print any background color, which won’t give good contrast. If you have a dark theme, it’s usually best to choose ☑ Invert or ☑ Black on White if you’re printing to paper. (If you’re printing to PDF, that will never use any ink, then ☑ WYSIWYG 🛈 is probably what you want.) But as with any program, you need to pick your print options to match your desired output.

        NotePad++ is also not a very useful code editor as you have to set up compiler and linker settings to get it to work.

        Name one “code editor” where you don’t have to. Even Visual Studio Code, you have to do setup to get it integrated with your compiler/linker; and even the full-blown Visual Studio, the IDE made for coding, you have to install the compiler/linker/etc, and do all your library choices, etc, when you install it. You always have to set such things up to one extent or another; and for any Editor/IDE that doesn’t come bundled with the compiler/linker/interpreter that you care about, you’re definitely going to have to tell it where such things are.

        The extensions that can be downloaded don’t seem to have much functionality.

        Depends on what the functionality is that you want, and which extension (technically, “plugin”) you are talking about. Vague assertions are hard to discuss.

        I have also dumped Visual Studio (2026), told MS about it, and replaced it with the Eclipse Foundation IDE - with support for Web development, Java & Spring + UI, C/C++, Python, Golang and a legacy Haskell extension.

        Note that “IDE” is a lot more than “Code Editor”. You get what you choose. VS and Eclipse are full IDE. Notepad++ is meant as a “Code Editor”, but with the right plugins, can come pretty close to an IDE. @ekopalypse just recently announced his DAP client plugin, which gives access to the modern DAP interface for debugging environments, and it would very much surprise me if it didn’t work with your compiler/linker, if you’ve got anything modern.

        Maybe if you gave specifics, rather than general assertions, there could be a more meaningful discussion.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors