2.0 Alpha Preview (hotfix 1)
Pre-release
Pre-release
Note: This is a PREVIEW release. If you're looking for a stable version, please see v1.4.3
This release addresses the following issues from release v2.0a.pre:
- Fixed crash during parse when VBE contains one or more protected projects.
- Fixed COM event sink disposal
Implements ProjectName.ClassName
qualified references now parse correctly.- COM return types now acquired recursively; references to
Err
object and its members now resolve properly - "as type" binding resolution now coherent with VBA specs
See v2.0a.pre release notes for more information.
Also note, if you're running an anti-virus software, you may need to explicitly authorize this executable to run on your computer.
Known issues include a timing problem (race condition perhaps) with the parsing/resolving, which causes Ready
state to occur before all modules have parsed and resolved - this glitch is responsible for a number of false-positive code inspection results, affects refactorings and menu commands' CanExecute
result.