mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00

- add org.eclipse.cdt.debug.application plugin which supports running CDT debugger as Eclipse application - add org.eclipse.cdt.debug.application.docs plugin which is the modified CDT docs - add org.eclipse.cdt.debug.standalone-feature which bundles the two aforementioned plugins - add org.eclipse.cdt.debug.standlone.source-feature Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13 Reviewed-on: https://git.eclipse.org/r/25845 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
124 lines
No EOL
4.7 KiB
HTML
Executable file
124 lines
No EOL
4.7 KiB
HTML
Executable file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Source Menu actions</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
<script type="text/javascript"
|
|
src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
|
</head>
|
|
<body>
|
|
<div role="main">
|
|
<h1>Source Menu actions</h1>
|
|
<table border="1" cellspacing="0" cellpadding="3">
|
|
<thead>
|
|
<tr>
|
|
<th id="name">Name</th>
|
|
<th id="function">Function</th>
|
|
<th id="keyboard">Keyboard Shortcut</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Toggle Comment</td>
|
|
<td headers="function">Adds or removes single-line, C++-style,
|
|
comment markers on each line in the selection, or the line
|
|
containing the cursor, if there is no selection</td>
|
|
<td headers="keyboard">Ctrl+/</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Add Block Comment</td>
|
|
<td headers="function">Adds a block comment around the
|
|
selection</td>
|
|
<td headers="keyboard">Ctrl+Shift+/</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Remove Block Comment</td>
|
|
<td headers="function">Removes the comment markers around any
|
|
block comments in the selection</td>
|
|
<td headers="keyboard">Ctrl+Shift+\</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Shift Right</td>
|
|
<td headers="function">Increases indentation on each line in
|
|
the selection, or the line containing the cursor, if there is no
|
|
selection</td>
|
|
<td headers="keyboard"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Shift Left</td>
|
|
<td headers="function">Decreases indentation on each line in
|
|
the selection, or the line containing the cursor, if there is no
|
|
selection</td>
|
|
<td headers="keyboard">Shift+Tab</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Correct Indentation</td>
|
|
<td headers="function">Applies simple indentation rules to the
|
|
current selection, or the line containing the cursor, if there is
|
|
no selection</td>
|
|
<td headers="keyboard">Ctrl+I</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Format</td>
|
|
<td headers="function">Applies the full <a
|
|
class="command-link"
|
|
href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeFormatterPreferencePage)")'>
|
|
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
|
|
alt="command link" />C/C++ > Code Style > Formatter
|
|
</a> preferences to the entire contents of the active editor, or to the
|
|
selection if there is one
|
|
</td>
|
|
<td headers="keyboard">Ctrl+Shift+F</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Add Include</td>
|
|
<td headers="function">Adds an include statement and,
|
|
optionally, a "using" declaration for the currently selected name</td>
|
|
<td headers="keyboard">Ctrl+Shift+N</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Organize Includes</td>
|
|
<td headers="function">Adds all the required includes for the
|
|
selected file</td>
|
|
<td headers="keyboard"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Sort Lines</td>
|
|
<td headers="function">Sorts the selected lines</td>
|
|
<td headers="keyboard">Ctrl+Alt+S</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Implement Method...</td>
|
|
<td headers="function">Opens the Implement Method dialog</td>
|
|
<td headers="keyboard"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Generate Getters and
|
|
Setters...</td>
|
|
<td headers="function">Opens the Generate Getters and Setters
|
|
dialog that allows you to create Getters and Setters for fields in
|
|
the current type. Available on fields and types or on a text
|
|
selection inside a type</td>
|
|
<td headers="keyboard"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_name" headers="name">Surround With</td>
|
|
<td headers="function">Surrounds the selected statements with
|
|
a code template (as defined in <a class="command-link"
|
|
href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.TemplatePreferencePage)")'>
|
|
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"
|
|
alt="command link" />C/C++ > Editor > Templates
|
|
</a>)
|
|
</td>
|
|
<td headers="keyboard">Alt+Shift+Z</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p>
|
|
<img src="../images/intl_07.gif" alt="Intel Copyright Statement">
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html> |