<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Print Quality TERRIBLE &amp; Non very useful]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">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.</p>
<p dir="auto">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 &amp; Spring + UI, C/C++, Python, Golang and a legacy Haskell extension.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27580/print-quality-terrible-non-very-useful</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 18:20:16 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27580.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jun 2026 08:05:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Print Quality TERRIBLE &amp; Non very useful on Thu, 18 Jun 2026 10:27:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/agoh2019" aria-label="Profile: AGoh2019">@<bdi>AGoh2019</bdi></a></p>
<p dir="auto">There are also two LSP plugins, <a href="https://sourceforge.net/projects/kered13-notepad-plugins/files/" rel="nofollow ugc">here</a> and <a href="https://github.com/Ekopalypse/NppLspClient/releases" rel="nofollow ugc">here</a> that offer semantic autocomplete, diagnostics, and more.</p>
<p dir="auto">My <a href="https://github.com/Ekopalypse/NppLspClient/releases" rel="nofollow ugc">lspclient</a> and the aforementioned dap plugin are still marked as alpha versions. While this is probably more accurate for the dap plugin, the lsp plugin is actually relatively stable. The only thing that’s personally holding me back from upgrading this to a beta or even a 1.0 release is my code… which is… in need of improvement.<br />
The only thing the dap plugin is really missing is the ability to handle structured variables like classes or structures. Currently, it only displays the variable itself, but not its fields. Otherwise, this plugin is more or less ready for use. If the language being used supports “repl” then it’s fully functional, though not yet very user-friendly.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105764</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105764</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 18 Jun 2026 10:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to Print Quality TERRIBLE &amp; Non very useful on Wed, 17 Jun 2026 14:49:15 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Need NotePad++ to improve its print quality quickly. Can’t see anything I enter into NotePad++.</p>
</blockquote>
<p dir="auto">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?</p>
<p dir="auto">What are your <strong>Settings &gt; Preferences &gt; Print</strong> settings, especially in the <strong>Color Options</strong> 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 <code>☑ No background color</code> (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 <code>☑ Invert</code> or <code>☑ Black on White</code> if you’re printing to paper.  (If you’re printing to PDF, that will never use any ink, then <code>☑ WYSIWYG</code> <a href="https://en.wikipedia.org/wiki/WYSIWYG" title="What you see is what you get" rel="nofollow ugc">🛈</a> is probably what you want.)  But as with any program, you need to pick your print options to match your desired output.</p>
<blockquote>
<p dir="auto">NotePad++ is also not a very useful code editor as you have to set up compiler and linker settings to get it to work.</p>
</blockquote>
<p dir="auto">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 <em>made</em> 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.</p>
<blockquote>
<p dir="auto">The extensions that can be downloaded don’t seem to have much functionality.</p>
</blockquote>
<p dir="auto">Depends on what the functionality is that you want, and which extension (technically, “plugin”) you are talking about.  Vague assertions are hard to discuss.</p>
<blockquote>
<p dir="auto">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 &amp; Spring + UI, C/C++, Python, Golang and a legacy Haskell extension.</p>
</blockquote>
<p dir="auto">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.  <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> just recently <a href="/topic/27543">announced his DAP client plugin</a>, 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.</p>
<p dir="auto">Maybe if you gave specifics, rather than general assertions, there could be a more meaningful discussion.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105760</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105760</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 17 Jun 2026 14:49:15 GMT</pubDate></item></channel></rss>