You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Implemented <em>Word Wrap</em> for text file viewing.</li>
184
185
<li>Updated <code>LEXILLA</code> library to version 5.4.2 and <code>SCINTILLA</code> library to version 5.5.4.</li>
185
186
<li>Updated PJ Naughter's <code>CScintillaCtrl</code> library to the latest version available. <blockquote>The code now includes <code><string></code> prior to <code>#including <ScintillaCall.h></code>. This fixes an issue when the code is used with GSL Library 4.1.0.<br>Reworked <code>CScintillaDemoApp::LoadLibraryFromApplicationDirectory</code> to use <code>std::filesystem::path</code>.<br>Updated <code>GetModuleFileName</code> calls to handle path length ><code>_MAX_PATH</code>.</blockquote></li>
186
-
<li>Implemented <em>Word Wrap</em> for text file viewing.</li>
187
-
<li>Updated <code>genUp4win</code> library to the latest version available.</li>
187
+
<li>Updated <code>genUp4win</code> library to the latest version available. <blockquote>Updated PJ Naughter's <code>AppSettings</code> library to the latest version available.<br>Updated <code>GetModuleFileName</code> calls to handle path length ><code>_MAX_PATH</code>.<br>Updated <code>GetAppSettingsFilePath</code> to use <code>std::filesystem::path</code>.</blockquote></li>
188
188
</ul>
189
189
</li>
190
190
<li>Version 1.37 (March 8<sup>th</sup>, 2025):
191
191
<ul>
192
192
<li>Updated <code>LEXILLA</code> library to version 5.4.3 and <code>SCINTILLA</code> library to version 5.5.5.</li>
193
-
<li>Updated <code>genUp4win</code> library to the latest version available.</li>
194
193
<li>Removed deprecated functions in C++17, defined in <code><codecvt></code> header.</li>
194
+
<li>Updated <code>genUp4win</code> library to the latest version available. <blockquote>Added support for Italian, Spanish, German and Greek languages.<br>Added support for Russian, Turkish, Chinese and Czech languages.</blockquote></li>
195
195
</ul>
196
196
</li>
197
197
<li>Version 1.38 (TBD):
198
198
<ul>
199
-
<li>Updated <code>genUp4win</code> library to the latest version available.</li>
200
-
<li>Updated PJ Naughter's <code>CScintillaCtrl</code> library to the latest version available.</li>
199
+
<li>Updated <code>genUp4win</code> library to the latest version available.<blockquote>Reverted back from <code>GetTempPath2</code> to <code>GetTempPath</code> to make it compatible again with Windows 10.</blockquote></li>
200
+
<li>Updated PJ Naughter's <code>CScintillaCtrl</code> library to the latest version available.<blockquote>Updated class to work with Scintilla v5.5.5. New messages wrapped include: <code>SCI_SETUNDOSELECTIONHISTORY</code>, <code>SCI_GETUNDOSELECTIONHISTORY</code>, <code>SCI_GETSELECTIONSERIALIZED</code> and <code>SCI_SETSELECTIONSERIALIZED</code>.</blockquote></li>
0 commit comments