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" >
2004-06-21 10:33:03 +00:00
< title > Selecting Views and Editors< / title >
2004-06-02 19:01:38 +00:00
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
< / head >
< body >
2012-09-19 17:16:24 -04:00
< div role = "main" > < h1 > Selecting Views and Editors< / h1 >
2004-06-02 19:01:38 +00:00
2010-03-31 01:34:27 +00:00
< p > To see a list of all views, from the menu bar choose < strong > Window > Show View > Others< / strong > . < / p >
2004-06-02 19:01:38 +00:00
< p > < img src = "../images/show_view.png" alt = "Show View Dialog Box" > < / p >
The following views comprise the C/C++ Projects View:
2011-03-31 13:59:18 +00:00
< h2 > Basic views< / h2 >
2004-06-02 19:01:38 +00:00
< dl >
< dt > Console< / dt > < dd > Displays the application's output.< / dd >
2010-03-31 01:34:27 +00:00
< dt > Project Explorer< / dt > < dd > Displays the file system under the < strong > < em > launchdir< / em > /workspace< / strong > directory.< / dd >
2004-06-02 19:01:38 +00:00
< dt > Outline< / dt > < dd > Displays the functions and header files in your source files. Open a source file in an editor to view its outline.< / dd >
< dt > Problems< / dt > < dd > Displays problems.< / dd >
2010-03-31 01:34:27 +00:00
< dt > Properties< / dt > < dd > Displays the name, path, size, permissions, and last modified date of the resource highlighted in the < strong > Project Explorer< / strong > view.< / dd >
2004-06-02 19:01:38 +00:00
< dt > Search< / dt > < dd > Displays the results of file or text searches.< / dd >
< / dl >
2011-03-31 13:59:18 +00:00
< h2 > C views< / h2 >
2004-06-02 19:01:38 +00:00
< dl >
2010-03-31 01:34:27 +00:00
< dt > C/C++ Projects< / dt > < dd > Displays your current projects. This is similar to the < strong > Project Explorer< / strong > view.< / dd >
2004-06-02 19:01:38 +00:00
< / dl >
2011-03-31 13:59:18 +00:00
< h2 > Make views< / h2 >
2004-06-02 19:01:38 +00:00
< dl >
< dt > Make Targets< / dt > < dd > Lists your projects. To build a project, double-click on it..< / dd >
< / dl >
2011-03-31 13:59:18 +00:00
< h2 > Editor view< / h2 >
2010-03-31 01:34:27 +00:00
The < strong > Editor< / strong > view is not listed under < strong > Window > Show View < / strong > or < strong > Window > Show View > Others< / strong > , it is opened whenever an editable file is opened from the C/C++ Projects or Project Explorer views.
2004-06-02 19:01:38 +00:00
< 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 > < / body >
2004-06-02 19:01:38 +00:00
< / html >