是否可以列出 IntelliJ IDEA 中具有本地更改的所有文件(在“更改”视图之外)

发布于 2024-12-02 06:02:34 字数 128 浏览 0 评论 0原文

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 技术交流群。

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

发布评论

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

评论(6

甜妞爱困 2024-12-09 06:02:35

如果您没有使用版本控制工具(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.

孤凫 2024-12-09 06:02:35

按 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.

意中人 2024-12-09 06:02:34

2020.1 及更高版本有一个 选项来使用新的非模态 提交工具窗口:

非模态

如果启用此选项,本地更改将显示在提交工具窗口中。

以前的 IDE 版本有以下方式查看修改的文件:

以前查看更改文件的唯一方法是通过“提交”对话框:

版本控制< /代码> | 提交更改将显示一个包含本地更改文件的对话框。

2020.1 and later versions have an option to use the new non-modal Commit tool-window:

non-modal

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:

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.

◇流星雨 2024-12-09 06:02:34

您可以进入项目窗格,然后找到该选项

 View as > Scope > Changed Files

It will show a tree with only the modified files.

You can go on the Project Pane, and find the option

 View as > Scope > Changed Files

It will show a tree with only the modified files.

一场春暖 2024-12-09 06:02:34

Alt+9(在 MacOS X 中 Cmd+9)您可以获得包含已更改文件的面板

Pressing Alt+9 (in MacOS X Cmd+9) you can get a panel with the changed files

古镇旧梦 2024-12-09 06:02:34

在 2020.2 中,您可以使用左侧的“提交”选项卡查看本地更改列表(按键 alt+0):
输入图片描述这里

With 2020.2, you can view the local change list with the tab "commit" on your left (keystroke alt+0):
enter image description here

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