IntelliJ IDEA disable font increase/decrease on CMD+scroll

FontsSizeIntellij IdeaCommandScroll

Fonts Problem Overview


I am using IntelliJ IDEA 9.0.2 on Mac OS X - with the Magic Mouse. Whenever I press the command button and move my finger a micrometer or two on the surface of the mouse, IDEA immediately increases or decreases my font size rapidly. How can I disable this feature?

Fonts Solutions


Solution 1 - Fonts

Settings | Editor | Enable Ctrl+MouseWheel changes font size

(On Mac it would be Preferences | Editor | General | Enable CMD+MouseWheel changes font size.)

Solution 2 - Fonts

IntelliJ IDEA 14.1

By default it is disabled and it can be found here:

File > Settings... > Editor > General > Change font size (Zoom) with Ctrl+Mouse Wheel

enter image description here enter image description here

The option is still there in IntelliJ IDEA 15 EAP.

Solution 3 - Fonts

in Linux, before IDEA 11 i used Ctrl+ScrollWheel for change font size but now in IDEA 11 this feature has been removed

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionarikView Question on Stackoverflow
Solution 1 - FontsCrazyCoderView Answer on Stackoverflow
Solution 2 - FontsROMANIA_engineerView Answer on Stackoverflow
Solution 3 - FontsHouman JavidpourView Answer on Stackoverflow