简体   繁体   English

Intellij IDEA工具栏可用性

[英]Intellij IDEA toolbar usability

The Save button on IntelliJ IDEA toolbar is never disabled (grayed out) even though there has everything been saved. 即使已经保存了所有内容,也不会禁用IntelliJ IDEA工具栏上的“ Save按钮(显示为灰色)。 This is actually misleading the programmer by incorrectly hinting that there is something to save all the time. 实际上,这错误地暗示了某些东西可以节省时间,从而误导了程序员。

But, the Redo button (see image bellow), for example, is properly disabled when there is nothing to redo. 但是,例如,在没有要重做的内容时,可以正确禁用“ Redo按钮(请参见下面的图像)。 在此处输入图片说明

Am I missing anything, any of my configuration is wrong? 我是否缺少任何内容,我的任何配置错误?

(This behaviour is tested on Mac and Ubuntu) (此行为已在Mac和Ubuntu上进行了测试)

Your configuration holds good and your observation too. 您的配置保持良好,您的观察也是如此。 It is never disabled. 它永远不会被禁用。 Some how the tabs also doesn't show up the modified files(By default). 选项卡的某些方式也不会显示修改后的文件(默认情况下)。

The behavior of this is sometimes misleading but to show up the modification in the file, 这种行为有时会引起误解,但会在文件中显示修改内容,

Settings --> Editor --> Editor Tabs --> Mark Modified tabs with asterik

If this feature is enabled, we will come to know that the file is changed. 如果启用此功能,我们将知道文件已更改。

在此处输入图片说明

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

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