<?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[Pluggin. How readding crurent document Line per Line]]></title><description><![CDATA[<p dir="auto">Hello<br />
I m a begginner to write pluggin in notepad++.  I would’like to know how , on pluggin , reading all the Line for the curent document Line after Line<br />
For each Line i Want to modifiy this and write the Line modified in News document<br />
modification an outleet line per lien.<br />
?<br />
I dont know how reading all the line from crurent document  and write a string (saved un variable), un another one.</p>
<p dir="auto">Thanks for you all<br />
Bertrand.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25635/pluggin-how-readding-crurent-document-line-per-line</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 10:41:54 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25635.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Mar 2024 16:58:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pluggin. How readding crurent document Line per Line on Sun, 31 Mar 2024 18:19:33 GMT]]></title><description><![CDATA[<p dir="auto">In what language are you writing your plugin?</p>
<p dir="auto">What do you have so far?</p>
<p dir="auto">The functions you will need are described <a href="https://www.scintilla.org/ScintillaDoc.html#TextRetrievalAndModification" rel="nofollow ugc">here</a> and you will probably need at least some of the functions described <a href="https://npp-user-manual.org/docs/plugin-communication/" rel="nofollow ugc">here</a>. But from your message, I suspect you are not that far along yet.</p>
<p dir="auto"><a href="https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin" rel="nofollow ugc">Start here</a> and tell us when/where you get stuck.</p>
<p dir="auto">If you read that and your reaction is that it sounds far too complicated, it could be that you want to write a <em>script</em>, not a plugin. If you know Python, check out <a href="https://npppythonscript.sourceforge.net/" rel="nofollow ugc">the Python Script plugin for Notepad++</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93937</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93937</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Sun, 31 Mar 2024 18:19:33 GMT</pubDate></item></channel></rss>