如何在fogbugz案例(票证)中制作代码块?
我们一直在使用fogbugz并在票证中粘贴代码,但它总是被锤击。
有什么方法可以表示一段文本是代码吗?
You know.. Like this
(编辑)是否可以放置一些简单的 html 来将文本分开或其他什么?
(再次编辑)
根据我的研究,html 代码可以放入案例中,但不能通过 Web UI 放入。
(在数据库中)所有案例都有一个“文本”字段和一个用于消息正文的“HTML 文本”字段,然后有一个标志显示 FogBugz 要使用哪个字段。不幸的是,无法通过 FogBugz UI 输入 HTML 文本。因此,这意味着fogbugz插件有可能能够完成这项工作,但目前还没有。
我暂时将这个问题保留为开放状态,接受指向执行此操作的插件或新功能的答案。
We have been using fogbugz and have been pasting code in tickets, but it always comes out hammered.
is there any way to denote that a block of text is code?
You know.. Like this
(edit) Is it possible to put some simple html to set the text apart or something??
(edit again)
based on my research, html code can be put in the Cases, but not by the web UI.
(in the DB) all Cases have a "text" field and an "HTML text" field for the message body, and then there is a flag that shows FogBugz which field to use. Unfortunately, there is no way to enter HTML text via the FogBugz UI. So this means that it is possible for a fogbugz plugin to be able to do the job, but none exist yet.
I will leave this one open for now, an accept an answer that points to a plugin or new feature that does this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于现代版本的 FogBugz,有两个选项:
[code] ... [/code]
包围要成为代码块的文本或<代码><代码> ... 标签来触发其他答案中提到的旧代码插件如果您运行的是 FogBugz 8.8.55 或更低版本,则第二个选项是唯一可用的,您需要确保您已安装该插件。您可以从 插件存档< /a>.
免责声明:我在 Fog Creek 工作,每天都使用 FogBugz
For modern versions of FogBugz, there are two options:
[code] ... [/code]
or<code> ... </code>
tags to trigger the older code plugin mentioned in other answersIf you're running FogBugz 8.8.55 or lower, the second option is the only one available, and you'll need to make sure you've got the plugin installed. You can download it from the plugin archive.
Disclaimer: I work at Fog Creek and use FogBugz every day
更新:获取最新版本的 FogBugz 并获取 代码格式化插件。
Update: Grab a recent version of FogBugz and get the code formatting plugin.
代码片段插件 FogBugz 8 及更高版本现在应该可以执行您想要的操作。
The Code Snippets plugin in FogBugz 8 and above should now do what you're after.
你总是可以在 uservoice 上写一个请求,有人可能会写一个插件来做到这一点;或者 Fogcreek 自己可能会将其放入未来的版本中。
You could always write a request on uservoice and someone might write a plugin to do it; or Fogcreek themselves might put it into a future version.