“附加上下文”到底是什么? Eclipse Mylyn 中的意思
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.