是否可以列出 IntelliJ IDEA 中具有本地更改的所有文件(在“更改”视图之外)
IntelliJ IDEA 提供了两个非常方便的操作作为“查看”菜单的一部分:“最近的文件”和“最近更改的文件”。有没有办法只列出有本地更改的文件? (以非侵入式方式,如上述操作,不作为“更改”视图的一部分)
IntelliJ IDEA offers two very handy actions as part of the "View" menu: "Recent Files" and "Recently Changed Files". Is there a way to only list the files which have local changes? (In a non-intrusive style like the actions above do, not as part of the "Changes" view)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
如果您没有使用版本控制工具(git、svn),请点击
模块目录
,右键单击并选择“本地历史记录
-显示历史记录”,将列出所有文件更改。
If you are not using version control tools (git, svn), click on the
module directory
, right click and select "Local History
-Show History
", all file changes will be listed.按 cmd + E ( ⌘E ios ) 或 Ctrl+E ( windows ) 并标记“仅显示已编辑”框,然后您只能看到已编辑的文件。
Press cmd + E ( ⌘E ios ) or Ctrl+E ( windows ) and mark "show edited only" box, then you can see only edited files.
2020.1 及更高版本有一个 选项来使用新的非模态 提交工具窗口:
如果启用此选项,本地更改将显示在提交工具窗口中。
以前的 IDE 版本有以下方式查看修改的文件:
本地更改选项卡(
查看
|工具窗口
|版本控制
-本地更改
),默认快捷键是Alt+9。项目视图中更改的文件范围
以前查看更改文件的唯一方法是通过“提交”对话框:
版本控制< /代码> |
提交更改
将显示一个包含本地更改文件的对话框。2020.1 and later versions have an option to use the new non-modal Commit tool-window:
If you enable this option, the local changes will be in the Commit tool window.
Previous IDE versions have the following ways to view modified files:
Local changes tab (
View
|Tool Windows
|Version Control
-Local Changes
), default shortcut is Alt+9.Changed files Scope in the Project view
Previously the only way to view the changed files was via the Commit dialog:
Version Control
|Commit Changes
will show a dialog with locally changed files.您可以进入项目窗格,然后找到该选项
It will show a tree with only the modified files.
You can go on the Project Pane, and find the option
It will show a tree with only the modified files.
按 Alt+9(在 MacOS X 中 Cmd+9)您可以获得包含已更改文件的面板
Pressing Alt+9 (in MacOS X Cmd+9) you can get a panel with the changed files
在 2020.2 中,您可以使用左侧的“提交”选项卡查看本地更改列表(按键 alt+0):
With 2020.2, you can view the local change list with the tab "commit" on your left (keystroke alt+0):