<?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[Add the same amount to every selected value?]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I’m not a programmer, but I’ve found a few uses for Notepad ++ every now and again for tweaking a softcoded value or two in applications I use. I have a task where I need to add or subtract the same amount to multiple values that are separated from each other.</p>
<p dir="auto"><img src="/assets/uploads/files/1653847840740-capture.png" alt="Capture.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">These for example all need to be changed by the exact same amount even though they are different values. There’s a fair amount of them so doing them one by one and adding a value manually is prone to mistakes and takes a lot of time.</p>
<p dir="auto">I’ve figured out how to use multi-edit to select multiple values, but no luck figuring out how to add or subtract to every selected value. All I’ve been able to figure out is how to make them all the same value, or make them increase in value starting at a number. If I could add say 200 to every selected value, it would save me a lot of time. Does anyone know how I might be able to do this?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23047/add-the-same-amount-to-every-selected-value</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 07:55:12 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23047.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 May 2022 18:15:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add the same amount to every selected value? on Tue, 31 May 2022 00:25:31 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Well, <a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a>, I suppose you could begin with this very <strong>simple</strong> script, named <strong><code>diz.py</code></strong></p>
<pre><code class="language-py">def player_1(m):
    return str(int(m.group(1)) + X1) + ', ' + str(int(m.group(2)) + Y1)

def player_2(m):
    return str(int(m.group(1)) + X2) + ', ' + str(int(m.group(2)) + Y2)

editor.rereplace('"player1": \\[\K(-?[0-9]+), (-?[0-9]+)', player_1);

