Code::Blocks Forums
User forums => Help => Topic started by: Denis on November 23, 2007, 08:32:52 pm
-
I pressed Ctrl+CapsLock in editor several time and font size became too small. How to restore previous font size? Settings -> Editor -> Font doesn't help.
-
Ctrl+NumLock
This has aggravated me as well a while ago. I don't think these two shortcuts should be predefined, changing the font size is never something that must be done in a hurry.
-
Thanks! I already find <ZOOM int="value" /> settings in default.conf file for correcting it
-
This Ctrl+NUMPAD(+)/(-) are Scintilla perdefined, and can be turned off.
However, you can use Ctrl+NUMPAD(/) to restore the fonts to their default size.
Eran
-
You can also zoom in and out using the mouse wheel, if you hold down the Ctrl key.
-
I didn't know about Numpad +/- and the mouse wheel. These are much better shortcuts since they are symmetrical: if you inadvertently change the size one way, it's obvious how to reverse this effect. The CapsLock and NumLock shortcuts on the other hand are obscure. I suggest to remove these two from the default settings since they cause problems and duplicate better methods.