Codeblocks : Tips of a day

来源:互联网 发布:网页关键词 的优化 编辑:程序博客网 时间:2024/05/16 11:38

You can disable thesetips on startup if you uncheck the "Show tips at startup" box below

 

You can have morethan one project open simultaneously

 

Each project can havemore than one build target. For example, a target to build a library and atarget to build an application using that library


You can quicklycreate a new project by using one of the ready-made templates, by clicking on"Project/New"


You can zoom in andout in the editor by holding Control while rolling the mousewheel


You can change thecolours of the editor by either using "Settings/Editor/Colours" orright-clicking inside the editor and click "Configure editor"

 

You can create aduplicate of the line the caret is on, by pressing Ctrl+D

 

You can indent /unindent blocks of text using the TAB and SHIFT-TAB keys

 

You can press F2 andShift-F2 to hide the messages and manager pane respectively

 

You can easilyfind/open files as you type in the project tree by pressing ALT-G. (similar todesktop-search)

 

You can close allopen files by pressing Ctrl-Shift-F4

 

You can close a tabby clicking it with the middle mouse button

 

You can perform aquick search to Google, Google Code or MSDN by holding Ctrl and right-clickingthe text you want to search

 

You can change thelog level for the compiler in: Settings -> Compiler -> Tab"Other" -> Compiler logging. The default is Full command linemode.

 

 

 

原创粉丝点击