|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <?xml-stylesheet type="text/xsl" href="../helpproject.xsl" ?> |
3 | | -<topic template="Default" modified="2025-06-25T16:17:53.385+03:00" lasteditedby="cpc" version="2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../helpproject.xsd"> |
| 3 | +<topic template="Default" modified="2025-07-02T15:54:07.546+02: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>Changes</keyword> |
|
12 | 12 | <para styleclass="Heading1">Version History</para> |
13 | 13 | </header> |
14 | 14 | <para styleclass="Body Text">Note: When an item has a matching GitHub ticket, 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.</para> |
15 | | - <para styleclass="Heading1">Changes in 2.24.0.0</para> |
| 15 | + <para styleclass="Heading1">Changes in 2.24.0.1</para> |
16 | 16 | <para styleclass="Heading1"><text styleclass="Heading2">Compiler</text><br/><text styleclass="Heading3">Bug fixes</text></para> |
17 | 17 | <list id="0" type="ul" listtype="bullet" formatstring="·" format-charset="SYMBOL_CHARSET" levelreset="true" legalstyle="false" startfrom="1" styleclass="Normal" style="font-family:Symbol; font-size:11pt; color:#000000;"> |
18 | 18 | <li styleclass="Normal">Documentation generation for VFP classes for members without visibility modifier was not working (#1664)</li> |
|
35 | 35 | <li styleclass="Body Text">Intellisense was not showing field in VFP classes for fields without visibility modifier (#1725)</li> |
36 | 36 | <li styleclass="Body Text">The ToggleLineComment and ToggleBlockComment functions were not properly maintaining leading whitespace (#1728)</li> |
37 | 37 | <li styleclass="Body Text">Fixed an issue with Code Generation for AssemblyCustomAttributes</li> |
| 38 | + <li styleclass="Body Text">Fixed a problem with the Debugger Expression Evaluator in VS 2017 and VS 2019</li> |
38 | 39 | </list> |
39 | 40 | <para styleclass="Heading3">New Features</para> |
40 | 41 | <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;"> |
|
54 | 55 | <li styleclass="Normal">Fixed problem with new applications defaulting to CLR2 when no gallery template is used</li> |
55 | 56 | <li styleclass="Normal">Added folder button for "App to run" option in th application properties window</li> |
56 | 57 | <li styleclass="Normal">Added several "Tip of the day" items</li> |
| 58 | + <li styleclass="Normal">Added Preferences/Highlight active file caption option</li> |
| 59 | + <li styleclass="Normal">Added Preferences/Paint file captions per application option</li> |
| 60 | + <li styleclass="Normal">Added keyboard shortcut information to the File->Navigate menu items</li> |
| 61 | + <li styleclass="Normal">Added "Dock To Pane" options to tab page context menu of toolwindows</li> |
| 62 | + <li styleclass="Normal">Added Detach/Attach to main IDE window context menu options for editor files</li> |
| 63 | + <li styleclass="Normal">Added regular context menu options also for files in floating windows</li> |
| 64 | + <li styleclass="Normal">Toolwindows can now be closed also with middle mouse button click</li> |
57 | 65 | </list> |
58 | 66 | <para styleclass="Heading1">Changes in 2.23.0.2</para> |
59 | 67 | <para styleclass="Heading1"><text styleclass="Heading2">Compiler</text></para> |
|
0 commit comments