<?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[How to implement for marking on scroll bar and showing information]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I’d like to implement a plugin and  two functions for my working.<br />
I think it can let me work quickly.</p>
<p dir="auto">like this:</p>
<ol>
<li>
<p dir="auto"><img src="https://i.imgur.com/zIXzBZ2.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto"><img src="https://i.imgur.com/XzHk1W7.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Then I highlight particular string, it can show more information.</p>
</li>
</ol>
<p dir="auto">Is it possible?<br />
If it can, please give me a hint, example code or docments.</p>
<p dir="auto">Thanks a lot</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21990/how-to-implement-for-marking-on-scroll-bar-and-showing-information</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 08:29:01 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21990.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Oct 2021 07:54:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to implement for marking on scroll bar and showing information on Sun, 17 Oct 2021 13:16:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a><br />
Thanks for your information<br />
I will get it a try</p>
]]></description><link>https://community.notepad-plus-plus.org/post/70569</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/70569</guid><dc:creator><![CDATA[John Huang]]></dc:creator><pubDate>Sun, 17 Oct 2021 13:16:14 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement for marking on scroll bar and showing information on Sat, 16 Oct 2021 17:03:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/john-huang" aria-label="Profile: John-Huang">@<bdi>John-Huang</bdi></a> ,</p>
<p dir="auto">Yes, it is possible to write a plugin that gives extra information in a popup window.</p>
<p dir="auto">I believe that a good example project might be the TagLEET plugin, with the original source code <a href="https://sourceforge.net/projects/tagleet/" rel="nofollow ugc">here</a> or <a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-vincent" aria-label="Profile: Michael-Vincent">@<bdi>Michael-Vincent</bdi></a>’s fork <a href="https://github.com/vinsworldcom/nppTagLEET" rel="nofollow ugc">here</a> – although that’s a more-complicated popup window than the one you had in your screenshot.</p>
<p dir="auto">I believe a simpler version could be implemented using the Scintilla feature “<a href="https://www.scintilla.org/ScintillaDoc.html#CallTips" rel="nofollow ugc">calltips</a>” (where Sctintilla is the code library that Notepad++ uses to implement the editor portion of Notepad++, so you have access to all Scintilla features in your plugin.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/70553</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/70553</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 16 Oct 2021 17:03:18 GMT</pubDate></item></channel></rss>