Code::Blocks Forums

User forums => Help => Topic started by: Denis on November 23, 2007, 08:32:52 pm

Title: Help! Editor font size became too small
Post 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.
Title: Re: Help! Editor font size became too small
Post by: orefa on November 23, 2007, 08:40:08 pm
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.
Title: Re: Help! Editor font size became too small
Post by: Denis on November 23, 2007, 08:49:18 pm
Thanks! I already find <ZOOM int="value" /> settings in default.conf file for correcting it
Title: Re: Help! Editor font size became too small
Post by: eranif on November 23, 2007, 10:10:38 pm
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
Title: Re: Help! Editor font size became too small
Post by: thomas on November 24, 2007, 01:16:07 pm
You can also zoom in and out using the mouse wheel, if you hold down the Ctrl key.
Title: Re: Help! Editor font size became too small
Post by: orefa on November 24, 2007, 05:58:13 pm
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.