diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml index ac5ef4a5717..0e1e8290da2 100644 --- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml +++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml @@ -30,7 +30,7 @@ Click below to see help. + label="Problems view (C/C++)"/> Click below to see help. diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_error_workbench.png b/doc/org.eclipse.cdt.doc.user/images/cdt_error_workbench.png index ad196b3cdd0..f2b1f8e9267 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_error_workbench.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_error_workbench.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_memory.png b/doc/org.eclipse.cdt.doc.user/images/view_memory.png index dfef1fc3d2c..b7dc77c0297 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/view_memory.png and b/doc/org.eclipse.cdt.doc.user/images/view_memory.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_problem.png b/doc/org.eclipse.cdt.doc.user/images/view_problem.png index b282edd93e3..4b4b383df3d 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/view_problem.png and b/doc/org.eclipse.cdt.doc.user/images/view_problem.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_table_rendering.png b/doc/org.eclipse.cdt.doc.user/images/view_table_rendering.png new file mode 100755 index 00000000000..d085966e167 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/view_table_rendering.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm index 58b8c488cef..de44d35d19c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm @@ -83,9 +83,9 @@ When this option is selected, changing the active editor will automatically update the selection to the resource being edited. - Menu Icon + View Menu Icon Menu - Click the black upside-down triangle icon to open a menu of items specific to the view.

+ Click the white upside-down triangle icon to open a menu of items specific to the view.

Select Working Set
Opens the Select Working Set dialog to allow selecting a working set for the view.

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm index d074b5af909..193b0c18045 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm @@ -8,12 +8,13 @@ Memory view +

Memory view

-

The Memory view of the Debug +

The Memory view of the Debug perspective lets you monitor and modify your process memory. The process memory is presented as a list of so called memory monitors. Each monitor represents a section of memory specified by it's location called base address. Each @@ -30,52 +31,62 @@ Renderings pane is controlled by the selection in the Memory Monitors pane and consists of the tabs that display renderings. The Memory Renderings pane can be configured to display two renderings simultaneously.

-

Memory view toolbar icons

+

Memory view toolbar options

The table below lists the icons displayed in the Memory view toolbar.

- +
- - - + + + - + - + + + + + + + + + + + - + - + - + - + - - + + - + view - - + + - - - + + + + + + + + + + + + + + + + + +
Command
Name
Description
Icon
Name
Description
New Memory View icon
New Memory View
New Memory View
Click to create a new memory view.
Pin Memory Monitor icon
Pin Memory Monitor
Pin Memory Monitor
Select to pin the memory monitor on top of all other memory monitors.
 
Import
Import a previously exported memory monitor.
 
Export
Export the selected memory monitor.
Toggle Memory Monitors icon
Toggle Memory Monitors Pane
Toggle Memory Monitors Pane
Shows/hides the Memory Monitor pane.
Toggle Split Pane icon
Toggle Split Pane
Toggle Split Pane
Toggles the Memory Renderings pane split.
Link Memory Rendering Panes icon
Link Memory Rendering Panes
Link Memory Rendering Panes
Synchronizes the selection of two memory renderings.
Switch Memory Monitor icon
Switch Memory Monitor
Switch Memory Monitor
When more than one memory monitor is active, select a different memory monitor to view.
 Menu > Layout View Menu IconView Menu > Layout Switch the Monitors and Rendering panes display between horizontal or vertical orientation.
 Menu > Preferences View Menu > Preferences

Opens the Preferences window allowing you to set:

  • Reset Memory Monitor - set to reset only visible or all renderings when reseting a memory monitor
  • @@ -83,98 +94,114 @@ configured to display two renderings simultaneously.

  • Select Codepages - specify the standard to convert memory to ASCII and EBCDIC strings
 Menu > Table Rendering Preferences Specify the memory loading mode to use when rendering scrolls to the end of the buffer. Table Rendering Preferences Specify the memory loading mode to use when rendering scrolls to the end of the buffer.
+ Table Rendering Preferences pane
Tradional Rendering Preferences Opens the Tradionaly Memory Rendering pane in the Preferences dialog box.
Find/Replace...Opens the Find/Replace dialog box to search the Memory Rendering view.
Find NextFinds the next occurrence of the search string.

Monitors pane context menu

The Monitors pane context menu inside the Memory view includes:

- +
- - - + + + - + - + - +
Command
Name
Description
Icon
Name
Description
Add Memory Monitor icon
Add Memory Monitor
Add Memory Monitor
Adds a new memory address or variable to the Memory Monitors pane.
Remote Memory Monitor icon
Remove Memory Monitor
Remove Memory Monitor
Removes the selected memory address or variable from the Memory Monitors pane.
Reset icon
Reset
Reset
Resets the current memory monitor view.

Rendering pane context menu

The Rendering pane context menu inside the Memory view includes:

- +
- - - + + + - + - + - + - + - + - + - + - + - + - + - +
Command
Name
Description
Icon
Name
Description
Add Rendering icon
Add Rendering
Add Rendering
Add a memory rendering pane to display a memory monitor item at a different address or in a different format.
Remote Rendering icon
Remove Rendering
Remove Rendering
Removes the selected rendering from the Memory view.
 PanesPanes Enable or disable the showing of the Address, Binary, and Text portions of the rendering view.
 EndianEndian Toggle between the Little (default) and Big Endian display of memory.
 TextText Choose the character encoding used to convert memory values into text for display. Choices include: ISO-8859-1 (default), US-ASCII, or UTF-8.
 Cell Size Cell Size Specify the cell size used to display values in the Binary column. Choices include: 1, 2, 4 (default), and 8 bytes.
 RadixRadix Specify the radix used to display the values in the Binary column. Choices include: Hex, Decimal Signed, Decimal Unsigned (default), Octal, and Binary.
