2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2004-06-02 19:01:38 +00:00
< 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 >
2012-09-19 17:16:24 -04:00
< div role = "main" >
< h1 > Views in the C/C++ perspective< / h1 >
2004-06-02 19:01:38 +00:00
< p > The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
2010-06-26 05:34:39 +00:00
The < a href = "cdt_c_perspectives.htm" > C/C++ perspective< / a > displays these panels in a single Eclipse window. < / p >
2004-06-02 19:01:38 +00:00
2010-03-31 01:34:27 +00:00
< strong > Changing Views:< / strong >
2004-06-02 19:01:38 +00:00
< ul >
2010-06-26 05:34:39 +00:00
< li > You can add views to a perspective. From the menu bar choose < strong > Window > Show View > Other< / strong > and select a new view from the Show View dialog.< / li >
2010-03-31 01:34:27 +00:00
< li > To reset the current perspective to its original layout, from the menu bar choose < strong > Window > Reset Perspective< / strong > .< / li >
2004-06-02 19:01:38 +00:00
< / ul >
2010-03-31 01:34:27 +00:00
< p > The following views are commonly used in the < strong > C/C++< / strong > perspective:< / p >
2004-06-02 19:01:38 +00:00
< dl >
2007-06-14 15:58:09 +00:00
< dt > Project Explorer< / dt > < dd > Shows all of the file system's files under your workspace directory.< / dd >
2004-06-24 10:49:13 +00:00
< dt > Console< / dt > < dd > Displays your program's output, as well as the output from your build tools.< / dd >
2004-06-21 10:33:03 +00:00
< dt > Editor< / dt > < dd > The C/C++ editor view provides specialized features for editing C/C++ related files.< / dd >
< dt > Make Targets< / dt > < dd > Enables you to select the make targets you want to build in your workspace.< / dd >
2004-06-02 19:01:38 +00:00
< dt > Outline< / dt > < dd > Displays the structure of the file currently open in an editor.< / dd >
2010-06-26 05:34:39 +00:00
< dt > Problems< / dt >
< dd > If you encounter any errors during a build they will be displayed in the Problems view.< / dd >
2004-06-02 19:01:38 +00:00
< dt > Properties< / dt > < dd > Shows the attributes of the item currently selected in a view or an editor.< / dd >
2010-06-26 05:34:39 +00:00
< 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 >
2004-06-02 19:01:38 +00:00
< / dl >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" >
2004-06-02 19:01:38 +00:00
< br > < a href = "cdt_c_over_cdt.htm" > CDT Overview< / a >
< br > < a href = "cdt_c_perspectives.htm" > C/C++ perspectives< / a >
< / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
2004-06-02 19:01:38 +00:00
< br > < a href = "../reference/cdt_o_views.htm" > Views< / a >
< / p >
< p >
2004-06-24 10:49:13 +00:00
< img src = "../images/rh03_04.gif" ALT = "Red Hat Copyright Statement" > < br >
2007-06-14 15:58:09 +00:00
< img src = "../images/ng00_07.gif" ALT = " IBM Copyright Statement" >
2004-06-02 19:01:38 +00:00
< / p >
2012-09-19 17:16:24 -04:00
< / div >
2004-06-02 19:01:38 +00:00
< / body >
2004-06-14 11:25:12 +00:00
< / html >