diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_edit.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_edit.png index 9d304bcd752..e319b230205 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_edit.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_edit.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_file.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_file.png index c8f58c58845..ba3200a4b5c 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_file.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_file.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_navigate.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_navigate.png index 07258969c75..7a72c9652e7 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_navigate.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_navigate.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.png index 82774337ab9..4c928861392 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_project.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_refactor.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_refactor.png new file mode 100644 index 00000000000..99d958ed577 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_refactor.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_run.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_run.png index 27e5c5a5ae9..42059c11ccf 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_run.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_run.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.png index ac99f7e2d4d..0ac24c2ab44 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_search.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_window.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_window.png index b032bbab536..aafdd4c29b7 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menu_window.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menu_window.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_menubar.png b/doc/org.eclipse.cdt.doc.user/images/cdt_menubar.png index 75ba8271471..a1bbe79d1a8 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_menubar.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_menubar.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm index d22ceb8ad0a..95310e3af44 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm @@ -11,13 +11,25 @@

C/C++ Menubar

This section describes the menubar options available from the C/C++ perspective.

- File Menu actions
- Edit Menu actions
- Navigate Menu actions
- Search Menu actions
- Project Menu actions
- Run Menu actions
- Window Menu actions
+

+

+ +File Menu actions
+ +Edit Menu actions
+ +Refactor Menu actions
+ +Navigate Menu actions
+ +Search Menu actions
+ +Project Menu actions
+ +Run Menu actions
+ +Window Menu actions

