intellij-idea - Intellij : Resizing Window with keyboard

标签 intellij-idea keyboard-shortcuts

我正在尝试使用键盘快捷键 Shift+Command+[Left|Right|Up|Down]在 intelliJ 中调整窗口大小。但它不起作用。奇怪的是,在 Window->Active Tool Window -> Resize我确实看到了应用相同选项的选项 Stretch To [Left|Right|Up|Down]连同相应的快捷键组合,并且通常适用于除编辑器窗口之外的所有窗口,其中所有四个选项都被遮蔽,即使编辑器窗口没有拉伸(stretch)到最大程度也是如此。有人知道发生了什么吗?我可以使用鼠标调整大小。

最佳答案

这是因为这些快捷键只在 中有效。工具窗口 编辑 不是工具窗口。来自 Tool Windows :

Attached to the bottom and sides of the workspace are IntelliJ IDEA tool windows. [...]

tool windows attached to editor



在编辑器中,快捷键有不同的含义:
  • ShiftCommand← – 将插入符号移动到选择
  • 的行开头
  • ShiftCommand→ – 选择
  • 将插入符号移动到行尾
  • ShiftCommand↑ – 上移语句
  • ShiftCommand↓ – 下移语句

  • 编辑器没有特定的大小,它使用可用空间。要使其更大或更小,您必须调整附加工具窗口的大小。

    关于intellij-idea - Intellij : Resizing Window with keyboard,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44739195/

    相关文章:

    vim - 使用 <tab> 和 <s-tab> 在 Vim 窗口之间移动

    visual-studio - 在visual studio中如何使用键盘在文本编辑器中选择单词

    visual-studio - 更改 Eclipse 快捷方式以匹配 Visual Studio

    vim - 如何使用 v :count in Vim to switch line with line n lines away?

    spring - Intellij spring mvc 支持问题

    ide - Intellij Idea Darcula主题字体大小已禁用

    spring - 如何将空字符串作为命令行属性传递给 Spring?

    c# - 如何在我的应用程序中调用功能的窗口中创建键盘快捷方式?

    java - 如何在 Java 中创建一个类,其中的字段基于带有字段名称的文本文件?

    android - 如何使用 ABC 顺序的方法创建 JavaDoc