Hi,
Most applications that allow zooming with "Ctrl+Mouse Wheel" increase zoom when the wheel is going up and decrease it when going down, for example:
- Firefox
- Thunderbird
- Chromium
- LibreOffice
- QtCreator
- SublimeText3
- Gimp
- Nautilus
...
I would love to see Code::Blocks being consistent with other applications regarding this shortcut. Or if you do not agree with consistency, at least add an option to customize zoom direction.
Morten: I'm assigning this ticket to you because you're the one how knows scintilla best. Also as far as I can see in the blame you've put the C::B markers around this change. See ScintiallWX.cpp:995.
It seems that the upstream version in the wx's repo uses the reversed condition.
Ok, done in SVN trunk.