GhostDoc 1.9.2 (for Visual Studio 2005) Released
Version 1.9.2 is a bugfix release of GhostDoc for Visual Studio 2005 (download on the GhostDoc homepage).
VB.Net support will still remain experimental in this release, so it is turned off by default and you have to turn it on in the configuration dialog. It will become official in the next feature release, which I’ll be working on over the Christmas holidays.
Important: When updating from 1.9.0 please follow the instructions in the ReadMe.htm file in the ZIP archive. Users of 1.9.1 please uninstall before installing – an upgrade installation will not work correctly*.
ChangeLog:
- Fixed: Installation issues with the US version of Visual Studio 2005 running on a non-US operating system version (e.g. German WinXP).
- Fixed: "Custom text" feature (see "Options" tab on the configuration dialog) was broken since 1.9.0.
- Fixed: The rule for event-related "On..." methods generated text with the name of the event splitted into individual words. Now the original name of the event is preserved; in order to achieve that, new macros have been added (see below).
- Added: New "Verbatim" property of the "Words" macro. Example: for the method name "SayHelloWorld"
$(MethodName.Words.ExceptFirst)
returns "hello world"$(MethodName.Words.Verbatim.ExceptFirst)
returns "HelloWorld".
________________________
*) I’m using an installer class during setup, which in an upgrade installation is affected by a bug in MSI (known since 2002, btw). An upgrade installation is only possible without problems if the code of the installer class does not change – I hope that the changes in 1.9.2 to the installation are good enough for a couple of versions ;-)