2003-11-28 21:50:02 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2004-06-14 11:25:12 +00:00
< title > Customizing the Console view< / title >
2003-11-28 21:50:02 +00:00
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
< / head >
< body >
2004-06-14 11:25:12 +00:00
< h1 > Customizing the Console view< / h1 >
2003-11-28 21:50:02 +00:00
2004-06-24 10:49:13 +00:00
< p > The Console view displays the output of the utilities invoked when building a project or the programs output when running/debugging..< / p >
2004-06-14 11:25:12 +00:00
< p > To set Console view preferences< / p >
2003-11-28 21:50:02 +00:00
< ol >
< li > Click < b > Window > Preferences< / b > .< / li >
2004-04-26 15:41:43 +00:00
< li > Expand < b > C/C++< / b > , and click < b > Build Console< / b > .< br >
2004-06-14 11:25:12 +00:00
< img src = "../images/BuildConsole.png" alt = "Build Console Properties" > < / li >
2004-06-24 10:49:13 +00:00
< li > To display information on the latest build only, select the < b > Always clear console before building< / b > check box.< / li >
2004-06-14 11:25:12 +00:00
< li > To open the Console view when a project is built, select the < b > Open console when building< / b > check box.< / li >
< li > To display the console if it is already open when a project is built, select the < b > Bring the console to top when building (if present)< / b > check box.< / li >
< li > To change the number of lines the console stores in its history, enter a new value in the text field next to < b > Limit console output (# lines)< / b > .< / li >
2004-06-24 10:49:13 +00:00
< li > To change the number of spaces displayed by a tab, enter the number in the txt field next to < b > Display tab width< / b > .< / li >
2003-11-28 21:50:02 +00:00
< li > Click < b > OK< / b > .< / li >
< / ol >
< p > < img border = "0" src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" >
< br >
< a href = "../concepts/cdt_c_build_over.htm" > Build overview< / a > < / p >
< p > < img border = "0" src = "../images/ngtasks.gif" ALT = "Related tasks" width = "143" height = "21" >
< br >
< a href = "cdt_t_proj_build_set.htm" > Defining Build Settings< / a > < br >
< a href = "cdt_o_build_task.htm" > Building< / a > < / p >
< p > < img border = "0" src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" > < br >
< a href = "../reference/cdt_o_views.htm" > Views< / a > < / p >
2004-06-24 10:49:13 +00:00
< img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" >
2003-11-28 21:50:02 +00:00
< / body >
< / html >