nep*_*tom 92
这对我在Ubuntu的IntelliJ 14.0.3社区版中有用:
File | Settings | Appearance & Behavior | Appearance
然后打勾:
[ ] Override default fonts by (not recommended)
Name: Ubuntu Size: 14
Run Code Online (Sandbox Code Playgroud)
在那里你可以选择所有东西的字体和大小:菜单,项目面板,编辑器等...对于我来说,在Linux上,可以将它设置为15(默认为14),然后单独调整编辑器字体下:
Editor | General
Mouse
[ ] Change font size (Zoom) with Ctrl+Mouse Wheel
Run Code Online (Sandbox Code Playgroud)
小智 7
我最近也遇到了问题。突然,项目面板中的字体比其他字体大。但是,我在IntelliJ的设置中找到了一个隐藏的选项,它禁用了这种奇怪的行为:
~\.IdeaIC2018.1\config\options\ide.general.xmlbigger.font.in.project.view为false这是我现在看到的文件:
<application>
<component name="GeneralSettings">
<option name="confirmExit" value="false" />
<option name="processCloseConfirmation" value="TERMINATE" />
<option name="searchInBackground" value="true" />
</component>
<component name="Registry">
<entry key="ide.tooltip.initialDelay" value="604" />
<entry key="tabs.alphabetical" value="true" />
<entry key="SBT.system.in.process" value="true" />
<entry key="bigger.font.in.project.view" value="false" />
</component>
</application>
Run Code Online (Sandbox Code Playgroud)
我在GUI中找不到此选项。
| 归档时间: |
|
| 查看次数: |
41517 次 |
| 最近记录: |