Roland Weigelt

Born to Code

News

  • Twitter: English | Deutsch
  • Meet me:
    .NET Open Space vom 17.10. bis 18.10.2009 in Leipzig
  • GhostDoc:
  • .NET User Group:
  • Personal homepage:
  • XING:
    XING

.NET related Links

GhostDoc 2.1.2 Released

<summary>
GhostDoc is a free add-in for Visual Studio that automatically generates XML
documentation comments for C#. Either by using existing documentation inherited
from base classes or implemented interfaces, or by deducing comments from
name and type of e.g. methods, properties or parameters.
</summary>

20071125_GhostDocQuick Facts

  • Bugfix release
  • Download on the GhostDoc Website
  • Users of earlier versions: Please read the ReadMe on upgrading!

About this Release

Version 2.1.2 fixes a problem with side-by-side installations of GhostDoc versions for Visual Studio 2005 and 2008.

What’s New in GhostDoc 2.1.2:

  • Fixed: GhostDoc versions for Visual Studio 2005 and Visual Studio 2008 interfering when installed side-by-side.
  • Changed: An upgrade installation by starting the MSI file while an older version is installed is no longer supported, i.e. you have to uninstall GhostDoc before running the new setup. Note that this does not affect an upgrade of the configuration of earlier versions: the configuration file is not removed during uninstallation of the GhostDoc add-in, so you'll still be offered to upgrade your configuration when installing the new version. For detailed installation instructions, please take a look at the ReadMe in the ZIP file.
  • Added: A few special words for ("of the" trigger and prefix words, "no the" words).

Note that VB.Net support is turned off by default and has to be turned on in the configuration dialog.

Comments

marco.ragogna said:

great work, thanks a lot

# November 27, 2007 4:34 AM

Lani said:

GhostDoc is truly incredible. Thank you for your hard work, it is really appreciated!

# December 4, 2007 9:42 AM

jafin said:

Thanks again for a great tool!

# December 6, 2007 1:46 AM

manor said:

Hi

I recently installed GhostDoc 2.1.2 and have a question. How can use GhostDoc to add XML comments in javascript file. Is it supported?

Thanks!

# December 13, 2007 11:26 AM

WeigeltRo said:

@manor: No, and there are no plans for future releases.

# December 13, 2007 11:30 AM

Seth Flowers said:

I have Vista Ultimate x32 edition, with Visual Studio 2008 Professional.

When I try to install Ghostdoc 2.1.2 using the MSI, it just hangs. The progress bar goes nowhere, and when I click cancel, the dialog does not go away. I am an admin on the machine. Even so, I've also tried the batch file/run as admin workaround to no avail.

I consider Ghostdoc an essential add-in and would really appreciate any insight into getting this installed.

# December 17, 2007 10:52 AM

Seth Flowers said:

Also, I do not have Visual Studio 2005 installed, and have not had any previous versions of GhostDoc installed on this machine. I previously had a version of C# 2008 Express installed but have removed it since installing VS 2008 Pro.

# December 17, 2007 10:59 AM

WeigeltRo said:

@Seth: I'll have to set up a test system for a repro; I doubt I'll get to doing it before Xmas, though. In the meantime could you please install SonicFileFinder (sonicfilefinder.jens-schaller.de) and report the result? This may help me understanding the issue (and installing SonicFileFinder isn't a bad idea anyway ;-).

Let's move further discussion to the GhostDoc forum (http://ghostdoc.forumer.com) where it can be seen by other users - please repeat your post over there , I'll then append this answer to your post.

# December 17, 2007 11:16 AM

daemon said:

Hi? Roland !

If you change code your GetToolsMenu method on this:

private CommandBar GetToolsMenu()

{

   return ((CommandBars)m_dteApplication.CommandBars)["Tools"];

}

then you correct problem of searching for menu "tools" for that localization, which is absent in file YourProject.resx.

# December 22, 2007 8:16 AM

daemon said:

P.S.

On my localisation (russian)...

Before:

1. Looking up resource "ruTools".

2. Localized name of the 'Tools' menu:

3. Couldn't find 'Tools' menu using the localized name ''.

4. Now trying the non-localized name 'Tools'

5. Couldn't find 'Tools' menu (tried both localized and english name).

6. Exception thrown in OnConnection (ext_cm_Startup)

3. Exception thrown in OnConnection (ext_cm_Startup)

After no one errors.

# December 22, 2007 8:37 AM

WeigeltRo said:

@daemon: Thanks for your feedback, I'll look into this. Could you please contact me via the contact form (weblogs.asp.net/.../contact.aspx) so we can communicate via email?

# December 25, 2007 4:34 AM