<?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[Enhance "Go to line" functionality]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Is that possible to enhance “Go to line” function (Ctrl-G) with history handling feature (history list with selection and repeat) like in “Search” function (CTRL-F)?<br />
It will be very usefull.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17565/enhance-go-to-line-functionality</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 09:14:33 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17565.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 May 2019 08:47:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Sun, 26 May 2019 09:13:39 GMT]]></title><description><![CDATA[<p dir="auto">Obviously this requirements come from our browser experience.<br />
Browser made us used to split interactions into <strong>normal</strong> (like page down) and <strong>jumps</strong> (mostly hyperlinks) and it maintains history for <strong>jumps</strong> that allow us to perform <strong>back</strong>.</p>
<p dir="auto">So the basic analogy is to split Notepad++ caret movements and file switching transitions into <strong>normal</strong> and <strong>jumps</strong> and keep history of <strong>jumps</strong> in order to implement <strong>back</strong>. We would still argue if <strong>GoTo line</strong> is normal or jump.</p>
<p dir="auto">One major difference is that browsing is read-only. It is easy to go <strong>back</strong> to a page that does not change. It doesn’t work as well if the <strong>jumps</strong> history refers to text I just heavily modified. Nevertheless code developers spend so much time browsing lots of code in order to make very few modifications that even less then perfect solution could still be useful.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43837</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43837</guid><dc:creator><![CDATA[gstavi]]></dc:creator><pubDate>Sun, 26 May 2019 09:13:39 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Wed, 22 May 2019 16:50:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a><br />
Thanks, maybe I’ll try, if I find any time for it.</p>
<p dir="auto">Regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43704</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43704</guid><dc:creator><![CDATA[Marek Stankowski]]></dc:creator><pubDate>Wed, 22 May 2019 16:50:46 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Mon, 13 May 2019 17:17:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marek-stankowski" aria-label="Profile: Marek-Stankowski">@<bdi>Marek-Stankowski</bdi></a></p>
<p dir="auto">You seem to know what you want.  Why don’t you write a plugin?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43271</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43271</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 13 May 2019 17:17:11 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Mon, 13 May 2019 16:38:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a><br />
Than you for trying :)<br />
So, I see it by adding three features (two from Search window) to the GoToLine applet:</p>
<ol>
<li>When you open GoToLine applet previous wrote value is selected,</li>
<li>When you write line number in GotoLine window previous wrote suitable number from history is suggested (this is new, not necessary, not from Search, but could be adopted in Search window with its benefit),</li>
<li>When you press arrow on the right side of edit bar you get GoToLine history list (it would be good complete numbers with file name in brackets, but only to inform, not to go to other file) with select possibility.</li>
</ol>
<p dir="auto">“Search” applet with selected features to export to GoToLine applet:<br />
<img src="https://i.imgur.com/8oHaXJ6.png" alt="Imgur" class=" img-fluid img-markdown" /><br />
Actual “GoToLine” applet to modify:<br />
<img src="https://i.imgur.com/8AHqetI.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<p dir="auto">I described “full” version, but simpler may be without p. 2) and file names in p. 3).<br />
:)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43270</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43270</guid><dc:creator><![CDATA[Marek Stankowski]]></dc:creator><pubDate>Mon, 13 May 2019 16:38:32 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Thu, 09 May 2019 14:52:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marek-stankowski" aria-label="Profile: Marek-Stankowski">@<bdi>Marek-Stankowski</bdi></a></p>
<p dir="auto">So still struggling to see the usefulness with the aforementioned insert/delete lines problem, but I could get over that, say for readonly files where that is not possible…</p>
<p dir="auto">Now I’m struggling with is, if you see a history list of line numbers, is it really memory jogging what is at which line number, and why you might want to go there?</p>
<p dir="auto">Sadly I don’t have your usage need, but I am trying to understand…</p>
<p dir="auto">So, getting over all that, I started thinking about how this might work.  Suppose you say “show me the history” and then something like this pops up:</p>
<p dir="auto"><img src="https://i.imgur.com/ZISC2aX.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thus, what was previously added to the history was, in order, line 40, line 3, 60, 22 and 35.</p>
<p dir="auto">So say you wanted to go to line 3…you could jump your caret into the text and put a <code>g</code> (for <em>goto</em>) after the 3, like so:</p>
<p dir="auto"><img src="https://i.imgur.com/MakKVjG.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<p dir="auto">And then when you press OK, you would be jumped to the start of line 3.</p>
<p dir="auto">Is something like that a reasonable way to use this feature?  (I’m trying to stay within the parameters of what it is possible to <em>script</em>).</p>
<p dir="auto">But really, I’m trying to <em>get it</em>.  :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43169</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43169</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 09 May 2019 14:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Thu, 09 May 2019 10:19:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a><br />
Let’s try once again…</p>
<ol>
<li>I’m looking for simply (!) solution – which enhance “goto line function” with history. Maybe you know any plugin, where someone already done it? Or maybe it is as simple and needed by many users to make it in npp app?</li>
<li>„Go to line” I use frequently in debugging process, when can’t predict if and how many times must go to specified place in code. History will help jumping to various places (lines) in code, indicated in debugger.</li>
<li>„Bookmarks” is useful, but not in above process. I use it to mark main places, which I assume to use in the future.</li>
<li>Don’t worry about precision. I wrote about „not necessary precision” only to answer to your note about messing in “goto line history” by line insertion and deletion. In described way of work it is generally not problem for me to hit few lines closer or further.</li>
</ol>
<p dir="auto">I hope, now that is clear for you (?)<br />
If you do not understand something or find language mistakes, point, please, sentence or word, which make you trouble. Then I’ll try to correct or maybe decide to abandon discussion to not waste your and my time.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43145</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43145</guid><dc:creator><![CDATA[Marek Stankowski]]></dc:creator><pubDate>Thu, 09 May 2019 10:19:16 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Thu, 09 May 2019 09:46:55 GMT]]></title><description><![CDATA[<p dir="auto">Thank you. I installed and tried this plugin. Even it looks good (ommiting display mistakes), this is not solution for my described process. It remembers all movements (or near to all depend on config), too much and too hard for manage.<br />
I assume to use it in other tasks.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43144</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43144</guid><dc:creator><![CDATA[Marek Stankowski]]></dc:creator><pubDate>Thu, 09 May 2019 09:46:55 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Mon, 06 May 2019 20:40:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marek-stankowski" aria-label="Profile: Marek-Stankowski">@<bdi>Marek-Stankowski</bdi></a></p>
<p dir="auto">I’ve been thinking several times about a jump (with mouse click or bookmark) history that can be walked through if needed.</p>
<p dir="auto">The “Location Navigate” plugin is a bit like this, and in some cases it has been very useful for me, It would be worth trying it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42957</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42957</guid><dc:creator><![CDATA[Laszlo Botka]]></dc:creator><pubDate>Mon, 06 May 2019 20:40:55 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Mon, 06 May 2019 17:49:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marek-stankowski" aria-label="Profile: Marek-Stankowski">@<bdi>Marek-Stankowski</bdi></a> said:</p>
<blockquote>
<p dir="auto">But it was not reply to my qustion about „go to line” history</p>
</blockquote>
<p dir="auto">Well, I for one didn’t really understand your description; sorry maybe a language barrier.  If you care to try again (maybe some really concrete examples help?), we are certainly here to listen. :)</p>
<blockquote>
<p dir="auto">It does not have to be precise</p>
</blockquote>
<p dir="auto">This worries me.  Implementers don’t like to do things that are intentionally not precise.  It creates a technical support nightmare as a flood of “this feature isn’t working right!” bug reports.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42947</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42947</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 06 May 2019 17:49:47 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Mon, 06 May 2019 17:41:58 GMT]]></title><description><![CDATA[<p dir="auto">Thank you both men once again for your help and discusion about Bookmarks and Manager.<br />
But it was not reply to my qustion about „go to line” history and you didn’t answer to my sugestion.<br />
What do you expect? Wasn’t my description clear enough?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42946</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42946</guid><dc:creator><![CDATA[Marek Stankowski]]></dc:creator><pubDate>Mon, 06 May 2019 17:41:58 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Mon, 06 May 2019 09:15:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/laszlo-botka" aria-label="Profile: Laszlo-Botka">@<bdi>Laszlo-Botka</bdi></a></p>
<p dir="auto">Well, sometimes some hurdles must be overcome.  :)</p>
</blockquote>
<p dir="auto">But not with pleasure.</p>
<blockquote>
<p dir="auto">Functionality that exists in a plugin, even an old one, is rarely ever integrated natively.</p>
</blockquote>
<p dir="auto">Well, i know two of these “rare” editors, but I don’t like to use two editors alternately. Of course, sometimes you have to.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42924</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42924</guid><dc:creator><![CDATA[Laszlo Botka]]></dc:creator><pubDate>Mon, 06 May 2019 09:15:53 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Sun, 05 May 2019 12:43:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/laszlo-botka" aria-label="Profile: Laszlo-Botka">@<bdi>Laszlo-Botka</bdi></a></p>
<p dir="auto">Well, sometimes some hurdles must be overcome.  :)</p>
<p dir="auto">Functionality that exists in a plugin, even an old one, is rarely ever integrated natively.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42921</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42921</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 05 May 2019 12:43:34 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Sun, 05 May 2019 10:36:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan" aria-label="Profile: Alan">@<bdi>Alan</bdi></a> Kilborn</p>
<p dir="auto">Yes, it’s Bookmark Manager, the older version 0.1.0.86 works fine.<br />
However it’s not maintained, not compatible with Plugin Admin.<br />
It can be installed with Plugin Manager, but at first the manager have to be installed, as I know the new versions don’t contain it.<br />
And then the NppBookmarkManager.dll have to copied to “C:\Program Files (x86)\Notepad++\plugins\NppBookmarkManager” folder, the images to the “C:\Program Files (x86)\Notepad++\plugins\images” folder, according to the new procedure.</p>
<p dir="auto">Furthermore the images folder and the NppBookmarkManager.dll exist in the C:\Users\USERNAME\AppData\Roaming\Notepad++\plugins folder too - I don’t know whether they are used or not.</p>
<p dir="auto">In summary, I think a similar bookmark manager should be integrated in Notepad++ .</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42920</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42920</guid><dc:creator><![CDATA[Laszlo Botka]]></dc:creator><pubDate>Sun, 05 May 2019 10:36:53 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Sat, 04 May 2019 19:35:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marek-stankowski" aria-label="Profile: Marek-Stankowski">@<bdi>Marek-Stankowski</bdi></a></p>
<blockquote>
<p dir="auto">when each bookmark will have its own number</p>
</blockquote>
<p dir="auto">I think there is a plugin that has this functionality.  “Bookmark manager” or something like that.  Away from my PC right now so can’t check out the exact name.  On my Mac Mini at the moment and loving everything about that, except no Notepad++. :(</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42914</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42914</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 04 May 2019 19:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Sat, 04 May 2019 16:05:34 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your answer, sorry for trouble with seeing. So in truth „very usefull” was maybe a little too expressive and override meaning. Simple „usefull” will be enough to see :).<br />
In my praktice:</p>
<ul>
<li>„Go to line” I use freqently in debbuging process, when can’t predict if and how many times must go to specified place in code. It does not have to be precise, may show place around last „jump to the line”, but then history will help jumping between various places in code.</li>
<li>„Bookmarks” I use to mark main places, that assume to  be used in the future. Bookmarks are is of course „very usefull”, but in other work process.</li>
</ul>
<p dir="auto">PS. By the way for me „Bookmarks” may work better too - when each bookmark will have its own number (one number for one mark) and then you could go to specified bookmark by special keystroke (ie Alt-3 or other with number key). As I remember old editors (like Brief or other) had functionality like this.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42911</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42911</guid><dc:creator><![CDATA[Marek Stankowski]]></dc:creator><pubDate>Sat, 04 May 2019 16:05:34 GMT</pubDate></item><item><title><![CDATA[Reply to Enhance "Go to line" functionality on Fri, 03 May 2019 12:12:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marek-stankowski" aria-label="Profile: Marek-Stankowski">@<bdi>Marek-Stankowski</bdi></a></p>
<p dir="auto">Can you describe why such a thing would be “very useful”?  I’m having trouble seeing it.</p>
<p dir="auto">Since I’m not picking up what you’re laying down…to me the <em>Bookmark</em> feature is useful for what I think you <em>might</em> be getting at.</p>
<p dir="auto">As a bonus, bookmarks stay with the lines they were originally set at as other lines are inserted/deleted.  Wouldn’t insertion/deletion mess with your idea of a history for the <em>Goto line</em> feature?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42874</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42874</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 03 May 2019 12:12:32 GMT</pubDate></item></channel></rss>