|
13 | 13 | </header>
|
14 | 14 | <para styleclass="Body Text">Note: When an item has a matching GitHub ticket then the ticket number is behind the item in parentheses prefixed with #. You can find these tickets by going to: <br/>https://github.com/X-Sharp/XSharpPublic/issues/<text style="font-weight:bold;">nnn</text> where <text style="font-weight:bold;">nnn</text> is the ticket number.<br/>If you find an issue in X# we recommend that you report it on GitHub. You will be notified of the progress on the work on your issue and the ticket number will be included in the documentation of new builds from now on (April 2021).</para>
|
15 | 15 | <para styleclass="Body Text"></para>
|
| 16 | + <para styleclass="Heading1">Changes in 2.14.0.2</para> |
| 17 | + <para styleclass="Heading2">Visual Studio Integration</para> |
| 18 | + <para styleclass="Heading3">Bug fixes</para> |
| 19 | + <list id="127" 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;"> |
| 20 | + <li styleclass="Body Text">Fixed a problem with indenting after keywords such as IF, DO WHILE etc</li> |
| 21 | + <li styleclass="Body Text">Fixed a problem with selecting words at the end of a line when debugging</li> |
| 22 | + <li styleclass="Body Text">Fixed a problem where Format Document could lock up VS</li> |
| 23 | + <li styleclass="Body Text">Fixed a problem that accessors such as GET and SET were not indented inside the property block</li> |
| 24 | + <li styleclass="Body Text">Fixed a problem that Format Document was not working for some documents</li> |
| 25 | + <li styleclass="Body Text">Changed the priority of the background scanner that is responsible for keyword colorization and derived tasks inside VS.</li> |
| 26 | + </list> |
16 | 27 | <para styleclass="Heading1">Changes in 2.14.0.1</para>
|
17 | 28 | <para styleclass="Heading2">Compiler</para>
|
18 | 29 | <para styleclass="Heading3">Bug fixes</para>
|
19 |
| - <list id="254" 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;"> |
| 30 | + <list id="127" 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;"> |
20 | 31 | <li styleclass="Body Text">Fixed a problem with date literals resulting in a message about an unknown alias "gloal" (#1178)</li>
|
21 | 32 | <li styleclass="Body Text">Fixed a problem that leading 0 characters in AssemblyFileVersion and AssemblyInformationalVersion were lost. If the attribute does not have the wildcard '*' then these leading zeros are preserved (#1179)</li>
|
22 | 33 | </list>
|
23 | 34 | <para styleclass="Heading2">Runtime</para>
|
24 | 35 | <para styleclass="Heading3">Bug fixes</para>
|
25 |
| - <list id="254" 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;"> |
| 36 | + <list id="127" 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;"> |
26 | 37 | <li styleclass="Body Text">The runtime DLLs for 2.14.0.0 were marked with the TargetFramework Attribute. This caused problems. The attribute is no longer set on the runtime DLLs (#1177)</li>
|
27 | 38 | </list>
|
28 | 39 | <para styleclass="Heading1">Changes in 2.14.0.0</para>
|
29 | 40 | <para styleclass="Heading2">Compiler</para>
|
30 | 41 | <para styleclass="Heading3">Bug fixes</para>
|
31 |
| - <list id="254" 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;"> |
| 42 | + <list id="127" 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;"> |
32 | 43 | <li styleclass="Body Text">Fixed a problem resolving methods when a type  and a local have the same name (#922)</li>
|
33 | 44 | <li styleclass="Body Text">Improved XML doc messages for methods implicitly generated by the compiler (INITs, implicit constructors) (#1128)</li>
|
34 | 45 | <li styleclass="Body Text">Fixed an internal compiler error with DELEGATEs with default parameter values (#1129)</li>
|
|
0 commit comments