5

我有一个用于关闭选项卡的热键 CTRL + W 但它甚至可以关闭固定的选项卡。

选项卡上的 [X] 也是如此。

右键单击->关闭选项卡也是如此。

这是一个错误吗?

以前不是这样的。

我在 intellij 13

4

3 回答 3

6

在 IntelliJ 中固定选项卡仅意味着当您超过允许打开的选项卡的最大数量(您可以编辑的值,但默认为 10)时,它不会自动关闭。它与您自己关闭它的操作无关(Close All but Pinned选项卡上的右键单击上下文菜单中的选项除外)。

于 2014-07-17T13:52:37.793 回答
4

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:

  1. Open preferences
  2. select Keymap
  3. search "momomo" (the plugin author)
  4. select "Close Unless Pinned"
  5. Press CTRL+W (or CMD+W on macOS)

Now you will be prevented from closing the tab via the keyboard or mouse, unless you unpin it first.

screenshot of PhpStorm settings

于 2021-09-01T20:30:44.037 回答
2

我不认为这是一个错误。我不记得有任何其他方式,而且我从第一个版本开始就使用 IntelliJ(我想我可能没有注意)。固定的窗口在不活动时保持可见,而未固定的窗口将自动关闭。

于 2014-07-16T21:42:09.353 回答