Author Topic: how to reset the font size in Editor  (Read 6418 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5917
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
how to reset the font size in Editor
« on: February 16, 2009, 01:45:25 pm »
Hi, I'm using code::blocks svn on windows xp.
When I can use ctrl+ mouse scroll up and down to zoom in and out. But If I want to view the original size, How can I reset to the original size? Is their a short-cut? ( I have tested that even I close the whole project and reopen it again. the scintilla editor still remembers the custom view. :()
Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: how to reset the font size in Editor
« Reply #1 on: February 16, 2009, 02:00:32 pm »
No shortcut by default, but a menu-entry (a little bit hidden).

"Edit -> Special Commands -> Zoom -> Reset"

I assigned "Ctrl + 0" to the menu-entry on my system (using Keybinder-plugin).

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5917
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: how to reset the font size in Editor
« Reply #2 on: February 16, 2009, 02:09:03 pm »
Thank you for your help.
And, Keybinder plug-in == Keyboard shortcuts plug-in. (At first, I'm confused that there is a plugin named keybinder. But after opening the plug-in manager, I know it contains a "keybinder.dll", and they are the same one. :D)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.