Change font size in Code :: Blocks

I recently started using the Code :: Blocks IDE and try to work here.

Can I change the font size using keyboard shortcuts without a numeric keypad? I accidentally hit Ctrl + CapsLock, and the font is minimized.

Is there something similar to increase the font size?

+5
source share
2 answers

Thanks for your question and for using the IDE code.

You should just press CTRL + to increase the size of the text, if not, see below.

To increase / decrease the font size in the editor, you can:

  • hover over the editor, press and hold CTRL and scroll the mouse wheel up or down.

  • use menu → edit → special commands → zoom → in | | reset

  • or you can install code block plugins to create your own keyboard shortcuts if none of the above actions is performed using: console command: "sudo apt-get install codeblocks-contrib", restart code blocks and go to menu → settings → editor → keyboard shortcuts → edit → special commands → zoom → to → new shortcut → ...

Hope this helps and answers your question.

reagards

Hewi

+5
source

just ..... in code blocks 13.12, you have to do as per the line below:

Settings> Editor> Editor settings (press 'select')> here u will get the font / style / font size .... and select your preferred size ..> ok ...

+5
source

Source: https://habr.com/ru/post/1234672/


All Articles