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
Copy file name to clipboardExpand all lines: ReleaseNotes.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,11 @@ <h2>History</h2>
201
201
<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>
202
202
</ul>
203
203
</li>
204
+
<li>Version 1.39 (April 12<sup>th</sup>, 2025):
205
+
<ul>
206
+
<li>Updated PJ Naughter's <code>CScintillaCtrl</code> library to the latest version available. <blockquote>Updated <code>CScintillaCtrl:: MarkerSymbolDefined</code> method to return <code>MarkerSymbol</code>.</blockquote></li>
Description: <em>These classes provides a MFC and ATL/WTL wrapping for the Scintilla edit control (<ahref="http://www.scintilla.org" target="_blank">http://www.scintilla.org</a>). This control provides an open source cross platform edit control. Some of the features it provides include syntax colouring, call tips, brace highlighting, Styles, margins and markers to name but a few. The provided wrapper classes make it easier to include the control in MFC / WTL projects on Windows.</em><br>
97
-
Version: 1.92<br>
97
+
Version: 1.93<br>
98
98
Home Page: <ahref="https://www.naughter.com/scintilla.html" target="_blank">https://www.naughter.com/scintilla.html</a><br>
0 commit comments