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

CppExplorer 1.6.6

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 09 Sep 09:18
· 974 commits to master since this release

Changes

  • Refactored the parameters part of CacheMethod into CacheObjectBase, extended to Properties as well. This means Properties with non-int params and/or multiple params are now supported.
  • Parameters are now formatted in a more expected fashion (in the (Type arg0, Type arg1) format).
  • Got rid of all the ugly yellow text.
  • Cleaned up some minor GUI display / layout issues.