如何在fogbugz案例(票证)中制作代码块?

发布于 2024-08-02 18:47:10 字数 449 浏览 6 评论 0原文

我们一直在使用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 技术交流群。

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

发布评论

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

评论(4

缱倦旧时光 2024-08-09 18:47:10

对于现代版本的 FogBugz,有两个选项:

  1. 在案例编辑页面上,选择“富文本”编辑模式,然后单击“代码”按钮以获取代码块(如果您要复制/粘贴,我会发现“粘贴并匹配样式”是确保不会引入任何意外格式的好方法)
  2. [code] ... [/code] 包围要成为代码块的文本或<代码><代码> ... 标签来触发其他答案中提到的旧代码插件

如果您运行的是 FogBugz 8.8.55 或更低版本,则第二个选项是唯一可用的,您需要确保您已安装该插件。您可以从 插件存档< /a>.

免责声明:我在 Fog Creek 工作,每天都使用 FogBugz

For modern versions of FogBugz, there are two options:

  1. On the case edit page, choose "rich text" edit mode and click the "code" button to get a code block (if you're copy/pasting, I find "paste and match style" to be a good way to make sure you don't bring in any unexpected formatting)
  2. Surround the text you want to be a code block with [code] ... [/code] or <code> ... </code> tags to trigger the older code plugin mentioned in other answers

If 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

北渚 2024-08-09 18:47:10

更新:获取最新版本的 FogBugz 并获取 代码格式化插件

Update: Grab a recent version of FogBugz and get the code formatting plugin.

彼岸花似海 2024-08-09 18:47:10

代码片段插件 FogBugz 8 及更高版本现在应该可以执行您想要的操作。

The Code Snippets plugin in FogBugz 8 and above should now do what you're after.

喵星人汪星人 2024-08-09 18:47:10

你总是可以在 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.

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