Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

CppExplorer 1.7.4

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 21 Sep 06:46
· 933 commits to master since this release
a1198f3

Changes

Reflection Inspector

  • Add support for generic methods
  • Add support for methods with ref/in/out args
  • Improved non-generic dictionary output (Hashtable)

Syntax Highlighting

  • Static class members are now displayed in Italics and in a darker color, making them easier to distinguish.
  • Cleaned up some issues related to syntax highlighting and refactored it into a global class.
  • Methods and properties no longer display their arguments as part of the member name, they are only displayed when "Evaluate" is pressed.

Bugfixes

  • Fix for cases when structs return null (due to null declaring instance)
  • Fixed a mistake with how Color values are applied from inspector.