问题描述
我有一个用于关闭标签的热键,CTRL + W但它甚至会关闭固定标签。
I have a hotkey for closing tabs, CTRL + W but it closes even pinned tabs.
选项卡上的[X]也是如此。
So does the [X] on the tabs.
右键单击 - >关闭标签也是如此。
And so does the right click -> close tab.
这是一个错误吗?
它没有用来像这样。
我在intellij 13
I am on intellij 13
推荐答案
在IntelliJ中固定标签只是意味着(您可以编辑的值,但默认为10)。它与您自己关闭它的操作无关(除了选项卡右键单击上下文菜单中的 Close All but Pinned
选项)。
Pinning a tab in IntelliJ simply means it will not automatically close when you have exceeded the maximum number of allowed open tabs (the value of which you can edit, but is 10 by default). It has nothing to do with your own actions to close it (except for the Close All but Pinned
option in the right-click context menu on tabs).
这篇关于Intellij IDEA:固定标签,关闭将关闭。如何禁用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!