<?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[NPP C# plugin - How to perform basic operations on a text file]]></title><description><![CDATA[<p dir="auto">Hi everybody,</p>
<p dir="auto">First of all let me thank you in advance for the time your’re going to spend reading this post.<br />
With you help I learned a lot in NPP C# plugin even if  I can’t devote to this project the time I’d like so that progress is slow.</p>
<p dir="auto">At the moment I need to perform simple operation on a text file such as find a word, move cursor left/right/up/down selecting words.</p>
<p dir="auto">Every help will be appreciated.<br />
Alessandro</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14690/npp-c-plugin-how-to-perform-basic-operations-on-a-text-file</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 21:15:56 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14690.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Oct 2017 15:25:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NPP C# plugin - How to perform basic operations on a text file on Thu, 26 Oct 2017 20:19:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/alessandro" aria-label="Profile: Alessandro">@<bdi>Alessandro</bdi></a></p>
<p dir="auto">when interacting with scintilla control the <a href="http://www.scintilla.org/ScintillaDoc.html" rel="nofollow ugc">Scintilla documentation</a> is a good starting point.</p>
<p dir="auto">The concept is 99% like this, you send a message (the SCI_…) and either you get an immediate<br />
return or/and you will be notified by the so called notifications.</p>
<p dir="auto">The remainig 1% is it doesn’t work as expected. ;-)</p>
<p dir="auto">When interacting with gui aka notepad++ then you need to get an understanding<br />
how windows applications work in general. The main topic here is <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms632586(v=vs.85).aspx" rel="nofollow ugc">windows messages</a>.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27650</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27650</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 26 Oct 2017 20:19:44 GMT</pubDate></item></channel></rss>