<?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[Cursor offset, hard to work with Notpad++]]></title><description><![CDATA[<p dir="auto">Hi,<br />
since some weeks I run into a problem:</p>
<p dir="auto">There is an offset between the cursor and the position, where the action takes place.</p>
<p dir="auto"><img src="/assets/uploads/files/1685468443386-screenshot-2023-05-30-193942.png" alt="Screenshot 2023-05-30 193942.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here the cursor is where the black line is, but hitting &lt;DEL&gt; the charcter ‘r’ is deleted and ‘n’ survives…</p>
<p dir="auto">Its hard to edit text files which this editor, sorry.</p>
<p dir="auto">Newest version running on Win 10 Pro.</p>
<p dir="auto">With best regards</p>
<p dir="auto">Gerhard</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24509/cursor-offset-hard-to-work-with-notpad</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 02:20:54 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24509.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 May 2023 17:45:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cursor offset, hard to work with Notpad++ on Tue, 30 May 2023 19:20:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gerhardkreuzer" aria-label="Profile: GerhardKreuzer">@<bdi>GerhardKreuzer</bdi></a> said in <a href="/post/86672">Cursor offset, hard to work with Notpad++</a>:</p>
<blockquote>
<p dir="auto">Its hard to edit text files which this editor, sorry.</p>
</blockquote>
<p dir="auto">Then you are doing something wrong.</p>
<p dir="auto">Here is a video screen capture of me moving the caret (the vertical typing bar) after the n, after the r, and after the space, and hitting the DELETE key each time (and undo each).  All three delete the character to the right of the caret, as they are supposed to.<br />
<img src="https://camo.nodebb.org/5e00e07721f39d8e1f65ecba3dfb0db4c5c3cf9c?url=https%3A%2F%2Fi.imgur.com%2FICWG5an.gif" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">As a reminder, DELETE deletes the key to the right of the caret; BACKSPACE deletes the character to the left of the caret.</p>
<p dir="auto">Idea: there is <strong>Settings &gt; Preferences &gt; Editing</strong> configuration in the section <strong>Caret Settings</strong>.  It defaults to <code>Width: 1</code>, but I am wondering if you have <code>Width: Block After</code> selected instead.  If you do that, the caret before the <code>r</code> will look like this:<br />
<img src="/assets/uploads/files/1685474409838-47dc4878-4321-43b3-8837-bcf2e5b7ed6b-image.png" alt="47dc4878-4321-43b3-8837-bcf2e5b7ed6b-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/86678</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/86678</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 30 May 2023 19:20:50 GMT</pubDate></item><item><title><![CDATA[Reply to Cursor offset, hard to work with Notpad++ on Tue, 30 May 2023 19:01:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: Lycan-Thrope">@<bdi>Lycan-Thrope</bdi></a> said in <a href="/post/86674">Cursor offset, hard to work with Notpad++</a>:</p>
<blockquote>
<p dir="auto">My first impression of your graphic explanation will seem wierd,</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gerhardkreuzer" aria-label="Profile: GerhardKreuzer">@<bdi>GerhardKreuzer</bdi></a></p>
<p dir="auto">Graphic <strong>and</strong> explanation together seem weird.  Pressing <code>DEL</code> should not even delete the <code>n</code> character if indeed the manually drawn black line is the caret.  It should be deleting the presumed space between the <code>n</code> and the <code>0</code> characters.  The <code>Backspace</code> should “delete” the <code>n</code> character.</p>
<p dir="auto">You say “newest version” but please as <a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: Lycan-Thrope">@<bdi>Lycan-Thrope</bdi></a> suggests, provide the menu ?=&gt;Debug Info…  output.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/86676</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/86676</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Tue, 30 May 2023 19:01:58 GMT</pubDate></item><item><title><![CDATA[Reply to Cursor offset, hard to work with Notpad++ on Tue, 30 May 2023 18:34:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gerhardkreuzer" aria-label="Profile: GerhardKreuzer">@<bdi>GerhardKreuzer</bdi></a> ,<br />
You’ll need to provide more information, Gerhard. Especially you should provide your configuration information by going to <code>?-&gt;Debug Info...</code> and copying it to your clipboard to be pasted into a message here.</p>
<p dir="auto">My first impression of your graphic explanation will seem wierd, but I see numbers with spaces and then the rn close together, suggesting to me, that it may be some kind of code page character I’m unfamiliar with. This is a guess, since I can’t see any debug info that shows your codepage, configuration, plugins, etc., so take that with a grain of salt and bring that information and possibly a ‘real’ screenshot of the behavior so someone more qualified than me can intelligently assist you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/86674</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/86674</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Tue, 30 May 2023 18:34:50 GMT</pubDate></item></channel></rss>