intellij-idea - 如何增加 IntelliJ JetBrains PyCharm、PhpStorm、RubyMine 中的菜单和选项卡字体大小

标签 intellij-idea pycharm phpstorm jetbrains-ide

我了解如何增加编辑器选项卡中的字体大小,但我想增加主导航菜单以及最重要的是选项卡标题的字体大小。当我放大或缩小编辑器选项卡时(在 OSX 上使用 Cmd + 鼠标滚轮),这些不会改变。我在首选项菜单中没有看到任何内容。

最佳答案

  1. Settings/Preferences
  2. Appearance & Behavior | Appearance
  3. 启用Use custom font选项——它将允许更改用于 GUI 的字体并覆盖其大小。

enter image description here

在之前的 IDE 版本(2018.2 及更早版本)中,该选项名为 Override default fonts by :

enter image description here

<小时/>

P.S. 最新的 2023.1 版本现在可以一次缩放整个内容(编辑器和界面字体以及 GUI 元素):View | Appearance | Zoom IDE .

https://blog.jetbrains.com/idea/2023/03/intellij-idea-2023-1/#Userexperience

In v2023.1 it’s possible to zoom into and out of IntelliJ IDEA entirely, increasing or decreasing the size of all UI elements at once.

enter image description here

关于intellij-idea - 如何增加 IntelliJ JetBrains PyCharm、PhpStorm、RubyMine 中的菜单和选项卡字体大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39216427/

相关文章:

android - 没有可用于离线模式的缓存版本

python - PyCharm 中 basemap 导入错误 — KeyError : 'PROJ_LIB'

phpstorm - 如何在模板变量对话框 (PhpStorm) 中连接现有变量和字符串

phpstorm - 如何在 PhpStorm 中展开所有文件夹(不是折叠的代码块)?

phpstorm - PHP 代码嗅探器和 PhpStorm 出错

java - Spring Boot devtools - 静态内容重新加载在 IntelliJ 中不起作用

intellij-idea - 为什么代码完成不适用于 Android Studio 中的重写方法?

java - leiningen 无法运行,因为 java class not found 异常

vim - 在ideavim上禁用鼠标支持

python - 是否有 Python 快捷方式来规避对 `print()` 的需求