ide - PyCharm:如何在不使用鼠标滚动缩放的情况下更改字体大小?

标签 ide settings pycharm

正如标题所说,如何更改编辑器中的字体大小某个值?我喜欢滚动,但问题是每次打开 IDE 时我都必须再次滚动。

我找到了更改字体大小值的设置,但它已被禁用。我需要为该功能付费吗?

最佳答案

  • 版本 2017.1 及更早版本 -- Settings/Preferences | Editor | Colors & Fonts | Font
  • 自 2017.2 -- Settings/Preferences | Editor | Color Scheme | Color Scheme Font

I found the settings for changing the value of the font size, but it's disabled.

它已被禁用,因为不允许编辑捆绑方案。 To "enable" it just create your own scheme based on any of the bundled ones (单击方案名称旁边的“另存为”按钮):

enter image description here

完成后,您可以更改任何颜色/样式设置。

<小时/>

如果您通过快捷方式动态增加(或减小)字体大小,则只需使用“重置字体大小”操作。您可以为这些操作指定任何快捷方式 Settings/Preferences | Keymap :

enter image description here

您还可以通过 Help | Find Action... 直接调用该操作:

enter image description here

关于ide - PyCharm:如何在不使用鼠标滚动缩放的情况下更改字体大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22870527/

相关文章:

visual-studio-code - 如何禁用Visual Studio Code自动保存

variables - 在 PhpStorm 中双击不选择美元 ($)?

internet-explorer - 有没有办法将 Internet Explorer 设置转储到文本文件?

Python指定了一些列表返回类型

PyCharm - 自动完成行情 - 从行情中退出并在收盘光标后移动光标

android - 如何在 Android Studio 中显示隐藏文件

scala - 为什么使用 scala repl 而不是工作表?

visual-studio - 如何在 Visual Studio 2010 中使选定的 html 标记突出显示像在 Visual Studio 2008 中一样工作

visual-studio-2012 - 如何导出所有 Visual Studio 2012 字体和颜色设置?

python - pycharm 无法识别 opencv_createsamples 命令