This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.6.6
Changes
- Refactored the parameters part of
CacheMethod
intoCacheObjectBase
, 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.