- fix: class threadvar is supported now
- fix: some texts were cut off in high DPI scenarios (if you find others, tell me)
- fix: the class template sub menus in Explorer were empty
- enhancement: opening the Use Unit/Open Unit dialog is faster now
The support for class threadvar unveiled a problem with the intrinsic sort order for fields inside a class. The previous order was const, var, class var. This had the drawback that fields added via the built-in IDE class completion sometimes were added to the class var section. Now the order is const, class var, class threadvar, var.
- fix: sometimes a tabbed Explorer window was empty
- fix: visibility of properties/methods incorrect after editing an interface one
- fix: Source Indexer – crash on hint display
- fix: Source Indexer – scan options were not saved when docked
- fix: missing icons in Entity Insight toolbar
- updated VirtualTrees to a more recent version
- setup includes map files
- Member Search Bar had no Caption when customizing Member Filter Bar
- fix: Undocked windows were empty on second show
- fix: Member Type Filter menu item in Members view Filter Toolbar was empty
- fix: Adjusted order of Member Type Filter and Member Visibility Filter
- fix: Visiblity RadioButtons exceed GroupBox
- fix: Fixed some IDE style issues
- fix: Adjusted panel colors on white background
- fix: Error highlighting text when Umlauts are in the same line
- fix: opening the editor context menu in a second edit window blocked opening it in the first after the second is closed
- fix: Some checkboxes were too small on high dpi settings
- fix: missing registry entry for FontSize throws an exception
- fix: Delphi 10.2 Tokyo and below use registry key ModernTheme instead of Theme
- fix: Rearrange Members throws an exception in some cases
- fix: MMX Forms now use IDE font
- fix: No AutoSize for StandardToolbar when empty
- fix: reduced flicker when moving mouse over Explorer Details list
- fix: Editor dialogs accept Ctrl-TAB and Ctrl-Shift-TAB again to cycle through tabs
- fix: Fixed wrong Tab-Order in several places
- fix: Group unit names in format uses failed with simple lists
- fix: Graphical glitches with Comma List Editor dialog when resizing
- feature: Use Unit omits current unit in list
- feature: Adding current unit to uses is blocked
- fix: disabled transfer of V14 settings until problem with MessageBox is found
- fix: removed delay on drop down of type selector
- fix: removed delay on Open Unit