“附加上下文”到底是什么? Eclipse Mylyn 中的意思

发布于 2024-07-06 14:49:13 字数 162 浏览 7 评论 0原文

Eclipse 中的 mylyn 插件(Trac 连接器)包含附加选项,然后检索问题的“上下文”。 附加上下文会导致将压缩的 XML 文件附加到 Trac 系统中的问题条目。 但是,我不太明白这个上下文是什么。 最初我认为这是所有打开的文件和这些文件中的光标位置。 但显然我错了。 搜索网络没有帮助。

the mylyn plugin in Eclipse (Trac connector) contains the option to attach and then retrive the "context" of an issue. Attaching the context results in attaching a zipped XML file to the issue entry in the Trac system. However, I don't quite understand what is this context is. Initially I thought that this was all the opened files and cursor positions in those files. But apparently I was wrong. Searching the net did not help.

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

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

发布评论

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

评论(1

朕就是辣么酷 2024-07-13 14:49:13

Mylyn 上下文是代码中“地标”的集合。 “地标”是“有趣”的源文件或方法或资源文件(通常意味着您在任务处于活动状态时打开了它)。 这篇关于 Mylyn 的文章 Mylyn 2.0,第 2 部分:自动化上下文管理 可能会帮助消除对上下文的任何混淆。

共享上下文应该允许其他人看到您正在查看代码的哪些部分。 如果您在共享上下文时遇到问题,团队支持上的 Mylyn 常见问题解答可能会有所帮助。

The Mylyn context is a collection of "landmarks" in your code. A "landmark" is a source file or method, or resource file that is "interesting" (typically means you have opened it when task was active). This article on Mylyn Mylyn 2.0, Part 2: Automated context management may help clear up any confusion on what a context is.

Sharing the context should allow others to see what parts of the code you have been viewing. If you are having issues sharing a context, the Mylyn FAQ on Team support may help.

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