IBM Copyright Statement

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm index 65e056d219e..fb54a272d1c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm @@ -103,27 +103,39 @@ - Shift Right - Shifts text Right. Editor only + Add to working set + Add current resource to selected Working Set Ctrl+I - Shift Left - Shifts text Left. Editor only + Remove from working set + Remove current resource from Working Set Ctrl+Shift+I - Next Problem - Moves to the next problem encountered. - Ctrl+. + Smart Insert Mode + Toggles editor's Smart Insert Mode + Ctrl+Shift+Insert - Previous Problem - Navigates to the previous problem encountered. - Ctrl+, + Show Tooltip Description + Displays tooltip description, where applicable. + F2 + + + + Word Completion + Completes current word in editor. + Alt+/ + + + + Quick fix + Call quick fix dialog for selected warning/error. + Ctrl+1 @@ -135,18 +147,38 @@ - Convert Line Delimiters to - Toggles line delimeters to - -   + Parameter Hints + Opens Parameter Hints dialog. Editor only + Ctrl+Shift+Space - + + + + Shift Right + Shifts text Right. Editor only +   + + - Encoding + Shift Left + Shifts text Right. Editor only +   + + + + Format + Formats text. Editor only + Ctrl+Shift+F + + + + Add Include + Add include to current file. Editor only + Ctrl+Shift+N + + + + Set Encoding... Toggles the encoding of the currently shown text content.   diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm index 7a10222eb32..223d32e1bf4 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm @@ -24,6 +24,12 @@ Alt+Shift+N + + Open File... + Open existing file. +   + + Close Close the current editor. @@ -83,7 +89,13 @@ When launched from no specific selection, this command refreshes all projects. F5 - + + + Convert Line Delimiters to (submenu) + Changes line delimiters either to Windows, or UNIX, or Mac OS9 format. +   + + Print Prints the content of the current editor. Enabled when an editor has the focus. @@ -96,12 +108,6 @@   - - Open External File... - Opens a file in the editor view. -   - - Import Opens the Import dialog and shows all import wizards. diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm index acf94083fe4..80d0eacd3e7 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm @@ -28,25 +28,58 @@ Go To +
  • Back:  This command displays the hierarchy that was displayed immediately prior to the current display.  + For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the Go Into command.  + This command is similar to the Back button in an HTML browser.
  • +
  • Forward:  This command displays the hierarchy that was displayed immediately after the current display.  + For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the + Back command.  This command is similar to the Forward button in an HTML browser.
  • +
  • Up one level:  This command displays the hierarchy of the parent of the current highest-level resource.
  • +
  • Resource: This command allows you to navigate quickly to a resource. For more information see the links to related tasks below.
  • +   + +Open Type Hierarchy +Opens Type Hierarchy view for selected object +F4 + + + +Open Call Hierarchy +Opens Call Hierarchy view for selected object +Ctrl+Alt+H + + + +Open Declaration +Opens Declaration for selected object (class, variable...) +F3 + + + +Toggle Source/Header +Switches between source and corresponding header files. +  + + + +Open Element... +Brings up the Open Element selection dialog to open an element in the editor. This dialog shows all types existing in the workspace. +Ctrl+Shift+T + + + Open Type Brings up the Open Type selection dialog to open a type in the editor. The Open Type selection dialog shows all types existing in the workspace. Ctrl+Shift+T + + Open Resource This command displays a dialog that lets you select any resource in the workspace to open it in an editor. @@ -60,6 +93,12 @@ Ctrl+Shift+W + +Quick Outline +Displays outline view for current source file. +  + + Next The "next" definition is based on where the focus is. For example, during a search this entry becomes Next Match. @@ -75,7 +114,7 @@ For example, during a search this entry becomes Previous Match. -Go to Last Edit Location +Last Edit Location Moves the cursor to the line that contains the last edit. Editor only. Ctrl+Q diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm index be3494c7192..cf7e748146a 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm @@ -32,11 +32,32 @@ Builds all projects in the workspace. This is a full build; all files are built. Ctrl+B + + Build parallel + Builds all (or selected) configurations of given project(s). Each configuration is built as separate parallel task. +   + + + Build Configurations + Submenu which allows to: + + +   + Build Project Builds the currently selected project. This is a full build; all files in the project are built.   + + Build Working Set + Builds the current working set. +   + Clean Invokes the make clean defined in the makefile @@ -48,13 +69,8 @@   - Create Make Target - Creates a target in the Make Targets view. Standard Make only -   - - - Build Make Target - Builds a specific make target defined in your makefile such as make clean or make install. Standard Make only. + Make Target + Submenu wich allows create or build a target in the Make Targets view.   diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm new file mode 100644 index 00000000000..c9ee94a1600 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm @@ -0,0 +1,30 @@ + + + + + + +Refactor Menu actions + + + + +

    Project Menu actions

    + +

    Selecting Refactor Menu

    + + +

    + + + + + + +
    NameFunctionKeyboard Shortcut
    Rename...Renames selected object (variable, method, etc...) and propagates changes to other files in project.Alt+Shit+R

    + +

    +Intel Copyright Statement +

    + + \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm index c030bb917c2..6e8f8dcb587 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm @@ -18,13 +18,13 @@ NameFunctionKeyboard Shortcut - Run Last Launched + Run This command allows you to quickly repeat the most recent launch in run mode. Ctrl+F11 - Debug Last Launched + Debug This command allows you to quickly repeat the most recent launch in debug mode. F11 @@ -42,7 +42,7 @@ - Run... + Open Run Dialog... This command realizes the launch configuration dialog to manage run mode launch configurations.   @@ -60,7 +60,7 @@ - Debug... + Open Debug Dialog... This command realizes the launch configuration dialog to manage debug mode launch configurations.   diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm index 244eab7a43c..c45183028bb 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm @@ -40,6 +40,11 @@ Opens the search dialog on the File search page   + + Text + Opens the submenu for full-text search in given scope (workspace, project, file or working set) +   + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm index fe0ac5fdc2d..fe7c6bc517f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm @@ -17,7 +17,13 @@ New Window - Window menu commands: + Opens new Window +   + + + + New Editor + This command opens a new empty editor in this Workbench window.   @@ -30,7 +36,6 @@ From the Other... submenu you can open any perspective.   - Show View This command displays the selected view in the current perspective. @@ -94,6 +99,12 @@   + + Working sets + Dialog displayed to edit working sets +   + + Preferences This command allows you to indicate your preferences for using the Workbench. diff --git a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml index d2ab8f0510a..88413752870 100644 --- a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml +++ b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml @@ -33,6 +33,7 @@ +