Copy to Clipboard icon
Copy To Clipboard Copy To Clipboard Copies the selected portion of the Rendering pane to the clipboard.
 Go To Address Go To Address Opens an edit box to type in a memory address. Press Enter to go to that address and show it in the Rendering pane.
 Reset To Base Address Reset To Base Address Resets the Rendering pane to the original base address.
Refresh
Refresh
Refreshes the Rendering pane.
@@ -187,7 +214,8 @@ configured to display two renderings simultaneously.

Working with memory

Related reference
-Views

+C/C++ Views

+
IBM Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm index 47f1c936154..34795181148 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm @@ -6,54 +6,49 @@ Problems view + -

Problems view

- -

If you encounter any errors during a build they will be displayed in the Problems view.

+

Problems view (C/C++)

+

Use the Problems view to display any errors encountered during a build.

Problems View

Errors are passed up from your C++ compiler. The Problems view lists the error, filename and folder. -If you select an error the associated file will open in the C/C++ Editor view and the cursor will display the line where the error was encountered.

+If you select an error the associated file will open in a C/C++ Editor view, and the cursor and text highlighting will display the line where the error was encountered.

C/C++ Perspective in Eclipse showing code errors

-

Problems view Toolbar

+

Problems view toolbar options

+

The table below lists the toolbar options displayed in the Problems view.

- +
- - - - - - - - - - - - - - - - - - - - - - + +
IconCommandDescription
Delete iconDeleteDeletes the selected error from the Problems view.
Filters iconFilters...Lauches the Filter dialog box to filter the errors in the problems view.
Menu iconMenuSelect the Sort or Filters help navigate through errors in the Problems view.
Minimize iconMinimizeMinimizes the Problems view.
Maximize iconMaximizeMaximizes the Problems view.View MenuClick to open a menu of items specific to the view, including:
+
    +
  • Show - specify which errors or warnings are shown
  • +
  • Group By - specify error grouping
  • +
  • Sort By - specify how errors are sorted
  • +
  • New Problems View - create a new Problems view
  • +
  • Configure Contents... - opens the Configure Contents dialog box
  • +
  • Columns... - opens the Configure Columns dialog box
  • +
  • Preferences - opens the Preferences dialog box
  • +
+
- +

Related references +
C/C++ Views +
Problems View (Workbench)

+

-IBM Copyright Statement +IBM Copyright Statement
+Nokia Copyright Statement

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm index a5d53f5316f..c72ee694be3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm @@ -8,43 +8,44 @@ Registers view +

Registers view

-

The Registers view of the Debug perspective lists information about the registers in a selected stack frame. +

The Registers view of the Debug perspective lists information about the registers in a selected stack frame. Values that have changed are highlighted in the Registers view when your program stops.

Registers View

-

Registers view toolbar icons

+

Registers view toolbar options

The table below lists the icons displayed in the Registers view toolbar.

- - - + + + - + - + - + - - + +
Command
Name
Description
Icon
Name
Description
Show Type Names icon
Show Type Names
Show Type Names
Displays the type, (such as int) beside each register value.
Show Logical Structure icon
Show Logical Structure
Show Logical Structure
Changes if logical structures should be shown in the view or not.
Collapse All icon
Collapse All
Collapse All
Collapses all the the currently expanded registers.
Menu Layout icon
Menu > LayoutProvides multiple layout options for the Breakpoints view. View Menu > LayoutProvides multiple layout options for the Registers view.
@@ -52,123 +53,123 @@ stops.

The Registers view context menu commands include:

- - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
Command
Name
Description
Icon
Name
Description
Add Register Group Add Register Group Open the Register Group dialog which allows you to define a register group that is shown in the Registers view.
Assign Value Assign Value Assigns a value to the selected register.
Cast to Type icon
Cast To Type... Cast To Type... Open the Cast To Type dialog.
Change Value icon
Change Value... Change Value... Open the Set Value dialog to change the selected registers value.
Content Assist Content Assist Opens a content assist dialog at the current cursor position.
CopyCopy Copies the currently selected text or elements to the clipboard
Copy Registers icon
Copy Registers
Copy Registers
Copies the register names and contents to the clipboard
Create Watch Expression icon
Create Watch Expression Create Watch Expression Converts the selected register into a watch expression.
CutCut Copies the currently selected text or element to the clipboard and removes the element.
Disable icon
DisableDisable Disables the selected register.
Display as Array icon
Display As Array...Display As Array... Open the Display As Array dialog which allows you to specify the start and length of the array.
 Edit Register Group Edit Register Group Open the Register Group dialog to edit the selected register group.
Enable icon
Enable
Enable
Enables the selected register.
Find...Find... Open the Find dialog which allows you to find specific elements within the view.
Find/ReplaceFind/Replace Open the Find / Replace dialog.
FormatFormat Select a format type. Choices include: BInary, Decimal, Natural, and hexadecimal.
Max Length... Max Length... Open the Configure Details Pane dialog to set the maximum number of characters to display. Default is 10000.
PastePaste Paste the current clipboard content as text.
 Remove Register Group Remove Register Group Removes the currently selected register group.
Restore Default Register GroupsRestore Default Register Groups Restores the original register groups.
Restore Original Type Restore Original Type Returns the selected register to the original type.
Select All Select All Select all the editor content.
Wrap Text Wrap Text Activate to wrap the text contents within the visible area of the Details pane of the Registers view.
@@ -181,7 +182,8 @@ stops.

Working with registers

Related reference
-Views

+C/C++ Views

+
IBM Copyright Statement