我有一个用于关闭选项卡的热键 CTRL + W 但它甚至可以关闭固定的选项卡。
选项卡上的 [X] 也是如此。
右键单击->关闭选项卡也是如此。
这是一个错误吗?
以前不是这样的。
我在 intellij 13
我有一个用于关闭选项卡的热键 CTRL + W 但它甚至可以关闭固定的选项卡。
选项卡上的 [X] 也是如此。
右键单击->关闭选项卡也是如此。
这是一个错误吗?
以前不是这样的。
我在 intellij 13
在 IntelliJ 中固定选项卡仅意味着当您超过允许打开的选项卡的最大数量(您可以编辑的值,但默认为 10)时,它不会自动关闭。它与您自己关闭它的操作无关(Close All but Pinned
选项卡上的右键单击上下文菜单中的选项除外)。
There is a 3rd-party plugin available since 2016 that lets you disable closing pinned tabs:
https://plugins.jetbrains.com/plugin/8442-a-prevent-pinned-tabs-from-closing-plugin--by-momomo-com
It hides the X
button from the tab. However you also have to manually update your key mapping:
Now you will be prevented from closing the tab via the keyboard or mouse, unless you unpin it first.
我不认为这是一个错误。我不记得有任何其他方式,而且我从第一个版本开始就使用 IntelliJ(我想我可能没有注意)。固定的窗口在不活动时保持可见,而未固定的窗口将自动关闭。