|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <?xml-stylesheet type="text/xsl" href="../helpproject.xsl" ?>
|
3 |
| -<topic template="Default" modified="2023-02-21T16:20:15.062+01:00" lasteditedby="robert" version="2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../helpproject.xsd"> |
| 3 | +<topic template="Default" modified="2023-02-23T14:09:28.563+01:00" lasteditedby="robert" version="2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../helpproject.xsd"> |
4 | 4 | <title>Version History</title>
|
5 | 5 | <keywords>
|
6 | 6 | <keyword>/shared</keyword>
|
|
45 | 45 | <list id="1" type="ul" listtype="bullet" formatstring="·" format-charset="SYMBOL_CHARSET" levelreset="true" legalstyle="false" startfrom="1" styleclass="Body Text" style="font-family:Symbol; font-size:11pt; color:#000000;">
|
46 | 46 | <li styleclass="Body Text">Fixed runtime error in DBSort() (#1196)</li>
|
47 | 47 | <li styleclass="Body Text">Fixed error in the ConvertFromCodePageToCodePage function</li>
|
48 |
| - <li styleclass="Body Text">A Changed in the startup code for the XSharp.RuntimeState could lead to incorrect codepages</li> |
| 48 | + <li styleclass="Body Text">A change in the startup code for the XSharp.RuntimeState could lead to incorrect codepages</li> |
49 | 49 | </list>
|
50 | 50 | <para styleclass="Heading2">Visual Studio integration</para>
|
51 | 51 | <para styleclass="" style="text-align:left; text-indent:0px; margin-top:8px; margin-right:0px; margin-bottom:0px; margin-left:0px; line-height:1.00; background-color:transparent; white-space:normal; page-break-inside:avoid; page-break-after:avoid; border:none; tabstops:none;"><text styleclass="" style="font-family:Arial; font-size:12pt; font-weight:bold; color:#00a8d2;">New Features</text></para>
|
|
78 | 78 | <li styleclass="Body Text">Rebuilding the intellisense database no longer restarts Visual Studio (#1206)</li>
|
79 | 79 | <li styleclass="Body Text">Now the VO Menu Editor uses the same menu item DEFINE values, as those used in the original VO app (re-porting of the app is necessary for this to work) (#1207)</li>
|
80 | 80 | <li styleclass="Body Text">A Change to our project system and language service could lead to broken "Find in Files" functionality in some versions of Visual Studio.  This has been fixed.</li>
|
| 81 | + <li styleclass="Body Text">Fixed an issue where goto definition was not working for protected or private members</li> |
| 82 | + <li styleclass="Body Text">Fixed an issue where for certain files the Dropdown combo boxes on top of the editor were not correctly synchronized.</li> |
| 83 | + </list> |
| 84 | + <para styleclass="Heading2">Documentation</para> |
| 85 | + <para styleclass="" style="text-align:left; text-indent:0px; margin-top:8px; margin-right:0px; margin-bottom:0px; margin-left:0px; line-height:1.00; background-color:transparent; white-space:normal; page-break-inside:avoid; page-break-after:avoid; border:none; tabstops:none;"><text styleclass="" style="font-family:Arial; font-size:12pt; font-weight:bold; color:#00a8d2;">Changes</text></para> |
| 86 | + <list id="3" type="ul" listtype="bullet" formatstring="·" format-charset="SYMBOL_CHARSET" levelreset="true" legalstyle="false" startfrom="1" styleclass="Body Text" style="font-family:Symbol; font-size:11pt; color:#000000;"> |
| 87 | + <li styleclass="Body Text">Some methods in the typed SDK were documented as Function. They are now properly documented as Method</li> |
| 88 | + <li styleclass="Body Text">Property Lists and Method lists for classes now include references to methods that are inherited from parent classes. Methods that are inherited from .Net classes, such as ToString() from System.Object are NOT included.</li> |
81 | 89 | </list>
|
82 | 90 | <para styleclass="Heading1">Changes in 2.14.0.2, 3 & 4</para>
|
83 | 91 | <para styleclass="Heading2">Visual Studio Integration</para>
|
|
0 commit comments