<?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[Ease values in-between range]]></title><description><![CDATA[<p dir="auto">Hi<br />
You can see there are two “MouseMove” commands with the first one’s values (x=0;y=0) and the seconds one’s value’s are (x=-24;y=36)<br />
Is the a way to efficiently add more lines easing in from 0 to -24, for example there would be another command in the middle with values (-12:18)<br />
Thanks<br />
<img src="/assets/uploads/files/1603240441504-mousemoveevent.png" alt="MouseMoveEvent.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20190/ease-values-in-between-range</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 22:47:03 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20190.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Oct 2020 00:39:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ease values in-between range on Wed, 21 Oct 2020 19:58:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> Just got done trying it out, works wonderfully, many thanks :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58943</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58943</guid><dc:creator><![CDATA[Andrew Wardle]]></dc:creator><pubDate>Wed, 21 Oct 2020 19:58:46 GMT</pubDate></item><item><title><![CDATA[Reply to Ease values in-between range on Wed, 21 Oct 2020 13:10:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> Thank you ! this helps alot, I’ll try this out tonight :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58928</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58928</guid><dc:creator><![CDATA[Andrew Wardle]]></dc:creator><pubDate>Wed, 21 Oct 2020 13:10:18 GMT</pubDate></item><item><title><![CDATA[Reply to Ease values in-between range on Wed, 21 Oct 2020 10:33:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrew-wardle" aria-label="Profile: Andrew-Wardle">@<bdi>Andrew-Wardle</bdi></a></p>
<p dir="auto">In this particular situation I would do the following,<br />
note, assuming you have xml tools plugin installed and that<br />
delay tag as well as type tag keep their values.</p>
<ol>
<li>copy the block into e new buffer</li>
</ol>
<pre><code>&lt;MouseMovement&gt;
	&lt;Type&gt;3&lt;/Type&gt;
	&lt;x&gt;0&lt;/x&gt;
	&lt;y&gt;0&lt;/y&gt;
	&lt;Delay&gt;7&lt;/Delay&gt;
&lt;/MouseMovement&gt;
</code></pre>
<ol start="2">
<li>goto <em><strong>plugins-&gt;xml tools-&gt;linearize xml</strong></em></li>
</ol>
<pre><code>&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
</code></pre>
<ol start="3">
<li>press ctrl+d as many times as you want it to be replicated</li>
</ol>
<pre><code>&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
&lt;MouseMovement&gt;&lt;Type&gt;3&lt;/Type&gt;&lt;x&gt;0&lt;/x&gt;&lt;y&gt;0&lt;/y&gt;&lt;Delay&gt;7&lt;/Delay&gt;&lt;/MouseMovement&gt;
</code></pre>
<ol start="4">
<li>put the caret after &lt;x&gt; and press and hold SHIFT+ALT and use down arrow key to create a rectangular selection</li>
<li>press the del key to get rid of the initial value</li>
<li>start column editor (menu <strong>edit-&gt;column editor</strong>) and set your start end end number. (you can’t set negative values) press enter.</li>
<li>repeat the step for y value</li>
<li>Create another rectangular selection and add the minus sign</li>
<li>goto <em><strong>plugins-&gt;xml tools-&gt;pretty print … with line breaks</strong></em></li>
</ol>
<p dir="auto">Sounds alot of steps but is done within seconds.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58913</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58913</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 21 Oct 2020 10:33:33 GMT</pubDate></item><item><title><![CDATA[Reply to Ease values in-between range on Wed, 21 Oct 2020 01:00:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrew-wardle" aria-label="Profile: Andrew-Wardle">@<bdi>Andrew-Wardle</bdi></a> said in <a href="/post/58900">Ease values in-between range</a>:</p>
<blockquote>
<p dir="auto">Is the a way to efficiently add more lines easing in from 0 to -24</p>
</blockquote>
<p dir="auto">I think you are hoping that a regular expression (regex) would read the 24 and the 0, then find a “middle” number and produce another set of intermediate instructions. A regex cannot perform mathematical calculations, so for any high number and any low number it cannot calculate a middle number.</p>
<p dir="auto">However all is not lost, as Notepad++ also supports other programming languages and also plugins. PythonScript is a well supported language (and well used by Notepad++ users), but it would require learning it to do your task or relying on someone within this forum to produce a program for you.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58903</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58903</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Wed, 21 Oct 2020 01:00:40 GMT</pubDate></item><item><title><![CDATA[Reply to Ease values in-between range on Wed, 21 Oct 2020 00:41:12 GMT]]></title><description><![CDATA[<p dir="auto">PS, I’m new to notepad++</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58901</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58901</guid><dc:creator><![CDATA[Andrew Wardle]]></dc:creator><pubDate>Wed, 21 Oct 2020 00:41:12 GMT</pubDate></item></channel></rss>