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.