Resolver Hotfix
This release fixes a number of resolver issues:
- #677 Shorthand notation for accessing string-indexed default property (
rs!Name) is no longer a problem. - #676 Fixed grammar and rebuilt parser to pick up
rs!Nameas a member call. This fixes a false positive with the "type hint usage" inspection, since the grammar was picking them up as type hints. - Fixed an issue involving
Withblocks, where the qualifier and its type were being referenced at the sameSelectioncoordinates, causing anInvalidOperationExceptionwhen FindAllReferences was being launched from that selection.
Installation
- If this is a new install, simply download and run the setup executable.
- If you already have a previous version of Rubberduck, please uninstall it before proceeding; this installer will not automatically remove a previous installed version.
- If you're running an anti-virus software, you may need to authorize this executable to run on your computer.
- Administrative privileges are required for proper registration of the COM-visible API that enables unit testing and other API's.
See version 1.4 release notes for more information.