简体   繁体   English

PhpStorm - 我在哪里可以看到我是否更改了文件?

[英]PhpStorm - Where can I see if I changed a file?

I am using PhpStorm 2022.2 on Windows 10 with (Settings > Appearance > Theme) IntelliJ Light.我在 Windows 10 上使用 PhpStorm 2022.2(设置 > 外观 > 主题)IntelliJ Light。 I dont use version controlling (git, svn etc.) in my project.我不在我的项目中使用版本控制(git、svn 等)。

When I change a file I am used (from other editors) to see some change in the file tab, eg the color changes, or there is a "*" beside the filename.当我更改文件时,我(从其他编辑器)习惯于在文件选项卡中看到一些变化,例如颜色变化,或者文件名旁边有一个“*”。 In PhpStorm I don't see any changes in the file tab or else where, if I changed something in the file.在 PhpStorm 中,如果我更改了文件中的某些内容,我在文件选项卡或其他地方看不到任何更改。 Where can I set this?我在哪里可以设置这个?

I looked through all settings, searched the.net, but found only solutions concerning version control.我查看了所有设置,搜索了 .net,但只找到了有关版本控制的解决方案。

  1. Settings (Preferences on macOS)
  2. Editor | General | Editor Tabs
  3. Ensure that Mark modified (*) option is enabled确保Mark modified (*)选项已启用

在此处输入图像描述

https://www.jetbrains.com/help/phpstorm/settings-editor-tabs.html#appearance https://www.jetbrains.com/help/phpstorm/settings-editor-tabs.html#appearance

The result:结果:

在此处输入图像描述

I found it myself, after searching again with better search words;) I found it on PhpStorm Help pages:在用更好的搜索词再次搜索后,我自己找到了它;)我在 PhpStorm 帮助页面上找到了它:

https://www.jetbrains.com/help/phpstorm/settings-editor-tabs.html#appearance https://www.jetbrains.com/help/phpstorm/settings-editor-tabs.html#appearance

So the setting is in:所以设置在:

Settings > Editor > General > Editor Tabs > Mark modified ( )*设置 > 编辑器 > 常规 > 编辑器选项卡 > 标记已修改 ( )*

And after checked it does what I expect:)检查后它符合我的预期:)

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM