<?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[Move from deprecated type&#x2F;symbols&#x2F;structures to valid ones]]></title><description><![CDATA[<p dir="auto">They are some deprecated type/symbols/structures in the current version of Notepad++ (v8.4.7). And these type/symbols/structures will be deprecated in the future release of Scintilla.</p>
<p dir="auto">The deprecated type / symbols / structures in Scintilla<br />
<code>Sci_PositionCR</code>, <code>SCI_FINDTEXT</code>, <code>SCI_FORMATRANGE</code>, <code>SCI_GETTEXTRANGE</code>, <code>Sci_CharacterRange</code>, <code>Sci_TextRange</code>, <code>Sci_TextToFind</code> and <code>Sci_RangeToFormat</code><br />
should be replaced respectively by<br />
<code>Sci_Position</code>, <code>SCI_FINDTEXTFULL</code>, <code>SCI_FORMATRANGEFULL</code>, <code>SCI_GETTEXTRANGEFULL</code>, <code>Sci_CharacterRangeFull</code>, <code>Sci_TextRangeFull</code>, <code>Sci_TextToFindFull</code> and <code>Sci_RangeToFormatFull</code> in your plugins ASAP.</p>
<p dir="auto">Please update the header files (essentially <code>Sci_Position.h</code> and <code>Scintilla.h</code>, but updating <code>menuCmdID.h</code>, <code>Notepad_plus_msgs.h</code> and <code>PluginInterface.h</code> is also recommaned) from here:<br />
<a href="https://github.com/npp-plugins/plugintemplate/releases/tag/v4.3" rel="nofollow ugc">https://github.com/npp-plugins/plugintemplate/releases/tag/v4.3</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23733/move-from-deprecated-type-symbols-structures-to-valid-ones</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 19:27:55 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23733.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Nov 2022 19:09:34 GMT</pubDate><ttl>60</ttl></channel></rss>