editor.rereplace('"player2": \\[\K(-?[0-9]+), (-?[0-9]+)', player_2);
</code></pre>
<p dir="auto"><strong>Before</strong> running the script, of course, change the <strong><code>X1</code></strong>, <strong><code>Y1</code></strong>, <strong><code>X2</code></strong> and <strong><code>Y2</code></strong> values for <strong>true</strong> positive or negative <strong>integers</strong> ( e.g. <strong><code>+7</code></strong> or <strong><code>-3</code></strong> )</p>
<p dir="auto">It should work nicely with <strong>your</strong> text posted <a href="https://community.notepad-plus-plus.org/post/77125">here</a></p>
<hr />
<p dir="auto">In a <strong>next</strong> step, it would be better to <strong>enter</strong> the different values with, for instance, the <strong><code>notepad.prompt</code></strong> python command and assign the <strong><code>4</code></strong> <strong>typed</strong> numbers to the <strong><code>X1</code></strong>, <strong><code>X1</code></strong>, <strong><code>X2</code></strong> and <strong><code>Y2</code></strong> variables…</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77163</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77163</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Tue, 31 May 2022 00:25:31 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 19:37:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> said in <a href="/post/77137">Add the same amount to every selected value?</a>:</p>
<blockquote>
<p dir="auto">he is a rapper by night,</p>
</blockquote>
<p dir="auto">I have never been accused of that particular moonlighting before…</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: Diz-Hydron">@<bdi>Diz-Hydron</bdi></a> ,</p>
<blockquote>
<p dir="auto">Is my understanding of that part correct?</p>
</blockquote>
<p dir="auto">That seems a reasonable summary of the process.</p>
<p dir="auto">If <em>nothing</em> happens, I would tell PythonScript to show the console, and you can look to see if there is an error message.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77158</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77158</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 30 May 2022 19:37:34 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 19:37:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a> said in <a href="/post/77156">Add the same amount to every selected value?</a>:</p>
<blockquote>
<p dir="auto">Is my understanding of that part correct?</p>
</blockquote>
<p dir="auto">Sounds right, although for sure don’t bother with the shortcut key thing right out of the box.  That would only be useful if this whole thing actually works for you, and if you need to do it multiple times.  Just run the script from the menus to start with.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77157</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77157</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 30 May 2022 19:37:07 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 18:51:56 GMT]]></title><description><![CDATA[<p dir="auto">I appreciate all the help! I’ll need to get to this a bit later though. Busy day today.</p>
<p dir="auto">In the meantime, I’d like to make sure that I’m not trying to drive the car without the key and make sure I understand how to run a plugin in the first place.</p>
<p dir="auto">First, I go plugins/python script/new script. Then, I populate the file with the script I want to run and save it to the scripts folder. Finally, I open the text that I want the script to change, use a shortcut key as described in the FAQ, or run it by selecting plugins/python script/scripts/“Custom Script” Then if the script works, it should apply the change.</p>
<p dir="auto">Is my understanding of that part correct? I can take a closer look at fixing the script itself a bit later.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77156</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77156</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Mon, 30 May 2022 18:51:56 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 11:18:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> said in <a href="/post/77142">Add the same amount to every selected value?</a>:</p>
<blockquote>
<p dir="auto">editor.rereplace(‘“player1”: \[\K-?\d+’)</p>
</blockquote>
<p dir="auto">Because it includes backslashes, probably want this instead:</p>
<p dir="auto"><code>editor.rereplace(r'"player1": \\[\K-?\d+')</code></p>
<p dir="auto">(note the leading <code>r</code>)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77145</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77145</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 30 May 2022 11:18:56 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 04:43:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> said in <a href="/post/77137">Add the same amount to every selected value?</a>:</p>
<blockquote>
<p dir="auto">In other words, go back to the original script you showed (after “Ok, Everything is installed…”) and replace line 9 with editor.rereplace(‘“player1”: [\K-?\d+’)</p>
</blockquote>
<p dir="auto">Oh, heck, it was me that introduced the dropped backslash…</p>
<p dir="auto"><code>editor.rereplace('"player1": \\[\K-?\d+')</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/77142</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77142</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 30 May 2022 04:43:06 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 04:39:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> said in <a href="/post/77139">Add the same amount to every selected value?</a>:</p>
<blockquote>
<p dir="auto">while also protecting against being altered by this forum’s software</p>
</blockquote>
<p dir="auto">Yeah, annoyingly and amusingly, there’s a flaw in that text box rendering code, and it impacts text that’s part of this discussion:</p>
<pre><code class="language-txt">unfortunately, &lt;backslash&gt;&lt;left brace&gt; renders as: \[
so you need &lt;backslash&gt;&lt;backslash&gt;&lt;left brace&gt; in order to make this appear: \\[
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/77141</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77141</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 30 May 2022 04:39:04 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 04:29:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a> Also, if you want to apologize for a typo, here’s a much better candidate: in your prior attempt, the (much needed) backslash before the left brace is missing.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77140</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77140</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 30 May 2022 04:29:37 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 03:59:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a> Let’s just first verify core functionality by asking the script to do something very simple: use <code>'47'</code> inside the parentheses, and see if the 47 for player1 under singRIGHT line undergoes the change.</p>
<p dir="auto">Also, it’s much preferred that you place your scripts in</p>
<pre><code class="language-txt">a literal text box like this
</code></pre>
<p dir="auto">using lines with triple backquotes as explained <a href="https://community.notepad-plus-plus.org/topic/21925/faq-desk-formatting-forum-posts">here</a>; look for <em>Literal Text Blocks</em> and <em>Red Typewriter Text</em>. It’s preferred over images because it enables text copying while also protecting against being altered by this forum’s software.</p>
<blockquote>
<p dir="auto">Also, my apologies for the typo. It was not intentional, nor was it my intention to offend.</p>
</blockquote>
<p dir="auto">I was only being silly. Some typos are too delicious to pass over without comment.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77139</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77139</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 30 May 2022 03:59:37 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 03:25:15 GMT]]></title><description><![CDATA[<p dir="auto">Is this correct? Still doesn’t seem to be doing anything when I try to run it. Then again, maybe my attempts at running it/defining the values are the problem. I know nothing about python.</p>
<p dir="auto"><img src="/assets/uploads/files/1653880981344-5-resized.png" alt="5.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also, my apologies for the typo. It was not intentional, nor was it my intention to offend.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77138</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77138</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Mon, 30 May 2022 03:25:15 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 03:10:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a> Alan’s intention was that you revise the search criteria in the editor.rereplace function call (which identifies every instance of the targeted numeric fields to undergo the math operation and replacement).</p>
<p dir="auto">In other words, go back to the original script you showed (after “Ok, Everything is installed…”) and replace line 9 with <code>editor.rereplace('"player1": \[\K-?\d+')</code></p>
<blockquote>
<p dir="auto">Didn’t see anything like that in the FAQ linked by PeterJonez.</p>
</blockquote>
<p dir="auto">Although he is a rapper by night, in this forum we try to stick with his daytime persona, that of a software professional.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77137</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77137</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 30 May 2022 03:10:33 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 01:00:22 GMT]]></title><description><![CDATA[<p dir="auto">I don’t know how to properly implement the string you provided, but I gave it a shot. Didn’t do anything when I ran the script.</p>
<p dir="auto"><img src="/assets/uploads/files/1653872398259-test-resized.png" alt="test.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here’s what I have. I’m guessing I need to do something in line 3.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77135</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77135</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Mon, 30 May 2022 01:00:22 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Mon, 30 May 2022 00:50:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a></p>
<p dir="auto">If you search for this, you’ll see it only hits player1 values:</p>
<p dir="auto">Find: <code>"player1": \\[\K-?\d+</code><br />
Search mode: Regular expression</p>
<p dir="auto">That might be the key to understanding enough for the scripted solution shown above to do the job for you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77134</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77134</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 30 May 2022 00:50:35 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 20:55:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi! Thanks for getting back to me!</p>
<p dir="auto">I’m having a little bit of trouble understanding what you’re saying, but I think I get the gist. If it finds values instead of selecting them then I’m not too sure it would work. I have a lot of values and many of them are the same, but I need to be specific about which change. Here’s a bit more of what I’m working with.</p>
<p dir="auto"><img src="/assets/uploads/files/1653856766063-4.png" alt="4.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">What I’m trying to do is to quickly be able to change every X or Y value for player 1 or 2 by a set amount and speed up the workflow.</p>
<p dir="auto">the values after player 1 and 2 define X and Y values. If I told the program to find every instance of 15 and add 100 for example, then it would presumably change the values for player 1 and 2. I could try and define it as “player1”: [ then the value afterward, but I’d need to type that out for every value I’d want to change and that takes as much work, if not more than just changing them manually. Unless there’s some way to define a chunk of characters as a variable. For example, “player1”: [X where X = every character prior to the , that separates the X from Y co-ordinate. Y may be possible too if I can exclude chunks of characters as in “player1”: [X, Y where X is any characters between [ and , and Y is the value to be changed.</p>
<p dir="auto">I don’t even know if groupings of characters is definable in python. I just said it because I could see things getting complicated with double/triple-digit and negative numbers. From what you’re saying though it sounds like I’d need to manually put in “player1”: [ for every player 1 X value in order to get this mehtod to work. At that point, it’s slower than just adding a set amount to each value manually.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77125</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77125</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Sun, 29 May 2022 20:55:50 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 20:30:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a></p>
<p dir="auto">So the script acts on something that is “found”, not something that is “selected”.  Unfortunately, you didn’t show enough of your sample data for us to give you any help on writing a find expression for it, but the hint of what you gave seems to have something of a pattern to it (which it would need, to be findable).</p>
<p dir="auto">If you’re still having trouble seeing this, try seeing what the sample script does when you run it; or read the comments in the script.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77124</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77124</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 29 May 2022 20:30:06 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 19:50:41 GMT]]></title><description><![CDATA[<p dir="auto">Ok, Everything is installed and I’ve created the new script. The problem now is the script itself.</p>
<p dir="auto"><img src="/assets/uploads/files/1653853296803-3.png" alt="3.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">From what I can tell with my limited knowledge of programming, this is pretty simple. The first line defines the change to be made. No clue what the second line does, 4-7 are comments, and line 9 applies the change to any value that matches the value in the parentheses. In this case, ‘X([0-9]+)’</p>
<p dir="auto">I’m guessing that this value can be changed to any other value manually.</p>
<p dir="auto">It sounded like Alen was saying there’s a “find” operation that will replace this value with whatever is currently highlighted. I’d assume that it would also be able to use multiple different values as well. In other words, this needs a line that defines what is to be the subject of the change be defined as all values highlighted. As to what that operation is, I have no idea. Didn’t see anything like that in the FAQ linked by PeterJonez.</p>
<p dir="auto">I think this is where I get stuck. Anyone know what I need to do next?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77123</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77123</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Sun, 29 May 2022 19:50:41 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 19:36:11 GMT]]></title><description><![CDATA[<p dir="auto">Thanks!</p>
<p dir="auto">I’ll take a look and see if I can figure this out. I’ll come back if I have any questions.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77122</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77122</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Sun, 29 May 2022 19:36:11 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 19:30:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a> said in <a href="/post/77120">Add the same amount to every selected value?</a>:</p>
<blockquote>
<p dir="auto">I have no idea how to run a program like this or make it work with Notepad ++.<br />
I’d appreciate some advice on that front if you would be willing to provide some assistance.</p>
</blockquote>
<p dir="auto">Fortunately, I recently wrote a generic set of instructions for how to install the plugin and use it to run scripts like the one Alan linked you to: see the new <a href="https://community.notepad-plus-plus.org/topic/23039/faq-desk-how-to-install-and-run-a-script-in-pythonscript">FAQ entry</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/77121</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77121</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 29 May 2022 19:30:02 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 19:07:16 GMT]]></title><description><![CDATA[<p dir="auto">Ok, it sounds like it is possible then. That being said, I’m still a total programming noob. This program looks simple enough though. It sounds like I’d need to add a function that defines the values based on what I’ve selected and that said function is missing from the example you gave me. Nor do I know how to even start looking for how to write such a function. On top of that, I have no idea how to run a program like this or make it work with Notepad ++.</p>
<p dir="auto">I’d appreciate some advice on that front if you would be willing to provide some assistance.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77120</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77120</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Sun, 29 May 2022 19:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 19:00:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a></p>
<p dir="auto">Ok, so maybe I misinterpreted your original posting.  I now notice that you’ve said:</p>
<blockquote>
<p dir="auto">I’ve figured out how to use multi-edit to select multiple values</p>
</blockquote>
<p dir="auto">These postings usually go where someone gets a selection via a “find” operation.  That’s what my solution suggestion was geared for.</p>
<p dir="auto">And if you could come up with an appropriate “find” expression to match the data that you’ve manually selected, you can use my suggested solution (it’s just a matter of changing “plus 1” in the example to the “plus 200” that you need – an easy change).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77119</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77119</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 29 May 2022 19:00:06 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 18:32:43 GMT]]></title><description><![CDATA[<p dir="auto">Hmm. Unfortunate.</p>
<p dir="auto">It looks like what you’ve listed replaces a predetermined value that’s been manually defined. Idk if that value is automatically set to display the value selected, but at least in my ignorance it still looks like I’d need to input each value manually into the program.</p>
<p dir="auto">Does anyone know of any other tool like Notepad ++ that might do the trick? I still find Notepad ++ to be really useful, but I’d still like to save time if possible.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77116</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77116</guid><dc:creator><![CDATA[Diz Hydron]]></dc:creator><pubDate>Sun, 29 May 2022 18:32:43 GMT</pubDate></item><item><title><![CDATA[Reply to Add the same amount to every selected value? on Sun, 29 May 2022 18:21:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diz-hydron" aria-label="Profile: diz-hydron">@<bdi>diz-hydron</bdi></a> said in <a href="/post/77114">Add the same amount to every selected value?</a>:</p>
<blockquote>
<p dir="auto">I’m not a programmer</p>
</blockquote>
<p dir="auto">Alas the only way to do this in Notepad++ is <em>via</em> programming.</p>
<p dir="auto">There are a lot of forum postings about this topic; perhaps a good one to have a look at is <a href="https://community.notepad-plus-plus.org/topic/20082/replace-all-values-of-a-variable-by-half">HERE</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77115</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77115</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 29 May 2022 18:21:51 GMT</pubDate></item></channel></rss>