Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: huzhongshan on July 27, 2010, 05:17:17 am

Title: how to full screen the editor window?
Post by: huzhongshan on July 27, 2010, 05:17:17 am
I can full screen the main windows in menu , but I want to full screen ONLY the editor window when I write code , is it possible ? how ?
Title: Re: how to full screen the editor window?
Post by: Jenna on July 27, 2010, 06:43:46 am
You can close all of the unneeded other panes, remove all toolbars you do not need and save it as new Perspective ("View -> Perspectives -> Save current").
If you now add a keyboard shortcut with the keybinder-plugin to the new menu-entry and (at least) to the default perspective, you are able to quickly jump between the two perspectives.
Title: Re: how to full screen the editor window?
Post by: huzhongshan on August 01, 2010, 03:45:23 am
If you now add a keyboard shortcut with the keybinder-plugin to the new menu-entry and (at least) to the default perspective, you are able to quickly jump between the two perspectives.
=====================================================================

Thanks, Where to find the keybinder-plugin ?
Title: Re: how to full screen the editor window?
Post by: oBFusCATed on August 01, 2010, 11:26:58 am
You should have contrib plugins installed then the configuration is in Settings -> Editor -> Keyboard shortcuts.

to devs: shouldn't the config be placed in Settings -> Environments -> Keyboard shortcuts ?