Skip to content

Commit 4443b3d

Browse files
[Compiler] 2.15.0.3
1 parent a7a6529 commit 4443b3d

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

XSharp/docs/Maps/table_of_contents.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@
137137
</topicref>
138138
<topicref type="topic" id="423886812341331" build="ALL" modified="2019-06-14T18:30:32.542Z" icon="0" href="XSharp">
139139
<caption translate="true">X# Documentation</caption>
140-
<topicref type="topic" id="423888143662582" build="ALL" modified="2016-05-04T10:32:31.762Z" icon="0" href="VersionHistory">
141-
<caption translate="true">Version History</caption>
142-
</topicref>
143140
<topicref type="topic" id="423889533736020" build="ALL" modified="2016-01-30T22:08:40.876Z" icon="0" href="Introduction">
144141
<caption translate="true">Getting Started with X#</caption>
145142
<topicref type="topic" id="425165252463386" build="ALL" modified="2016-05-26T08:37:03.149Z" icon="0" href="Dialects">
@@ -275,6 +272,9 @@
275272
<caption translate="true">Acknowledgements</caption>
276273
</topicref>
277274
</topicref>
275+
<topicref type="topic" id="423888143662582" build="ALL" modified="2016-05-04T10:32:31.762Z" icon="0" href="VersionHistory">
276+
<caption translate="true">Version History</caption>
277+
</topicref>
278278
<topicref type="topic" id="428984094992566" build="ALL" modified="2017-06-12T12:42:21.816Z" icon="0" href="MigratingappsfromVOtoX">
279279
<caption translate="true">Migrating apps from VO to X#</caption>
280280
<topicref type="topic" id="428986318132862" build="ALL" modified="2017-06-22T14:10:39.314Z" icon="0" href="Example-1-The-VO-Explorer-Examp">

XSharp/docs/Topics/VersionHistory.xml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?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">
44
<title>Version History</title>
55
<keywords>
66
<keyword>/shared</keyword>
@@ -45,7 +45,7 @@
4545
<list id="1" type="ul" listtype="bullet" formatstring="&#183;" format-charset="SYMBOL_CHARSET" levelreset="true" legalstyle="false" startfrom="1" styleclass="Body Text" style="font-family:Symbol; font-size:11pt; color:#000000;">
4646
<li styleclass="Body Text">Fixed runtime error in DBSort() (#1196)</li>
4747
<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>
4949
</list>
5050
<para styleclass="Heading2">Visual Studio integration</para>
5151
<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,6 +78,14 @@
7878
<li styleclass="Body Text">Rebuilding the intellisense database no longer restarts Visual Studio (#1206)</li>
7979
<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>
8080
<li styleclass="Body Text">A Change to our project system and language service could lead to broken &quot;Find in Files&quot; functionality in some versions of Visual Studio. &#160;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="&#183;" 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>
8189
</list>
8290
<para styleclass="Heading1">Changes in 2.14.0.2, 3 &amp; 4</para>
8391
<para styleclass="Heading2">Visual Studio Integration</para>

XSharp/docs/XSHelp.hmxp

+1-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@
705705
<config-value name="template">$(HMSYS)Templates\Word\Word-Template-Simple-A4.docx</config-value>
706706
</config-group>
707707
<variables>
708-
<variable id="TXTVERSION" type="text" translate="true">Cahors (2.15.0.1)</variable>
708+
<variable id="TXTVERSION" type="text" translate="true">Cahors (2.15.0.3)</variable>
709709
<variable id="APP" type="text" translate="true">XSharp</variable>
710710
</variables>
711711
<helpcontext-numbers>

XSharp/eng/Versions.props

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ See License.txt in the project root for license information.
1010
<!--
1111
XSharp version
1212
-->
13+
<!--This next propertygroup fixes the issue that the solution cannot be loaded in VS2022-->
14+
<PropertyGroup>
15+
<CommandLineArgsForDesignTimeEvaluation>-langversion:$(LangVersion)</CommandLineArgsForDesignTimeEvaluation>
16+
<CommandLineArgsForDesignTimeEvaluation Condition="'$(DefineConstants)' != ''">$(CommandLineArgsForDesignTimeEvaluation) -define:$(DefineConstants)</CommandLineArgsForDesignTimeEvaluation>
17+
</PropertyGroup>
18+
<!--End of fix-->
1319
<PropertyGroup>
1420
<MajorVersion>2</MajorVersion>
1521
<MinorVersion>15</MinorVersion>
@@ -29,7 +35,7 @@ See License.txt in the project root for license information.
2935
</PropertyGroup>
3036
<PropertyGroup>
3137
<!-- Versions used by several individual references below -->
32-
<_SkipUpgradeNetAnalyzersNuGetWarning>true</_SkipUpgradeNetAnalyzersNuGetWarning>
38+
<_SkipUpgradeNetAnalyzersNuGetWarning>true</_SkipUpgradeNetAnalyzersNuGetWarning>
3339
<RoslynDiagnosticsNugetPackageVersion>3.3.2</RoslynDiagnosticsNugetPackageVersion>
3440
<MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0</MicrosoftCodeAnalysisNetAnalyzersVersion>
3541
<MicrosoftCodeAnalysisTestingVersion>1.0.1</MicrosoftCodeAnalysisTestingVersion>

0 commit comments

Comments
 (0)