V15.0.34

  • fix: content of name field in entity editors is (always) selected
  • fix: Units from current module are skipped when resolving unit aliases and expanding unit scope names
  • fix: swapped icons for up/down in Code Snippet Editor
  • fix: sporadic access violations (well, at least some of them)
  • enhancement: Implements list in Property Editor lists only interfaces the class supports
  • Live Doc editor ignores some non-changing keys before switching to edit mode

Attribute and Dialog presets, as well as Code Snippets and Surround Templates got some additions.

V15.0.33

  • 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.

V15.0.32

  • fix: sometimes a tabbed Explorer window was empty
  • fix: visibility of properties/methods incorrect after editing an interface one

V15.0.28

  • updated VirtualTrees to a more recent version
  • setup includes map files
  • Member Search Bar had no Caption when customizing Member Filter Bar

V15.0.26

  • 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