core/com.nokia.carbide.cpp/html/help_keys_cw.htm
author cawthron
Fri, 03 Apr 2009 14:27:34 -0500
changeset 40 0ca05f80360c
parent 2 d760517a8095
child 777 752c97eb80ff
child 892 04365e85d9b0
permissions -rw-r--r--
put branch name in .branch.txt

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Nokia CodeWarrior Shortcuts</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<style type="text/css">
<!--
.style2 {font-weight: bold}
-->
</style>
</head>

<h2>Nokia CodeWarrior Shortcuts</h2>
<p>Table 1 describes the Nokia CodeWarrior key shortcuts supported by Carbide.c++.  </p>
<p class="note"><b>NOTE</b> These shortcuts extend the Default key shortcuts and not every CodeWarror tool shortcut is supported.</p>
<p>Keys can be viewed or edited in the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Keys)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" border="0" align="absmiddle">
<b>General &gt; Keys</b></a> preference panel.</p>
<h5>Table 1. Nokia CodeWarrior key shortcuts</h5>
<table cellspacing="0" cellpadding="0" width="100%" border="1">
  <tr>
    <th width="24%" scope="col"><p class="style2">Category</p></th>
    <th width="31%" scope="col">Nokia CodeWarrior</th>
    <th width="31%" scope="col">Carbide.c++</th>
    <th width="45%" scope="col"><span class="style2">Shortcut Added </span></th>
  </tr>
  <tr bgcolor="#FFFFCC">
    <td colspan="4"><b>C/C++ Source </b></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Find Definition </td>
    <td class="code" >Open Definition </td>
    <td class="code" >CTRL+'</td>
  </tr>
  <tr bgcolor="#FFFFCC">
    <td colspan="4"><b>Edit</b></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Find Next </td>
    <td class="code" >Find Next </td>
    <td class="code" >F3</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Find Previous </td>
    <td class="code" >Find Previous </td>
    <td class="code" >SHIFT+F3</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Replace</td>
    <td class="code" >Find and Replace </td>
    <td class="code" >CTRL+H</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Undo</td>
    <td class="code" >Undo</td>
    <td class="code" >CTRL+Backspace</td>
  </tr>
  <tr bgcolor="#FFFFCC">
    <td colspan="4"><b>Project</b></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Make</td>
    <td class="code" >Build Project </td>
    <td class="code" >F7</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >&nbsp;</td>
    <td class="code" >Compile</td>
    <td class="code" >CTRL+F7</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >&nbsp;</td>
    <td class="code" >Build Target Only </td>
    <td class="code" >CTRL+SHIFT+F7</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >New</td>
    <td class="code" >New</td>
    <td class="code" >CTRL+SHIFT+N</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><span class="code">Remove Object Code </span></td>
    <td class="code" >Build Clean</td>
    <td class="code" >CTRL+-</td>
  </tr>
  <tr bgcolor="#FFFFCC">
    <td colspan="4"><b>Run/Debug</b></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Debug</td>
    <td class="code" >Start</td>
    <td class="code" >F5</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Goto Line </td>
    <td class="code" >Run to  Line </td>
    <td class="code" >CTRL+G</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Run</td>
    <td class="code" >Start without Debugging</td>
    <td class="code" >CTRL+F5</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Set/Clear Breakpoint </td>
    <td class="code" >Toggle Breakpoint </td>
    <td class="code" >F9</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Step Into </td>
    <td class="code" >Step Into </td>
    <td class="code" >F11</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Step Over </td>
    <td class="code" >Step Over </td>
    <td class="code" >F10</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Step Return </td>
    <td class="code" >Step Return </td>
    <td class="code" >SHIFT+F11</td>
  </tr>
  <tr>
    <td colspan="4" bgcolor="#FFFFCC"><b>Search</b></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >&nbsp;</td>
    <td class="code" >Search Backwards </td>
    <td class="code" >CTRL+B</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >&nbsp;</td>
    <td class="code" >Search Forwards </td>
    <td class="code" >CTRL+F</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >&nbsp;</td>
    <td class="code" >Find Text in Workspace </td>
    <td class="code" >CTRL+F3</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Find in Files </td>
    <td class="code" >Search</td>
    <td class="code" >CTRL+SHIFT+M</td>
  </tr>
  <tr>
    <td colspan="4" bgcolor="#FFFFCC"><b>Text Editing </b></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Select Word Left </td>
    <td class="code" >Select Next Word </td>
    <td class="code" >CTRL+RIGHT ARROW </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Select Word Right </td>
    <td class="code" >Select Previous Word </td>
    <td class="code" >CTRL+LEFT ARROW </td>
  </tr>
  <tr>
    <td colspan="4" bgcolor="#FFFFCC"><b>Windows</b></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Cycle Windows</td>
    <td class="code" >Next Editor </td>
    <td class="code" >CTRL+TAB</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="code" >Cycle Windows</td>
    <td class="code" >Previous Editor </td>
    <td class="code" >CTRL+SHIFT+TAB</td>
  </tr>
</table>
<h5>Related references</h5>
<ul>
  <li><a href="help_keys_vs.htm">Microsoft Visual Studio Shortcuts</a></li>
  <li><a href="help_keys_carbide.htm">Nokia Carbide.c++ Shortcuts</a></li>
</ul>
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</body>

</html>