有哪些工具可用于在 Visual Studio 2010 中创建帮助文件?

发布于 2024-09-06 15:10:12 字数 1539 浏览 2 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(10

素年丶 2024-09-13 15:10:12

这里是您的选择...

如果您想要 Microsoft 的文档生成器与 VS 集成:

尽管如此, DocProject 还不太支持 VS2010

非 MS 解决方案有 GhostDoc,它确实支持 VS 2010集成似乎是一个更好的解决方案。

对于未集成到 Visual Studio 中的选项:

Here are your options...

If you want Microsoft's documentation generator with VS integration:

Although, it appears that DocProject doesn't quite support VS2010 yet.

For the Non-MS solution there's GhostDoc, which does support VS 2010 integration and appears to be a better solution.

For options that don't integrate into Visual Studio:

云雾 2024-09-13 15:10:12

对于工具供应商来说,这是一个尴尬的目标。在大多数商店中,帮助是由专业作家撰写的,他们在日常活动中不会使用 Visual Studio。 RoboHelp 等第三方创作工具是他们的首选武器。

您可能看到的 VS2005 SDK 工具是 HelpStudio Lite,一个产品英诺瓦系统公司。从论坛帖子来看,没有与 VS2010 集成的可用版本他们无意释放其中之一。他们的X文件!然而,该产品听起来像是您应该考虑的。评估版本可以从此处下载。

it is an awkward target for tool vendors. In most shops, the help is authored by professional writers that don't have any use for Visual Studio in their day-to-day activities. Third party authoring tools like RoboHelp is their preferred weapon of choice.

The VS2005 SDK tool you probably saw was HelpStudio Lite, a product of Innovasys. There is no version available that integrates with VS2010 and judging from a forum post they have no intention of releasing one. Their Document X! product however does, sounds like what you ought to take a look at. The eval version is available for download from here.

川水往事 2024-09-13 15:10:12

我记得大约一年前,Joel 的软件商业论坛上的一些人推荐 HelpNDoc

论坛讨论:http://discuss.joelonsoftware.com/default.asp?biz .5.359131.10

I remember that a year or so ago some people on Joel's The Business of Software forum were recommending HelpNDoc.

Forum discussion: http://discuss.joelonsoftware.com/default.asp?biz.5.359131.10

等往事风中吹 2024-09-13 15:10:12

正如其他人所说,您可以使用 Sandcastle 在所有类级别成员和对象上转换三斜杠 XML MSDN 样式帮助

/// <summary>
/// I am a method help Header
/// </summary>
/// <param name="parm1">info for param 1</param>
/// <param name="parm2">info for parm2</param>
/// <remarks>Some Extra Info</remarks>
public override void MeMethod(SourceElement rootElm, Subject subject){
...

这里是 Sandscastle

一个功能更丰富的帮助生成器,与Visual Studio 2010 并生成多种帮助格式为 VSDocMan 。它包括一个所见即所得的注释编辑器,实际上可以为您注释一些代码。非常有用

As others have said, you can convert the triple slash XML MSDN-style help using Sandcastle on all class-level members and objects

/// <summary>
/// I am a method help Header
/// </summary>
/// <param name="parm1">info for param 1</param>
/// <param name="parm2">info for parm2</param>
/// <remarks>Some Extra Info</remarks>
public override void MeMethod(SourceElement rootElm, Subject subject){
...

Here is the link to Sandscastle

A more feature-rich help generator that integrates with Visual Studio 2010 and generates multiple help formats is VSDocMan . It includes a WYSIWYG comment editor, and actually comments some of your code for you. Extremely useful

や三分注定 2024-09-13 15:10:12

带有 documentx 或 sandcastle 的 Ghost doc 是最佳选择...到 2010 年,Rest 仍然非常原始。如果您同时有 C# 和 C++ 项目,那么 documentx 将是最佳选择,如果它只是 C#,那么任何一个都很好。

ghost doc with documentx or sandcastle is the way to go...Rest is all still very primitive when it comes to 2010. If you have project both c# and C++ then documentx will be the way if its just C# then any one is good.

傲影 2024-09-13 15:10:12

如果您的帮助文件的受众是应用程序 html help 2 不可用的用户,您仍然需要创建一个 chm 文件。可以从 winforms 应用程序中为您执行此操作的工具是 Help Generator for Visual Studio Visual Studio,它减少了准备帮助并将其链接到表单的大量工作。

If the audience for your help file is the user of the application html help 2 is not usable, you will still need to create a chm file. The tool which can do this for your from your winforms application is Help Generator for Visual Studio, which takes away a lot of work in preparing the help and linking it to the forms.

浮云落日 2024-09-13 15:10:12

可能没有与 VS2010 集成,但我记得在 97 年左右使用 RoboHelp 并且还可以:所以如果我现在需要编写帮助文件,我可能会再看一下,因为它似乎仍然存在 此处。虽然看起来相当昂贵,但如果您出于某种其他原因获得了一些 Adob​​e 许可证(这对于开发商店来说并非完全不寻常),也许您已经获得了这个?

Probably doesn't integrate with VS2010 but I remember using RoboHelp back around '97 and it was ok:ish then so if I needed to write helpfiles now I'd probably give that another look since it seems like it's still around here. Fairly expensive though it seems but if you've got some Adobe licenses (which isn't totally unsual for a development shop) for some other reason maybe you've already got this?

隐诗 2024-09-13 15:10:12

Html 帮助,已替换为 Html 帮助 2。

http://www. mshelpwiki.com/wiki/tiki-index.php?page=Help2

Html Help, is replaced by Html Help 2.

http://www.mshelpwiki.com/wiki/tiki-index.php?page=Help2

策马西风 2024-09-13 15:10:12

刚刚做了很多研究并测试了各种工具后 http://www.helpgenerator.com/是构建帮助系统的最快方法。

Just been doing a lot of research and after testing various tools the http://www.helpgenerator.com/ is the fastest way to put together a help system.

罪#恶を代价 2024-09-13 15:10:12

我总是使用“帮助”和“帮助”。手动,它还可以创建 PDF 文档和一系列其他格式,例如电子书和 Web 帮助 https:// www.helpandmanual.com/index.html。它并不总是所见即所得,但它有大量有用的功能来弥补它,比如它的免费屏幕截图编辑器 SnipSVG 以及它的其他产品 HelpXplain 的集成。

对于 Microsoft,它创建 Visual Studio 帮助、MS HTML 帮助。

I always use Help & Manual, it can also create PDF documents and a whole range of other formats like eBooks and Web Help https://www.helpandmanual.com/index.html. It is not always WYSISYG, but it has a ton of useful features that make up for it, like it's free screenshot editor SnipSVG and integration of it's other product HelpXplain.

For Microsoft, it creates Visual Studio Help, MS HTML Help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文