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

CppExplorer 1.6.7

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 10 Sep 08:03
· 971 commits to master since this release

Changes

  • Parameters (in Methods or Properties) with default values will now show these default values in the Inspector, and if you don't provide any input then this default value will be used as the argument.
  • Removed an unnecessary update of cached members when you open a Reflection Inspector, should be a bit faster now.
  • When entering arguments, the name of the argument is now white instead of cyan to avoid confusion with the Type name.
  • A few clean ups