2004-06-02 19:01:38 +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" >
< title > Views in the C/C++ perspective< / title >
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
< / head >
< body >
< h1 > Views in the C/C++ perspective< / h1 >
< p > The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
The < b > C/C++< / b > perspective displays these panels in a single Eclipse window. < / p >
< b > Changing Views:< / b >
< ul >
< li > You can add views to a perspective. From the menu bar choose < b > Window > Show View > Other< / b > and select a new view from the < b > Show View< / b > dialog.< / li >
< li > To reset the current perspective to its original layout, from the menu bar choose < b > Window > Reset Perspective< / b > .< / li >
< / ul >
< p > The following views are commonly used in the < b > C/C++< / b > perspective:< / p >
< dl >
< dt > C/C++ Projects< / dt > < dd > Shows your C/C++ projects and files.It operates in much the same way as the < b > Navigator< / b > .< / dd >
2004-06-14 11:25:12 +00:00
< dt > Console< / dt > < dd > Displays your program's output, as well as the output from your build command.< / dd >
2004-06-02 19:01:38 +00:00
< dt > Make Targets< / dt > < dd > Enables you to select the make targets you want to build for a particular CPU.< / dd >
< dt > Navigator< / dt > < dd > Shows all of the file system's files under your workspace directory.< / dd >
< dt > Outline< / dt > < dd > Displays the structure of the file currently open in an editor.< / dd >
< dt > Properties< / dt > < dd > Shows the attributes of the item currently selected in a view or an editor.< / dd >
< dt > Search< / dt > < dd > Shows the results of searches for files or text.< / dd >
< dt > Tasks< / dt > < dd > Lists tasks that want to keep track of, either as a schedule of things to do or a history of things that have been done.< / dd >
< / dl >
< p > < img border = "0" src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" >
< br > < a href = "cdt_c_over_cdt.htm" > CDT Overview< / a >
< br > < a href = "cdt_c_perspectives.htm" > C/C++ perspectives< / a >
< / p >
< p > < img border = "0" src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
< br > < a href = "../reference/cdt_u_brkpnts.htm" > Breakpoints view< / a >
< br > < a href = "../reference/cdt_u_console_view.htm" > Console view< / a >
< br > < a href = "../reference/cdt_u_dbg_view.htm" > Debug view< / a >
< br > < a href = "../reference/cdt_u_expressions_view.htm" > Expressions view< / a >
< br > < a href = "../reference/cdt_u_outlineview.htm" > Outline view for C/C++< / a >
< br > < a href = "../reference/cdt_u_variables_view.htm" > Variables view< / a >
< br > < a href = "../reference/cdt_o_views.htm" > Views< / a >
< / p >
< p >
< img src = "../images/rh03_04.gif" ALT = "Red Hat Copyright Statement" BORDER = 0 width = "300" height = "14" > < br >
< img src = "../images/ng03_04.gif" ALT = " IBM Copyright Statement" BORDER = 0 width = "324" height = "14" >
< / p >
< / body >
2004-06-14 11:25:12 +00:00
< / html >