Author Topic: Editor: Menu item for zoom in/out?  (Read 38770 times)

Offline Darragh

  • Single posting newcomer
  • *
  • Posts: 4
    • http://www.darraghcoy.com
Editor: Menu item for zoom in/out?
« on: November 27, 2010, 12:27:13 am »
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Editor: Menu item for zoom in/out?
« Reply #1 on: November 27, 2010, 12:35:55 am »
"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".

Offline Darragh

  • Single posting newcomer
  • *
  • Posts: 4
    • http://www.darraghcoy.com
Re: Editor: Menu item for zoom in/out?
« Reply #2 on: November 27, 2010, 12:41:34 am »
Ah, so that's where it is... Wouldn't have thought of looking in there! Thanks for the help.