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=iso-8859-1" >
2004-06-21 10:33:03 +00:00
< title > Project Menu actions< / 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 > Project Menu actions< / h1 >
2004-06-02 19:01:38 +00:00
< p > < img src = "../images/cdt_menu_project.png" alt = "Selecting Project Menu" > < / p >
2013-02-22 18:52:14 -05:00
< p > < table class = "menu" border = "1" cellspacing = "0" >
2004-06-02 19:01:38 +00:00
2011-03-31 13:59:18 +00:00
< tr > < th id = "name" > Name< / th > < th id = "function" > Function< / th > < th id = "keyboard" > Keyboard Shortcut< / th > < / tr >
2004-06-02 19:01:38 +00:00
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Open Project< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Shows a dialog that can be used to select a closed project and open it.< / td >
< td headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Close Project< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Closes the currently selected projects.< / td >
< td headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Build All< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Builds all projects in the workspace. This is a full build; all files are built.< / td >
< td headers = "keyboard" > Ctrl+B< / td >
2004-06-02 19:01:38 +00:00
< / tr >
2007-05-11 10:36:24 +00:00
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Build parallel< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Builds all (or selected) configurations of given project(s). Each configuration is built as separate parallel task.< / td >
< td headers = "keyboard" > < / td >
2007-05-11 10:36:24 +00:00
< / tr >
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Build Configurations< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Submenu which allows to:
2007-05-11 10:36:24 +00:00
< ul >
2010-05-11 18:53:12 +00:00
< li > Delete resource configuration for file/folder
2007-05-11 10:36:24 +00:00
< li > Set active build configuration
< li > Manage (add, remove, rename) build configurations
< / ul >
< / td >
2011-03-31 13:59:18 +00:00
< td headers = "keyboard" > < / td >
2007-05-11 10:36:24 +00:00
< / tr >
2004-06-02 19:01:38 +00:00
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Build Project< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Builds the currently selected project. This is a full build; all files in the project are built. < / td >
< td headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
2007-05-11 10:36:24 +00:00
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Build Working Set< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Builds the current working set.< / td >
< td headers = "keyboard" > < / td >
2007-05-11 10:36:24 +00:00
< / tr >
2004-06-02 19:01:38 +00:00
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Clean< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Invokes the make clean defined in the makefile< / td >
< td headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Build Automatically< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > When checked, the CDT will perform a build whenever a file in a project is saved. You should turn this feature off for very large projects.< / td >
< td headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Make Target< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Submenu which allows create or build a target in the < strong > Make Targets< / strong > view.< / td >
< td headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2013-02-22 18:52:14 -05:00
< td class = "menu_name" headers = "name" > Properties< / td >
2011-03-31 13:59:18 +00:00
< td headers = "function" > Displays the < strong > Properties< / strong > dialog. From that dialog you can display the properties of resources in < strong > Info< / strong > ,
2010-03-31 01:34:27 +00:00
< strong > External Tools Builders< / strong > , < strong > C/C++ Build< / strong > (managed only) < strong > File Types< / strong > , < strong > Indexer options< / strong > ,
< strong > C/C++ Make Project< / strong > (standard only), < strong > C/C++ Project Paths< / strong > (standard only),
< strong > Include Paths and Symbols< / strong > (standard only), and < strong > Project References< / strong > . < / td >
2011-03-31 13:59:18 +00:00
< td headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
2010-05-11 18:53:12 +00:00
< / table > < p > < / p >
2004-06-02 19:01:38 +00:00
< p >
2004-06-24 10:49:13 +00:00
< img src = "../images/ng00_04a.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-21 10:33:03 +00:00
< / html >