News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Editor: Menu item for zoom in/out?

Started by Darragh, November 27, 2010, 12:27:13 AM

Previous topic - Next topic

Darragh

Hi there,

Just wondering is there a menu item for zooming and out the editor view? For instance in Notepad++ I can go 'View->Zoom->Zoom In' and 'View->Zoom->Zoom out'. Is there an equivalent in Code::Blocks? This just occurred to me using Code::Blocks on a laptop, where you don't have the luxury of a mouse scroll-wheel!  :) I can't find a menu item to zoom in/out the editor at the moment.

If not, then would it be possible to contribute this feature or failing that, request it be implemented? I have the the Code::Blocks sources checked out at the moment but am not sure what the process is for actually contributing code. For instance do you do peer code reviews etc. before commits? What way are the branches? And so on...

Thanks,
Darragh.

Jenna

"Edit -> Special commands -> Zoom".
With keybinder-plugin (if installed, not default on windows with installer as far as I know), you can add keyboard-shortcuts for it: "Settings -> Editor... -> Keyboard shortcuts".

Darragh

Ah, so that's where it is... Wouldn't have thought of looking in there! Thanks for the help.