简体   繁体   English

Intellij IDEA持久变更列表(提交后)?

[英]Intellij IDEA Persistent Changelists (after commit)?

In Intellij IDEA 9 or 10, is there something akin to a persistent changelist? 在Intellij IDEA 9或10中,是否存在类似于持久性更改列表的内容? I'd like to continue to monitor a list of files after the commit; 我想在提交继续监视文件列表; I'd like to continue making updates based upon a single use case or (JIRA) ticket. 我想继续根据单个用例或(JIRA)票证进行更新。

Favorites are not as intuitive as changelists as they cannot group units of work into separate concerns. 收藏夹不像更改列表那样直观,因为它们无法将工作单元划分为单独的关注点。 It's a single list I have to actively maintain. 这是我必须积极维护的单一列表。 In addition, I'd like to be able to track a file separately across multiple changelists. 此外,我希望能够跨多个更改列表分别跟踪文件。

Lastly, I've looked around for a plugin that may accomplish this, but haven't found anything. 最后,我到处寻找可以实现此目的的插件,但没有找到任何东西。

Thanks for your help. 谢谢你的帮助。

There is probably another way to it using Idea's contexts. 使用Idea的上下文可能还有另一种方法。 Navigate to the Tools -> Contexts in the menu and save your current context. 导航到菜单中的Tools -> Contexts并保存当前上下文。 When you will need it back then just load it. 当你需要它时,只需加载它。 More information on contexts is available in the idea's help. 有关上下文的更多信息可在该想法的帮助中找到。

Note to future readers: Circa 2016, Changelists are now persistent by default, with a dialog prompting you to turn on auto-deletion of empty changelists. 请注意未来的读者:大约2016年,更改列表现在默认持久,并带有一个对话框,提示您打开自动删除空更改列表。

They automagically incorporate both tasks and contexts , allowing you to manage all three together conveniently. 它们自动合并任务和上下文 ,使您可以方便地管理所有三个任务和上下文

Alternately, you can navigate to Tools -> Tasks & Contexts -> Open Task or press Alt + Shift + N and enter a new or existing task name; 或者,您可以导航到Tools -> Tasks & Contexts -> Open Task或按Alt + Shift + N并输入新的或现有的任务名称; when creating a new task, it offers to create a changelist for you; 在创建新任务时,它可以为您创建更改列表; and, it offers to copy the current context, or start fresh. 并且,它提供复制当前上下文,或重新开始。

After further searching, I found a plugin to do exactly as I needed. 经过进一步搜索,我找到了一个完全按照我需要做的插件。

Chris Bartley's Workspaces: http://plugins.intellij.net/plugin/?id=83 Chris Bartley的工作区: http//plugins.intellij.net/plugin/? id = 83

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

相关问题 Intellij Idea,Git:恢复提交机制不起作用 - Intellij Idea, Git : Revert commit mechanism not working 如何在提交时删除 Intellij IDEA 中未使用的导入? - How to remove unused imports in Intellij IDEA on commit? 解决IntelliJ IDEA中的永久性无效目标发布问题 - Solving persistent invalid target release issue in IntelliJ IDEA Intellij Idea&SVN:如何在“提交目录”上添加所有新文件? - Intellij Idea & SVN : How to add all new files on “Commit Directories”? 在我重新启动 Intellij 想法后,java 程序未在 Intellij 想法中运行,出现了一些内部调用 - java program not running in intellij idea after i restart the intellij idea some internal call is showing up Intellij IDEA:无法提交文件:'utf8'编解码器无法解码位置9的字节0xcc - Intellij IDEA: Impossible to commit files: 'utf8' codec can't decode byte 0xcc in position 9 在Intellij-IDEA中执行svn提交之前,如何运行命令? - How do I run a command before I do an svn commit in Intellij-IDEA? IntelliJ IDEA 如何去除感叹号后的空格 - IntelliJ IDEA how to remove space after exclamation mark IntelliJ IDEA:重新打开IDE后不保留Project SDK设置 - IntelliJ IDEA: Project SDK Settings is not retained after reopenning IDE 在IntelliJ IDEA中,配置FTP后如何在本地浏览文件? - In intellij idea, how to browse a file locally after I configured an FTP?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM