<?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[Since updat strong flickering]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am using Notepad++ v8.4.7 on W81. Since the last two updates the program flickers very much. For example I have npp opened now, the focus is on npp. When I click with the mouse on this text I am writing here npp flickers. It seems to update its window in a intensive manner. The scrollbar moves within a second very often up and down. I use npp since many years and never observed this behaviour before.<br />
Is there something I can do about it (options)?<br />
Thanks<br />
Kind regards</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23823/since-updat-strong-flickering</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 14:13:55 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23823.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Nov 2022 14:08:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Since updat strong flickering on Wed, 20 Nov 2024 20:46:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpttwinkie" aria-label="Profile: CptTwinkie">@<bdi>CptTwinkie</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/rwblues" aria-label="Profile: rwblues">@<bdi>rwblues</bdi></a></p>
<p dir="auto">The flickering probably means that DirectWrite rendering is not enabled:</p>
<p dir="auto"><img src="/assets/uploads/files/1732135005625-385552490-cef0cac0-2a39-4b33-8cc7-5360f501c3f3.png" alt="385552490-cef0cac0-2a39-4b33-8cc7-5360f501c3f3.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">SciTE is another Scintilla editor with the same issue when DirectWrite is off (meaning, the <a href="https://www.scintilla.org/SciTEDoc.html#property-technology" rel="nofollow ugc">technology</a> option is <code>0</code>).</p>
<p dir="auto"><img src="/assets/uploads/files/1732135481449-scite-553-no-d2d.gif" alt="scite-553-no-D2D.gif" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/98027</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98027</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Wed, 20 Nov 2024 20:46:40 GMT</pubDate></item><item><title><![CDATA[Reply to Since updat strong flickering on Wed, 20 Nov 2024 10:44:46 GMT]]></title><description><![CDATA[<p dir="auto">I’m having this same problem since upgrading to 8.7.X (32-bit). I launched with -noPlugin since I assumed it was a plugin problem but the issues persist.</p>
<p dir="auto">The flickering seems to be between two states, the previous before a change and after whatever change you make, including highlight changes. The flickering happens together with the cursor blink. I also have stuck modifier keys. The only way to unstick them is to cause the flicker to happen again and then tap the keys.</p>
<p dir="auto">It’s quite a weird bug. It’s like there are two buffered states in scintilla and they’re both active at the same time until something causes one or the other to update.</p>
<p dir="auto">Notepad++ v8.7   (32-bit)<br />
Build time : Sep 17 2024 - 17:07:51<br />
Path : G:\Program Files\Notepad++\notepad++.exe<br />
Command Line : -noPlugin<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
Cloud Config : G:\Users\Chuck\Google Drive\NP++<br />
Periodic Backup : ON<br />
OS Name : Windows 11 Enterprise (64-bit)<br />
OS Version : 24H2<br />
OS Build : 26100.2314<br />
Current ANSI codepage : 1252<br />
Plugins : none</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98019</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98019</guid><dc:creator><![CDATA[CptTwinkie]]></dc:creator><pubDate>Wed, 20 Nov 2024 10:44:46 GMT</pubDate></item><item><title><![CDATA[Reply to Since updat strong flickering on Wed, 30 Nov 2022 15:11:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-vincent" aria-label="Profile: Michael-Vincent">@<bdi>Michael-Vincent</bdi></a> said in <a href="/post/82106">Since updat strong flickering</a>:</p>
<blockquote>
<p dir="auto">You say 8.4.5 works OK for you?</p>
</blockquote>
<p dir="auto">Before this version I did not see this disturbance. I am not absolutly shure when it really startet. But now it is constant.<br />
I just tried another browser and than another program. Always NPP tries to ‘reorganize’ itself. It is obviously not bound to any programm, but the shift of focus in Windows itself.<br />
Regards</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82143</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82143</guid><dc:creator><![CDATA[rwblues]]></dc:creator><pubDate>Wed, 30 Nov 2022 15:11:43 GMT</pubDate></item><item><title><![CDATA[Reply to Since updat strong flickering on Tue, 29 Nov 2022 14:49:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rwblues" aria-label="Profile: rwblues">@<bdi>rwblues</bdi></a></p>
<p dir="auto">I’m on Windows 10 x64 and don’t have the issues.  I don’t have a Win8.1 to test with.  I have seen issues similar to what you describe, some flickering in the edit component when typing, but that was due to a misbehaving plugin.  Your debug shows only 2 plugins, both of which I too have installed and have never had issues with.</p>
<p dir="auto">I’m not quite sure where to go with this.  There were <a href="https://www.scintilla.org/ScintillaHistory.html" rel="nofollow ugc">Scintilla updates</a> (the edit component of Notepad++) in the last 2 updates:</p>
<p dir="auto">Notepad++ v8.4.7 enhancements and bug-fixes :<br />
3.   Update to Scintilla 5.3.1 and Lexilla 5.2.0.</p>
<p dir="auto">Notepad++ v8.4.6 enhancements and bug-fixes :<br />
3.  Update to Scintilla 5.3.0 and Lexilla 5.1.9</p>
<p dir="auto">The 5.3.0 update doesn’t mention anything specific, but 5.3.1 does have some Win32 fixes dealing with scrolling.  Perhaps that is causing your issues?  You say 8.4.5 works OK for you?</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82106</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82106</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Tue, 29 Nov 2022 14:49:49 GMT</pubDate></item><item><title><![CDATA[Reply to Since updat strong flickering on Tue, 29 Nov 2022 14:32:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-vincent" aria-label="Profile: Michael-Vincent">@<bdi>Michael-Vincent</bdi></a><br />
here it is:</p>
<p dir="auto">Notepad++ v8.4.7   (64-bit)<br />
Build time : Nov  1 2022 - 23:31:11<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Command Line : “C:\Users\rwbdev\AppData\Local\Temp\Temp1_dzEditorLineEndsFix_1.0.4.zip\readme.txt”<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
Cloud Config : OFF<br />
OS Name : Windows 8.1 Pro (64-bit)<br />
OS Build : 9600.19505<br />
Current ANSI codepage : 1252<br />
Plugins :<br />
AutoSave (1.6)<br />
NppExport (0.4)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82104</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82104</guid><dc:creator><![CDATA[rwblues]]></dc:creator><pubDate>Tue, 29 Nov 2022 14:32:15 GMT</pubDate></item><item><title><![CDATA[Reply to Since updat strong flickering on Tue, 29 Nov 2022 14:09:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rwblues" aria-label="Profile: rwblues">@<bdi>rwblues</bdi></a></p>
<p dir="auto">Please start with pasting your Debug info here:</p>
<p dir="auto">Menu in Notepad++ =&gt; “?” =&gt; “Debug Info…”</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82103</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82103</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Tue, 29 Nov 2022 14:09:44 GMT</pubDate></item></channel></rss>