简体   繁体   English

如何将上下文从一项任务移动/复制到另一项任务

[英]How does one move/copy context from one task to another

I use a new agile practice called "interrupt-driven development" (IDD) ;-) in which I'm juggling tasks a lot. 我使用一种称为“中断驱动开发”(IDD);-)的新敏捷实践,其中我经常处理很多任务。 I'd like to use Mylyn to help maintain context. 我想使用Mylyn来帮助维护上下文。 By context, in case it's not clear, I primarily mean the set of filtered files in the explorer, and secondarily the set of open editor windows. 就上下文而言,如果不清楚,我主要是指资源管理器中的一组过滤文件,其次是打开的编辑器窗口组。

My problem is that I forget. 我的问题是我忘记了。 I get an email, I start working on the issue, and 10 minutes later, I realize that I forgot to create a new task or activate an old one. 我收到一封电子邮件,开始处理此问题,十分钟后,我意识到我忘记创建一个新任务或激活一个旧任务。 By that time, I've opened much/most of the context that I need. 到那时,我已经打开了我需要的大部分/大部分上下文。

When I get to this point, is there any way to move or copy the files I mistakenly now have in one task's context to another task's context? 到此为止,是否有任何方法可以将错误地现在在一个任务的上下文中拥有的文件移动或复制到另一任务的上下文中?

Right click anywhere in the task editor of the source task (or right click the source task in the task list) and select "Copy Context To". 右键单击源任务的任务编辑器中的任何位置(或右键单击任务列表中的源任务),然后选择“将上下文复制到”。 A dialog will let you select the target. 对话框将让您选择目标。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将资源从一个Maven项目复制到另一个 - How to copy a resource from one maven project to another 如何将Django项目从一个文件夹位置复制到另一个文件夹? - How to copy a django project from one folder location to another? 将一个类从一个应用程序复制到另一个应用程序后,Android发出ClassNotFoundException异常 - ClassNotFoundException android after copy a class from one app to another one 有没有一种方法可以将Android项目从一个工作区移动到另一个工作区 - Is there a way to move an Android project from one workspace to another 使用Eclipse将项目从一台带有eclipse的笔记本电脑移动到另一台笔记本电脑 - Move a project from one laptop with eclipse to another with android studio 如何使用Eclipse中的功能将文件从一个分支复制到另一个分支 - How to copy a file from one branch to another branch using functionality on Eclipse 如何使用它从一台Mac到另一台Mac的所有项目和空间复制Eclipse应用程序? - How to copy Eclipse app with it's all projects and space from one Mac into another? 将数据和数据结构从一个 OPC 服务器复制到另一个 - Copy data and data Structures from one OPC Server to another 如何导出然后导入Java项目jar的精确副本? - How does one export and then import an exact copy of a java project jar? 如何从一个活动导航到另一个活动 - How to navigate from one activity to another activity
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM